# 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-failuresmhvoa864/.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_revert_basic.yml *********************************************** 1 plays in /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_revert_basic.yml PLAY [Basic snapshot test] ***************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_revert_basic.yml:2 Friday 01 March 2024 16:59:57 +0000 (0:00:00.011) 0:00:00.011 ********** ok: [sut] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_revert_basic.yml:38 Friday 01 March 2024 16:59:58 +0000 (0:00:00.975) 0:00:00.987 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml:10 Friday 01 March 2024 16:59:58 +0000 (0:00:00.013) 0:00:01.000 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set mount parent] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml:15 Friday 01 March 2024 16:59:58 +0000 (0:00:00.240) 0:00:01.241 ********** ok: [sut] => { "ansible_facts": { "test_mnt_parent": "/mnt" }, "changed": false } TASK [Run the storage role install base packages] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml:19 Friday 01 March 2024 16:59:59 +0000 (0:00:00.027) 0:00:01.268 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 16:59:59 +0000 (0:00:00.017) 0:00:01.286 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 16:59:59 +0000 (0:00:00.020) 0:00:01.307 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 16:59:59 +0000 (0:00:00.032) 0:00:01.339 ********** 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-failuresmhvoa864/.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-failuresmhvoa864/.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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 16:59:59 +0000 (0:00:00.030) 0:00:01.370 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 16:59:59 +0000 (0:00:00.195) 0:00:01.566 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 16:59:59 +0000 (0:00:00.015) 0:00:01.581 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 16:59:59 +0000 (0:00:00.009) 0:00:01.591 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 16:59:59 +0000 (0:00:00.011) 0:00:01.602 ********** 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-failuresmhvoa864/.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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 16:59:59 +0000 (0:00:00.027) 0:00:01.629 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 17:00:00 +0000 (0:00:00.971) 0:00:02.600 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 17:00:00 +0000 (0:00:00.011) 0:00:02.612 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 17:00:00 +0000 (0:00:00.010) 0:00:02.623 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 17:00:00 +0000 (0:00:00.459) 0:00:03.083 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 17:00:00 +0000 (0:00:00.021) 0:00:03.104 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 17:00:00 +0000 (0:00:00.016) 0:00:03.120 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 17:00:00 +0000 (0:00:00.018) 0:00:03.139 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 17:00:00 +0000 (0:00:00.016) 0:00:03.155 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 17:00:01 +0000 (0:00:00.893) 0:00:04.048 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 17:00:03 +0000 (0:00:01.720) 0:00:05.769 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 17:00:03 +0000 (0:00:00.030) 0:00:05.800 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 17:00:03 +0000 (0:00:00.008) 0:00:05.809 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 17:00:03 +0000 (0:00:00.360) 0:00:06.169 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 17:00:03 +0000 (0:00:00.020) 0:00:06.190 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 17:00:03 +0000 (0:00:00.010) 0:00:06.200 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 17:00:03 +0000 (0:00:00.013) 0:00:06.213 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 17:00:03 +0000 (0:00:00.013) 0:00:06.226 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 17:00:03 +0000 (0:00:00.012) 0:00:06.239 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 17:00:04 +0000 (0:00:00.019) 0:00:06.258 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 17:00:04 +0000 (0:00:00.009) 0:00:06.268 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 17:00:04 +0000 (0:00:00.018) 0:00:06.286 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 17:00:04 +0000 (0:00:00.018) 0:00:06.304 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 17:00:04 +0000 (0:00:00.010) 0:00:06.315 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709311849.6556723, "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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 17:00:04 +0000 (0:00:00.195) 0:00:06.510 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 17:00:04 +0000 (0:00:00.011) 0:00:06.521 ********** ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/setup.yml:23 Friday 01 March 2024 17:00:05 +0000 (0:00:00.754) 0:00:07.276 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:5 Friday 01 March 2024 17:00:05 +0000 (0:00:00.017) 0:00:07.294 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:10 Friday 01 March 2024 17:00:05 +0000 (0:00:00.189) 0:00:07.483 ********** ok: [sut] => { "ansible_facts": { "__snapshot_is_ostree": false }, "changed": false } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:14 Friday 01 March 2024 17:00:05 +0000 (0:00:00.015) 0:00:07.499 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:23 Friday 01 March 2024 17:00:06 +0000 (0:00:00.874) 0:00:08.373 ********** 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-failuresmhvoa864/tests/get_unused_disk.yml:31 Friday 01 March 2024 17:00:06 +0000 (0:00:00.288) 0:00:08.661 ********** 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-failuresmhvoa864/tests/get_unused_disk.yml:36 Friday 01 March 2024 17:00:06 +0000 (0:00:00.013) 0:00:08.675 ********** 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-failuresmhvoa864/tests/get_unused_disk.yml:44 Friday 01 March 2024 17:00:06 +0000 (0:00:00.011) 0:00:08.686 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:49 Friday 01 March 2024 17:00:06 +0000 (0:00:00.021) 0:00:08.708 ********** 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-failuresmhvoa864/tests/get_unused_disk.yml:58 Friday 01 March 2024 17:00:06 +0000 (0:00:00.019) 0:00:08.728 ********** 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-failuresmhvoa864/tests/tasks/setup.yml:29 Friday 01 March 2024 17:00:06 +0000 (0:00:00.022) 0:00:08.750 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 17:00:06 +0000 (0:00:00.025) 0:00:08.776 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 17:00:06 +0000 (0:00:00.019) 0:00:08.795 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 17:00:06 +0000 (0:00:00.022) 0:00:08.818 ********** 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-failuresmhvoa864/.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-failuresmhvoa864/.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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 17:00:06 +0000 (0:00:00.029) 0:00:08.847 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 17:00:06 +0000 (0:00:00.014) 0:00:08.862 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 17:00:06 +0000 (0:00:00.013) 0:00:08.876 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 17:00:06 +0000 (0:00:00.029) 0:00:08.905 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 17:00:06 +0000 (0:00:00.012) 0:00:08.918 ********** 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-failuresmhvoa864/.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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 17:00:06 +0000 (0:00:00.026) 0:00:08.944 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 17:00:07 +0000 (0:00:00.869) 0:00:09.814 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "volumes": [ { "name": "lv1", "size": "15%" }, { "name": "lv2", "size": "50%" } ] }, { "disks": [ "sdd", "sde", "sdf" ], "name": "test_vg2", "volumes": [ { "name": "lv3", "size": "10%" }, { "name": "lv4", "size": "20%" } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "name": "test_vg3", "volumes": [ { "name": "lv5", "size": "30%" }, { "name": "lv6", "size": "25%" }, { "name": "lv7", "size": "10%" }, { "name": "lv8", "size": "10%" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 17:00:07 +0000 (0:00:00.028) 0:00:09.842 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 17:00:07 +0000 (0:00:00.013) 0:00:09.855 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 17:00:08 +0000 (0:00:01.079) 0:00:10.935 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 17:00:08 +0000 (0:00:00.022) 0:00:10.958 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 17:00:08 +0000 (0:00:00.017) 0:00:10.975 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 17:00:08 +0000 (0:00:00.020) 0:00:10.996 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 17:00:08 +0000 (0:00:00.017) 0:00:11.014 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 17:00:09 +0000 (0:00:00.873) 0:00:11.887 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 17:00:11 +0000 (0:00:01.593) 0:00:13.481 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 17:00:11 +0000 (0:00:00.029) 0:00:13.511 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 17:00:11 +0000 (0:00:00.009) 0:00:13.520 ********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdk", "/dev/sdl", "/dev/xvda1", "/dev/mapper/test_vg1-lv1", "/dev/mapper/test_vg1-lv2", "/dev/mapper/test_vg2-lv3", "/dev/mapper/test_vg2-lv4", "/dev/mapper/test_vg3-lv5", "/dev/mapper/test_vg3-lv6", "/dev/mapper/test_vg3-lv7", "/dev/mapper/test_vg3-lv8" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "15%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "20%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "30%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 17:00:22 +0000 (0:00:11.158) 0:00:24.679 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 17:00:22 +0000 (0:00:00.018) 0:00:24.698 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 17:00:22 +0000 (0:00:00.010) 0:00:24.708 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdk", "/dev/sdl", "/dev/xvda1", "/dev/mapper/test_vg1-lv1", "/dev/mapper/test_vg1-lv2", "/dev/mapper/test_vg2-lv3", "/dev/mapper/test_vg2-lv4", "/dev/mapper/test_vg3-lv5", "/dev/mapper/test_vg3-lv6", "/dev/mapper/test_vg3-lv7", "/dev/mapper/test_vg3-lv8" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "15%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "20%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "30%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 17:00:22 +0000 (0:00:00.022) 0:00:24.730 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 17:00:22 +0000 (0:00:00.020) 0:00:24.751 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 17:00:22 +0000 (0:00:00.013) 0:00:24.765 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 17:00:22 +0000 (0:00:00.019) 0:00:24.785 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 17:00:22 +0000 (0:00:00.011) 0:00:24.796 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 17:00:22 +0000 (0:00:00.023) 0:00:24.820 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 17:00:22 +0000 (0:00:00.022) 0:00:24.842 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 17:00:22 +0000 (0:00:00.011) 0:00:24.854 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709311849.6556723, "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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 17:00:22 +0000 (0:00:00.193) 0:00:25.047 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 17:00:22 +0000 (0:00:00.010) 0:00:25.057 ********** ok: [sut] TASK [Run the snapshot role to create snapshot LVs] **************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_revert_basic.yml:41 Friday 01 March 2024 17:00:23 +0000 (0:00:00.811) 0:00:25.868 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:00:23 +0000 (0:00:00.023) 0:00:25.891 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:00:23 +0000 (0:00:00.019) 0:00:25.911 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:00:23 +0000 (0:00:00.022) 0:00:25.933 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:00:23 +0000 (0:00:00.013) 0:00:25.947 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:00:23 +0000 (0:00:00.015) 0:00:25.963 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:00:23 +0000 (0:00:00.026) 0:00:25.989 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:00:24 +0000 (0:00:00.852) 0:00:26.841 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:00:24 +0000 (0:00:00.026) 0:00:26.868 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:00:26 +0000 (0:00:02.237) 0:00:29.105 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.47.189 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.47.189 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:00:26 +0000 (0:00:00.015) 0:00:29.121 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:00:26 +0000 (0:00:00.026) 0:00:29.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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:00:26 +0000 (0:00:00.012) 0:00:29.160 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify the snapshot LVs are created] ************************************* task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_revert_basic.yml:50 Friday 01 March 2024 17:00:26 +0000 (0:00:00.015) 0:00:29.176 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:00:26 +0000 (0:00:00.026) 0:00:29.202 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:00:26 +0000 (0:00:00.018) 0:00:29.221 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:00:27 +0000 (0:00:00.064) 0:00:29.285 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:00:27 +0000 (0:00:00.015) 0:00:29.300 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:00:27 +0000 (0:00:00.015) 0:00:29.316 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:00:27 +0000 (0:00:00.027) 0:00:29.343 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:00:27 +0000 (0:00:00.860) 0:00:30.204 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:00:27 +0000 (0:00:00.029) 0:00:30.234 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:00:29 +0000 (0:00:01.556) 0:00:31.790 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.47.189 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.47.189 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:00:29 +0000 (0:00:00.014) 0:00:31.805 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:00:29 +0000 (0:00:00.027) 0:00:31.832 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:00:29 +0000 (0:00:00.011) 0:00:31.843 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Revert the LVs to the snapshot] ****************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_revert_basic.yml:59 Friday 01 March 2024 17:00:29 +0000 (0:00:00.015) 0:00:31.858 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:00:29 +0000 (0:00:00.028) 0:00:31.887 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:00:29 +0000 (0:00:00.017) 0:00:31.905 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:00:29 +0000 (0:00:00.022) 0:00:31.927 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:00:29 +0000 (0:00:00.014) 0:00:31.942 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:00:29 +0000 (0:00:00.014) 0:00:31.957 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:00:29 +0000 (0:00:00.026) 0:00:31.984 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:00:30 +0000 (0:00:00.864) 0:00:32.848 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py revert -a -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command revert] ******** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:00:30 +0000 (0:00:00.027) 0:00:32.875 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:02:33 +0000 (0:02:02.409) 0:02:35.285 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.47.189 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.47.189 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:02:33 +0000 (0:00:00.014) 0:02:35.299 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:02:33 +0000 (0:00:00.025) 0:02:35.324 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:02:33 +0000 (0:00:00.012) 0:02:35.337 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert changes for revert] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_revert_basic.yml:67 Friday 01 March 2024 17:02:33 +0000 (0:00:00.015) 0:02:35.353 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Use the snapshot_lvm_verify option to make sure revert is done] ********** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_revert_basic.yml:71 Friday 01 March 2024 17:02:33 +0000 (0:00:00.013) 0:02:35.366 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:02:33 +0000 (0:00:00.032) 0:02:35.398 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:02:33 +0000 (0:00:00.017) 0:02:35.416 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:02:33 +0000 (0:00:00.023) 0:02:35.439 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:02:33 +0000 (0:00:00.014) 0:02:35.454 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:02:33 +0000 (0:00:00.013) 0:02:35.467 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:02:33 +0000 (0:00:00.025) 0:02:35.493 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:02:34 +0000 (0:00:00.867) 0:02:36.360 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py revert -a -v -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command revert] ******** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:02:34 +0000 (0:00:00.028) 0:02:36.389 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:02:35 +0000 (0:00:01.020) 0:02:37.410 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.47.189 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.47.189 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:02:35 +0000 (0:00:00.014) 0:02:37.424 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:02:35 +0000 (0:00:00.024) 0:02:37.449 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:02:35 +0000 (0:00:00.012) 0:02:37.462 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Revert again to check idempotence] *************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_revert_basic.yml:80 Friday 01 March 2024 17:02:35 +0000 (0:00:00.015) 0:02:37.477 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:02:35 +0000 (0:00:00.053) 0:02:37.530 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:02:35 +0000 (0:00:00.017) 0:02:37.548 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:02:35 +0000 (0:00:00.022) 0:02:37.571 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:02:35 +0000 (0:00:00.015) 0:02:37.586 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:02:35 +0000 (0:00:00.014) 0:02:37.601 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:02:35 +0000 (0:00:00.026) 0:02:37.627 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:02:36 +0000 (0:00:00.868) 0:02:38.495 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py revert -a -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command revert] ******** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:02:36 +0000 (0:00:00.027) 0:02:38.523 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:02:36 +0000 (0:00:00.547) 0:02:39.071 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.47.189 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.47.189 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:02:36 +0000 (0:00:00.014) 0:02:39.086 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:02:36 +0000 (0:00:00.024) 0:02:39.111 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:02:36 +0000 (0:00:00.011) 0:02:39.122 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert no changes for revert] ******************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_revert_basic.yml:88 Friday 01 March 2024 17:02:36 +0000 (0:00:00.016) 0:02:39.138 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_revert_basic.yml:93 Friday 01 March 2024 17:02:36 +0000 (0:00:00.012) 0:02:39.151 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml for sut TASK [Remove storage volumes] ************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml:7 Friday 01 March 2024 17:02:36 +0000 (0:00:00.026) 0:02:39.177 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 17:02:36 +0000 (0:00:00.019) 0:02:39.197 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 17:02:36 +0000 (0:00:00.018) 0:02:39.215 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 17:02:36 +0000 (0:00:00.022) 0:02:39.238 ********** 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-failuresmhvoa864/.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-failuresmhvoa864/.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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 17:02:37 +0000 (0:00:00.032) 0:02:39.270 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 17:02:37 +0000 (0:00:00.014) 0:02:39.285 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 17:02:37 +0000 (0:00:00.015) 0:02:39.300 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 17:02:37 +0000 (0:00:00.013) 0:02:39.314 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 17:02:37 +0000 (0:00:00.012) 0:02:39.326 ********** 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-failuresmhvoa864/.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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 17:02:37 +0000 (0:00:00.028) 0:02:39.355 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 17:02:37 +0000 (0:00:00.862) 0:02:40.218 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 17:02:37 +0000 (0:00:00.029) 0:02:40.247 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 17:02:38 +0000 (0:00:00.014) 0:02:40.261 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 17:02:41 +0000 (0:00:03.448) 0:02:43.710 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 17:02:41 +0000 (0:00:00.024) 0:02:43.734 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 17:02:41 +0000 (0:00:00.019) 0:02:43.754 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 17:02:41 +0000 (0:00:00.020) 0:02:43.775 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 17:02:41 +0000 (0:00:00.019) 0:02:43.794 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 17:02:42 +0000 (0:00:00.865) 0:02:44.660 ********** 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": "running", "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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 17:02:44 +0000 (0:00:01.594) 0:02:46.255 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 17:02:44 +0000 (0:00:00.031) 0:02:46.287 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 17:02:44 +0000 (0:00:00.010) 0:02:46.297 ********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 17:02:52 +0000 (0:00:08.270) 0:02:54.567 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 17:02:52 +0000 (0:00:00.070) 0:02:54.638 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 17:02:52 +0000 (0:00:00.011) 0:02:54.649 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 17:02:52 +0000 (0:00:00.024) 0:02:54.674 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 17:02:52 +0000 (0:00:00.021) 0:02:54.696 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 17:02:52 +0000 (0:00:00.015) 0:02:54.712 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 17:02:52 +0000 (0:00:00.020) 0:02:54.733 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 17:02:52 +0000 (0:00:00.012) 0:02:54.745 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 17:02:52 +0000 (0:00:00.021) 0:02:54.766 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 17:02:52 +0000 (0:00:00.023) 0:02:54.790 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 17:02:52 +0000 (0:00:00.012) 0:02:54.803 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709311849.6556723, "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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 17:02:52 +0000 (0:00:00.191) 0:02:54.994 ********** 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-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 17:02:52 +0000 (0:00:00.011) 0:02:55.006 ********** ok: [sut] TASK [Save unused_disk_return before verify] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml:29 Friday 01 March 2024 17:02:53 +0000 (0:00:00.755) 0:02:55.761 ********** 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-failuresmhvoa864/tests/tasks/cleanup.yml:33 Friday 01 March 2024 17:02:53 +0000 (0:00:00.012) 0:02:55.774 ********** included: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:5 Friday 01 March 2024 17:02:53 +0000 (0:00:00.017) 0:02:55.792 ********** 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-failuresmhvoa864/tests/get_unused_disk.yml:10 Friday 01 March 2024 17:02:53 +0000 (0:00:00.014) 0:02:55.807 ********** 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-failuresmhvoa864/tests/get_unused_disk.yml:14 Friday 01 March 2024 17:02:53 +0000 (0:00:00.015) 0:02:55.822 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:23 Friday 01 March 2024 17:02:54 +0000 (0:00:00.855) 0:02:56.677 ********** 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-failuresmhvoa864/tests/get_unused_disk.yml:31 Friday 01 March 2024 17:02:54 +0000 (0:00:00.207) 0:02:56.884 ********** 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-failuresmhvoa864/tests/get_unused_disk.yml:36 Friday 01 March 2024 17:02:54 +0000 (0:00:00.013) 0:02:56.898 ********** 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-failuresmhvoa864/tests/get_unused_disk.yml:44 Friday 01 March 2024 17:02:54 +0000 (0:00:00.012) 0:02:56.910 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:49 Friday 01 March 2024 17:02:54 +0000 (0:00:00.018) 0:02:56.929 ********** 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-failuresmhvoa864/tests/get_unused_disk.yml:58 Friday 01 March 2024 17:02:54 +0000 (0:00:00.021) 0:02:56.951 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Ensure dmsetup] ********************************************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml:39 Friday 01 March 2024 17:02:54 +0000 (0:00:00.019) 0:02:56.970 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Debug why list of unused disks has changed] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml:45 Friday 01 March 2024 17:02:55 +0000 (0:00:00.846) 0:02:57.817 ********** 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\ndmsetup table || :\ncat /tmp/blivet.log || :\n", "delta": "0:00:00.457353", "end": "2024-03-01 17:02:56.283793", "failed_when_result": true, "rc": 0, "start": "2024-03-01 17:02:55.826440" } 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=18948) none on /run/credentials/systemd-sysctl.service type ramfs (ro,nosuid,nodev,noexec,relatime,seclabel,mode=700) mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime,seclabel) tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime,seclabel) debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime,seclabel) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,seclabel,pagesize=2M) none on /run/credentials/systemd-tmpfiles-setup-dev.service type ramfs (ro,nosuid,nodev,noexec,relatime,seclabel,mode=700) none on /run/credentials/systemd-tmpfiles-setup.service type ramfs (ro,nosuid,nodev,noexec,relatime,seclabel,mode=700) configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime) sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime) tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,seclabel,size=361800k,nr_inodes=90450,mode=700,inode64) + df -H Filesystem Size Used Avail Use% Mounted on devtmpfs 4.2M 0 4.2M 0% /dev tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs 741M 19M 723M 3% /run /dev/xvda1 269G 5.3G 264G 2% / tmpfs 371M 0 371M 0% /run/user/0 + lvs --all + pvs --all + vgs --all + cat /tmp/snapshot_role.log 2024-03-01 16:56:35,657 INFO snapshot-role/MainThread: check_cmd: check 20 test_vg1 xxxxx snapset1 1 None 2024-03-01 16:56:35,657 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 16:56:35,686 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: { 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: { 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: , 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: , 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: {"lv_uuid":"SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2", "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 16:56:35,687 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: , 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO", "lv_uuid":"SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"GCYaTt-rIvD-2qPg-h51H-zths-L55T-jrg1EM", "lv_uuid":"SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2", "pv_name":"/dev/sda"}, 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: , 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2"}, 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2"} 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: } 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: , 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:35,687 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:35,688 INFO snapshot-role/MainThread: } 2024-03-01 16:56:35,688 INFO snapshot-role/MainThread: exit code: 13: ['source logical volume does not exist: test_vg1/xxxxx'] 2024-03-01 16:56:51,514 INFO snapshot-role/MainThread: check_cmd: check 2 None None snapset1 0 None 2024-03-01 16:56:51,514 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 16:56:51,543 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:56:51,543 INFO snapshot-role/MainThread: { 2024-03-01 16:56:51,543 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:56:51,543 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,543 INFO snapshot-role/MainThread: , 2024-03-01 16:56:51,543 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:56:51,543 INFO snapshot-role/MainThread: ] 2024-03-01 16:56:51,543 INFO snapshot-role/MainThread: } 2024-03-01 16:56:51,544 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:57:21,799 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 16:57:21,799 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 16:57:21,834 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:21,834 INFO snapshot-role/MainThread: { 2024-03-01 16:57:21,834 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:21,834 INFO snapshot-role/MainThread: { 2024-03-01 16:57:21,834 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:21,834 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"2550136832", "vg_extent_size":"4194304"} 2024-03-01 16:57:21,834 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,834 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,834 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:21,834 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:21,834 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:21,835 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:21,835 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:21,835 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:21,835 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"50", "segtype":"free", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"50", "segtype":"free", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"} 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: } 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: { 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2550136832", "vg_extent_size":"4194304"} 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,835 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:21,836 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:21,836 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"100", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"} 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: } 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: { 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2550136832", "vg_extent_size":"4194304"} 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,836 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:21,837 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:21,837 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"100", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: } 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: } 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: VG: test_vg3 free 2550136832 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: LV: lv5 size : 427819008 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: LV: lv6 size : 427819008 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: LV: lv7 size : 427819008 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: LV: lv8 size : 427819008 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: LV: total 1711276032 2024-03-01 16:57:21,837 INFO snapshot-role/MainThread: space needed: 256691404.80 space available: 2550136832 sufficient space: 1 2024-03-01 16:57:21,838 INFO snapshot-role/MainThread: VG: test_vg2 free 2550136832 2024-03-01 16:57:21,838 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-03-01 16:57:21,838 INFO snapshot-role/MainThread: LV: lv4 size : 322961408 2024-03-01 16:57:21,838 INFO snapshot-role/MainThread: LV: total 645922816 2024-03-01 16:57:21,838 INFO snapshot-role/MainThread: space needed: 96888422.40 space available: 2550136832 sufficient space: 1 2024-03-01 16:57:21,838 INFO snapshot-role/MainThread: VG: test_vg1 free 2550136832 2024-03-01 16:57:21,838 INFO snapshot-role/MainThread: LV: lv1 size : 322961408 2024-03-01 16:57:21,838 INFO snapshot-role/MainThread: LV: lv2 size : 322961408 2024-03-01 16:57:21,838 INFO snapshot-role/MainThread: LV: total 645922816 2024-03-01 16:57:21,838 INFO snapshot-role/MainThread: space needed: 96888422.40 space available: 2550136832 sufficient space: 1 2024-03-01 16:57:21,838 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:57:21,872 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:21,872 INFO snapshot-role/MainThread: { 2024-03-01 16:57:21,872 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:21,872 INFO snapshot-role/MainThread: { 2024-03-01 16:57:21,872 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:21,872 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"2550136832", "vg_extent_size":"4194304"} 2024-03-01 16:57:21,872 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,872 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,872 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:21,872 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:21,872 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:21,873 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:21,873 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:21,873 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:21,873 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"50", "segtype":"free", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"50", "segtype":"free", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"} 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: } 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: { 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2550136832", "vg_extent_size":"4194304"} 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,873 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:21,874 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:21,874 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"100", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"} 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: } 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: { 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2550136832", "vg_extent_size":"4194304"} 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,874 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:21,875 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:21,875 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:21,875 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,875 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,875 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:21,875 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:21,875 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:21,875 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:21,875 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:21,875 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"100", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:21,875 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,875 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,875 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:21,875 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:21,875 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:21,875 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,875 INFO snapshot-role/MainThread: } 2024-03-01 16:57:21,875 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,875 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,875 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:21,875 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,875 INFO snapshot-role/MainThread: } 2024-03-01 16:57:21,875 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:57:21,910 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:21,910 INFO snapshot-role/MainThread: { 2024-03-01 16:57:21,910 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:21,910 INFO snapshot-role/MainThread: { 2024-03-01 16:57:21,910 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:21,910 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 16:57:21,910 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,910 INFO snapshot-role/MainThread: } 2024-03-01 16:57:21,910 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,910 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,910 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:21,910 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,911 INFO snapshot-role/MainThread: } 2024-03-01 16:57:21,911 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:21,940 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:21,940 INFO snapshot-role/MainThread: { 2024-03-01 16:57:21,940 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:21,940 INFO snapshot-role/MainThread: { 2024-03-01 16:57:21,941 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:21,941 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 16:57:21,941 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 16:57:21,941 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 16:57:21,941 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 16:57:21,941 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,941 INFO snapshot-role/MainThread: } 2024-03-01 16:57:21,941 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,941 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,941 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:21,941 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,941 INFO snapshot-role/MainThread: } 2024-03-01 16:57:21,941 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:57:21,971 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:57:21,971 INFO snapshot-role/MainThread: { 2024-03-01 16:57:21,971 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:21,971 INFO snapshot-role/MainThread: { 2024-03-01 16:57:21,971 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:21,971 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,971 INFO snapshot-role/MainThread: } 2024-03-01 16:57:21,971 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,971 INFO snapshot-role/MainThread: , 2024-03-01 16:57:21,971 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:21,972 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:21,972 INFO snapshot-role/MainThread: } 2024-03-01 16:57:21,972 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv5_snapset1 -L 64225280B test_vg3/lv5 2024-03-01 16:57:22,126 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:22,126 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,126 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:22,126 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,126 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,127 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:57:22,165 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:22,166 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,166 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:22,166 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,166 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:22,166 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 16:57:22,166 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,166 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,166 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,166 INFO snapshot-role/MainThread: , 2024-03-01 16:57:22,166 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:22,166 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,166 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,166 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:22,208 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:22,208 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,208 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:22,208 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,208 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:22,208 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 16:57:22,208 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 16:57:22,208 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 16:57:22,209 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 16:57:22,209 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 16:57:22,209 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,209 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,209 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,209 INFO snapshot-role/MainThread: , 2024-03-01 16:57:22,209 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:22,209 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,209 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,209 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:57:22,245 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:57:22,245 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,245 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:22,245 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,245 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:22,245 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,245 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,246 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,246 INFO snapshot-role/MainThread: , 2024-03-01 16:57:22,246 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:22,246 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,246 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,246 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv6_snapset1 -L 64225280B test_vg3/lv6 2024-03-01 16:57:22,371 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:22,371 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,371 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:22,372 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,372 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,372 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:57:22,409 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:22,409 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,409 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:22,409 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,409 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:22,409 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 16:57:22,409 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,409 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,410 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,410 INFO snapshot-role/MainThread: , 2024-03-01 16:57:22,410 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:22,410 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,410 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,410 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:22,461 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:22,461 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,461 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:22,461 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,461 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:22,462 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 16:57:22,462 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 16:57:22,462 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 16:57:22,462 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 16:57:22,462 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:22,462 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:57:22,462 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,462 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,462 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,462 INFO snapshot-role/MainThread: , 2024-03-01 16:57:22,462 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:22,462 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,462 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,462 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:57:22,499 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:57:22,499 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,499 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:22,499 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,499 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:22,499 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,499 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,499 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,499 INFO snapshot-role/MainThread: , 2024-03-01 16:57:22,499 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:22,499 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,499 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,499 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 64225280B test_vg3/lv7 2024-03-01 16:57:22,627 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:22,627 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,627 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:22,627 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,627 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,628 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:57:22,678 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:22,678 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,678 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:22,678 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,678 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:22,678 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 16:57:22,678 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,679 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,679 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,679 INFO snapshot-role/MainThread: , 2024-03-01 16:57:22,679 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:22,679 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,679 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,679 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:22,707 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:22,707 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,707 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:22,707 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,707 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:22,707 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 16:57:22,707 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 16:57:22,708 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 16:57:22,708 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 16:57:22,708 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 16:57:22,708 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 16:57:22,708 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 16:57:22,708 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,708 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,708 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,708 INFO snapshot-role/MainThread: , 2024-03-01 16:57:22,708 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:22,708 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,708 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,708 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:57:22,748 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:57:22,748 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,748 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:22,748 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,748 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:22,749 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,749 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,749 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,749 INFO snapshot-role/MainThread: , 2024-03-01 16:57:22,749 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:22,749 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,749 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,749 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv8_snapset1 -L 64225280B test_vg3/lv8 2024-03-01 16:57:22,867 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:22,867 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,867 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:22,867 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,867 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,868 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:57:22,910 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:22,910 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,910 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:22,910 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,910 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:22,910 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 16:57:22,910 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,910 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,910 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,911 INFO snapshot-role/MainThread: , 2024-03-01 16:57:22,913 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:22,913 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,913 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,913 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:57:22,955 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:22,955 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,955 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:22,955 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,955 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:22,955 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:22,955 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 16:57:22,955 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,955 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,955 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,956 INFO snapshot-role/MainThread: , 2024-03-01 16:57:22,956 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:22,956 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,956 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,956 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:57:22,988 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:57:22,988 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,988 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:22,988 INFO snapshot-role/MainThread: { 2024-03-01 16:57:22,988 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:22,988 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,988 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,988 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,989 INFO snapshot-role/MainThread: , 2024-03-01 16:57:22,989 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:22,989 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:22,989 INFO snapshot-role/MainThread: } 2024-03-01 16:57:22,989 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 48496640B test_vg2/lv3 2024-03-01 16:57:23,110 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:23,110 INFO snapshot-role/MainThread: { 2024-03-01 16:57:23,111 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:23,111 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,111 INFO snapshot-role/MainThread: } 2024-03-01 16:57:23,111 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:57:23,151 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:23,151 INFO snapshot-role/MainThread: { 2024-03-01 16:57:23,151 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:23,151 INFO snapshot-role/MainThread: { 2024-03-01 16:57:23,151 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:23,151 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 16:57:23,152 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,152 INFO snapshot-role/MainThread: } 2024-03-01 16:57:23,152 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,152 INFO snapshot-role/MainThread: , 2024-03-01 16:57:23,152 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:23,152 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,152 INFO snapshot-role/MainThread: } 2024-03-01 16:57:23,152 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:57:23,184 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:23,184 INFO snapshot-role/MainThread: { 2024-03-01 16:57:23,184 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:23,184 INFO snapshot-role/MainThread: { 2024-03-01 16:57:23,184 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:23,184 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 16:57:23,184 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 16:57:23,184 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 16:57:23,184 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,184 INFO snapshot-role/MainThread: } 2024-03-01 16:57:23,184 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,184 INFO snapshot-role/MainThread: , 2024-03-01 16:57:23,184 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:23,184 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,184 INFO snapshot-role/MainThread: } 2024-03-01 16:57:23,184 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:57:23,218 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:57:23,218 INFO snapshot-role/MainThread: { 2024-03-01 16:57:23,218 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:23,218 INFO snapshot-role/MainThread: { 2024-03-01 16:57:23,218 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:23,218 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,218 INFO snapshot-role/MainThread: } 2024-03-01 16:57:23,218 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,218 INFO snapshot-role/MainThread: , 2024-03-01 16:57:23,218 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:23,218 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,218 INFO snapshot-role/MainThread: } 2024-03-01 16:57:23,218 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 48496640B test_vg2/lv4 2024-03-01 16:57:23,333 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:23,333 INFO snapshot-role/MainThread: { 2024-03-01 16:57:23,333 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:23,334 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,334 INFO snapshot-role/MainThread: } 2024-03-01 16:57:23,334 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:57:23,381 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:23,381 INFO snapshot-role/MainThread: { 2024-03-01 16:57:23,381 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:23,381 INFO snapshot-role/MainThread: { 2024-03-01 16:57:23,382 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:23,382 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 16:57:23,382 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,382 INFO snapshot-role/MainThread: } 2024-03-01 16:57:23,382 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,382 INFO snapshot-role/MainThread: , 2024-03-01 16:57:23,382 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:23,382 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,382 INFO snapshot-role/MainThread: } 2024-03-01 16:57:23,382 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:57:23,424 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:23,424 INFO snapshot-role/MainThread: { 2024-03-01 16:57:23,424 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:23,424 INFO snapshot-role/MainThread: { 2024-03-01 16:57:23,425 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:23,425 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 16:57:23,425 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 16:57:23,425 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,425 INFO snapshot-role/MainThread: } 2024-03-01 16:57:23,425 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,425 INFO snapshot-role/MainThread: , 2024-03-01 16:57:23,425 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:23,425 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,425 INFO snapshot-role/MainThread: } 2024-03-01 16:57:23,425 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:57:23,471 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:57:23,471 INFO snapshot-role/MainThread: { 2024-03-01 16:57:23,471 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:23,472 INFO snapshot-role/MainThread: { 2024-03-01 16:57:23,472 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:23,472 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,472 INFO snapshot-role/MainThread: } 2024-03-01 16:57:23,472 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,472 INFO snapshot-role/MainThread: , 2024-03-01 16:57:23,472 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:23,472 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,472 INFO snapshot-role/MainThread: } 2024-03-01 16:57:23,472 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 48496640B test_vg1/lv1 2024-03-01 16:57:23,590 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:23,590 INFO snapshot-role/MainThread: { 2024-03-01 16:57:23,591 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:23,591 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,591 INFO snapshot-role/MainThread: } 2024-03-01 16:57:23,591 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:57:23,633 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:23,634 INFO snapshot-role/MainThread: { 2024-03-01 16:57:23,634 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:23,634 INFO snapshot-role/MainThread: { 2024-03-01 16:57:23,634 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:23,634 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 16:57:23,635 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,635 INFO snapshot-role/MainThread: } 2024-03-01 16:57:23,636 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,636 INFO snapshot-role/MainThread: , 2024-03-01 16:57:23,636 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:23,636 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,636 INFO snapshot-role/MainThread: } 2024-03-01 16:57:23,636 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:57:23,666 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:23,666 INFO snapshot-role/MainThread: { 2024-03-01 16:57:23,666 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:23,666 INFO snapshot-role/MainThread: { 2024-03-01 16:57:23,666 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:23,666 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 16:57:23,666 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 16:57:23,666 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 16:57:23,666 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,666 INFO snapshot-role/MainThread: } 2024-03-01 16:57:23,666 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,666 INFO snapshot-role/MainThread: , 2024-03-01 16:57:23,666 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:23,666 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,666 INFO snapshot-role/MainThread: } 2024-03-01 16:57:23,666 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:57:23,695 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:57:23,695 INFO snapshot-role/MainThread: { 2024-03-01 16:57:23,695 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:23,695 INFO snapshot-role/MainThread: { 2024-03-01 16:57:23,695 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:23,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,695 INFO snapshot-role/MainThread: } 2024-03-01 16:57:23,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,695 INFO snapshot-role/MainThread: , 2024-03-01 16:57:23,696 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:23,696 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,696 INFO snapshot-role/MainThread: } 2024-03-01 16:57:23,696 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv2_snapset1 -L 48496640B test_vg1/lv2 2024-03-01 16:57:23,807 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:23,807 INFO snapshot-role/MainThread: { 2024-03-01 16:57:23,807 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:23,808 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:23,808 INFO snapshot-role/MainThread: } 2024-03-01 16:57:23,808 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:57:25,226 INFO snapshot-role/MainThread: check_cmd: check 20 None None snapset1 1 None 2024-03-01 16:57:25,226 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 16:57:25,261 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:25,261 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,262 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:25,262 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,262 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:25,262 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"2281701376", "vg_extent_size":"4194304"} 2024-03-01 16:57:25,262 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,262 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,262 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:25,262 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:25,262 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:25,262 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:25,262 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:25,262 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,262 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,262 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,262 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:25,262 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:25,262 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:25,262 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:25,262 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:25,262 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:25,262 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:25,262 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:25,262 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,262 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,262 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:25,262 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:25,262 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:25,262 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:25,262 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"34", "segtype":"free", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:25,262 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:25,262 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"free", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,263 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:25,263 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:25,263 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:25,264 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:25,264 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,264 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:25,265 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:25,265 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:25,265 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:25,265 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,265 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,265 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:25,265 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:25,265 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:25,265 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:25,265 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:25,265 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:25,265 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:25,265 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:25,265 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,265 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,265 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:25,265 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:25,265 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:25,265 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:25,265 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:25,265 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,265 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,265 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,265 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,265 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:25,265 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,265 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,265 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:57:25,296 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:25,296 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,296 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:25,296 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,297 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,297 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 16:57:25,297 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,297 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,297 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,297 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,297 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:25,297 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,297 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,297 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:25,335 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:25,335 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,335 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:25,335 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,335 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,335 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 16:57:25,335 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 16:57:25,335 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 16:57:25,335 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 16:57:25,335 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 16:57:25,335 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 16:57:25,336 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 16:57:25,336 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 16:57:25,336 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,336 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,336 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,336 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,336 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:25,336 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,336 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,336 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:57:25,362 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:25,362 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,362 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:25,362 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,362 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,362 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 16:57:25,362 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,362 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,362 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,362 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,362 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:25,362 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,362 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,363 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:57:25,393 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:25,393 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,393 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:25,393 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,393 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,393 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 16:57:25,393 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,393 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,393 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,393 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,393 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:25,394 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,394 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,394 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:57:25,422 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:25,422 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,422 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:25,422 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,422 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,422 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 16:57:25,423 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,423 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,423 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,423 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,423 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:25,423 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,423 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,423 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:57:25,452 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:25,452 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,452 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:25,452 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,452 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,452 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 16:57:25,452 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,452 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,452 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,452 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,452 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:25,453 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,453 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,453 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:25,490 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:25,490 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,490 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:25,490 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,490 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,490 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 16:57:25,490 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 16:57:25,490 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 16:57:25,490 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 16:57:25,490 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 16:57:25,490 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 16:57:25,490 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 16:57:25,490 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 16:57:25,490 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,491 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,491 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,491 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,491 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:25,491 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,491 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,491 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:57:25,521 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:25,521 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,521 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:25,521 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,521 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,521 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 16:57:25,522 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,522 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,522 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,522 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,522 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:25,522 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,522 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,522 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:57:25,548 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:25,548 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,548 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:25,548 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,548 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,548 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 16:57:25,548 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,548 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,548 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,548 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,548 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:25,548 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,548 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,548 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:57:25,580 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:25,580 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,580 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:25,580 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,580 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,580 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 16:57:25,580 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,580 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,580 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,580 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,580 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:25,580 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,580 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,581 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:57:25,614 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:25,614 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,614 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:25,614 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,614 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,614 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 16:57:25,614 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,614 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,614 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,615 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,615 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:25,615 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,615 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,615 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:25,647 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:25,647 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,647 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:25,647 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,647 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,647 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 16:57:25,647 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 16:57:25,647 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 16:57:25,647 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 16:57:25,647 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 16:57:25,647 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 16:57:25,647 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 16:57:25,648 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 16:57:25,648 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,648 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,648 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,648 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,648 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:25,648 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,648 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,648 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:57:25,676 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:25,676 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,676 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:25,676 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,676 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,676 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 16:57:25,676 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,676 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,676 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,676 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,676 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:25,677 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,677 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,677 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:57:25,706 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:25,706 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,706 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:25,706 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,706 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,706 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 16:57:25,706 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,706 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,706 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,706 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,706 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:25,706 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,706 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,707 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:57:25,737 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:25,737 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,737 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:25,737 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,737 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,738 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 16:57:25,738 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,738 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,738 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,738 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,738 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:25,738 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,738 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,738 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:57:25,767 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:25,767 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,767 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:25,768 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,768 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,768 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 16:57:25,768 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,768 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,768 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,768 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,768 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:25,768 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,768 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,768 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:25,800 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:25,800 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,800 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:25,801 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,801 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,801 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 16:57:25,801 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 16:57:25,801 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 16:57:25,801 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 16:57:25,801 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 16:57:25,801 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 16:57:25,801 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 16:57:25,801 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 16:57:25,801 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,801 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,801 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,801 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,801 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:25,801 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,801 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,801 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:57:25,831 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:25,831 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,831 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:25,831 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,831 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,832 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 16:57:25,832 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,832 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,832 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,832 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,832 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:25,832 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,832 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,832 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:57:25,861 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:25,861 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,861 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:25,861 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,861 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,861 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 16:57:25,861 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,861 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,861 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,862 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,862 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:25,862 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,862 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,862 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:57:25,891 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:25,891 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,891 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:25,891 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,891 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,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 16:57:25,891 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,891 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,891 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,891 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,891 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:25,891 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,892 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,892 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:57:25,922 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:25,922 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,922 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:25,922 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,922 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,922 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 16:57:25,922 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,922 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,923 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,923 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,923 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:25,923 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,923 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,923 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:57:25,953 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:25,953 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,953 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:25,953 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,953 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,953 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 16:57:25,953 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 16:57:25,953 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 16:57:25,953 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 16:57:25,953 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,953 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,954 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,954 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,954 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:25,954 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,954 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,954 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:57:25,983 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:25,983 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,983 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:25,983 INFO snapshot-role/MainThread: { 2024-03-01 16:57:25,983 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:25,983 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 16:57:25,983 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,983 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,983 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,983 INFO snapshot-role/MainThread: , 2024-03-01 16:57:25,983 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:25,983 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:25,983 INFO snapshot-role/MainThread: } 2024-03-01 16:57:25,983 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:57:26,018 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:26,018 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,018 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:26,018 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,018 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:26,018 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 16:57:26,019 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,019 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,019 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,019 INFO snapshot-role/MainThread: , 2024-03-01 16:57:26,019 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:26,019 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,019 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,019 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:57:26,047 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:26,047 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,047 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:26,047 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,047 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:26,047 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 16:57:26,047 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,047 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,047 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,047 INFO snapshot-role/MainThread: , 2024-03-01 16:57:26,048 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:26,048 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,048 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,048 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:57:26,077 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:26,077 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,077 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:26,077 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,077 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:26,077 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 16:57:26,077 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,077 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,077 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,077 INFO snapshot-role/MainThread: , 2024-03-01 16:57:26,077 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:26,078 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,078 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,078 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:57:26,110 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:26,110 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,110 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:26,110 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,110 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:26,110 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 16:57:26,110 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 16:57:26,110 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 16:57:26,110 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 16:57:26,110 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,110 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,110 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,110 INFO snapshot-role/MainThread: , 2024-03-01 16:57:26,110 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:26,111 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,111 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,111 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:57:26,144 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:26,144 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,144 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:26,144 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,144 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:26,144 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 16:57:26,145 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,145 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,145 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,145 INFO snapshot-role/MainThread: , 2024-03-01 16:57:26,145 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:26,145 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,145 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,145 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:57:26,175 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:26,175 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,175 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:26,175 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,176 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:26,176 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 16:57:26,176 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,176 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,176 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,176 INFO snapshot-role/MainThread: , 2024-03-01 16:57:26,176 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:26,176 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,176 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,176 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:57:26,207 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:26,207 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,207 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:26,207 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,207 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:26,207 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 16:57:26,207 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,207 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,207 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,207 INFO snapshot-role/MainThread: , 2024-03-01 16:57:26,208 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:26,208 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,208 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,208 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:57:26,237 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:26,237 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,237 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:26,237 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,237 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:26,238 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 16:57:26,238 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,238 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,238 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,238 INFO snapshot-role/MainThread: , 2024-03-01 16:57:26,238 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:26,238 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,238 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,238 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:57:26,268 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:26,268 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,268 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:26,268 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,269 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:26,269 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 16:57:26,269 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 16:57:26,269 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 16:57:26,269 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 16:57:26,269 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,269 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,269 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,269 INFO snapshot-role/MainThread: , 2024-03-01 16:57:26,269 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:26,269 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,269 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,269 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:57:26,300 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:26,300 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,300 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:26,300 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,300 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:26,300 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 16:57:26,300 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,300 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,300 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,301 INFO snapshot-role/MainThread: , 2024-03-01 16:57:26,301 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:26,301 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,301 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,301 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:57:26,330 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:26,330 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,330 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:26,330 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,330 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:26,330 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 16:57:26,331 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,331 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,331 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,331 INFO snapshot-role/MainThread: , 2024-03-01 16:57:26,331 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:26,331 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,331 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,331 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:57:26,361 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:26,361 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,361 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:26,361 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,361 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:26,361 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 16:57:26,361 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,361 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,361 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,361 INFO snapshot-role/MainThread: , 2024-03-01 16:57:26,361 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:26,361 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,362 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,362 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:57:26,391 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:26,391 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,391 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:26,391 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,391 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:26,391 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 16:57:26,391 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,391 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,391 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,391 INFO snapshot-role/MainThread: , 2024-03-01 16:57:26,392 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:26,392 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,392 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,392 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:57:26,422 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:26,422 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,422 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:26,422 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,422 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:26,422 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 16:57:26,422 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 16:57:26,422 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 16:57:26,422 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 16:57:26,423 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,423 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,423 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,423 INFO snapshot-role/MainThread: , 2024-03-01 16:57:26,423 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:26,423 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,423 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,423 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:57:26,452 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:26,452 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,452 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:26,452 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,452 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:26,452 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 16:57:26,452 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,452 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,452 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,452 INFO snapshot-role/MainThread: , 2024-03-01 16:57:26,452 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:26,453 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,453 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,453 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:57:26,482 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:26,482 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,482 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:26,482 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,482 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:26,482 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 16:57:26,482 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,482 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,482 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,482 INFO snapshot-role/MainThread: , 2024-03-01 16:57:26,482 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:26,482 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,482 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,483 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:57:26,512 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:26,512 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,512 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:26,512 INFO snapshot-role/MainThread: { 2024-03-01 16:57:26,512 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:26,512 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 16:57:26,512 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,512 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,512 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,512 INFO snapshot-role/MainThread: , 2024-03-01 16:57:26,512 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:26,513 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:26,513 INFO snapshot-role/MainThread: } 2024-03-01 16:57:26,513 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:57:27,864 INFO snapshot-role/MainThread: extend_cmd: extend None None snapset1 0 None 2024-03-01 16:57:27,864 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 16:57:27,903 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:27,903 INFO snapshot-role/MainThread: { 2024-03-01 16:57:27,903 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: { 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"2281701376", "vg_extent_size":"4194304"} 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: , 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: , 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:27,904 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:27,904 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:27,904 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:27,904 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:27,904 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:27,904 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:27,904 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:27,904 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: , 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"34", "segtype":"free", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:27,904 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"free", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: , 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: } 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: , 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: { 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: , 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: , 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:27,905 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:27,905 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:27,905 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:27,905 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: , 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:27,905 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: , 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: } 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: , 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: { 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: , 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: , 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:27,906 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:27,906 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:27,906 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:27,906 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: , 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:27,906 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:27,907 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:27,907 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:27,907 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:27,907 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:27,907 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:27,907 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:27,907 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:27,907 INFO snapshot-role/MainThread: , 2024-03-01 16:57:27,907 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:27,907 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:27,907 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:27,907 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:27,907 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:27,907 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:27,907 INFO snapshot-role/MainThread: } 2024-03-01 16:57:27,907 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:27,907 INFO snapshot-role/MainThread: , 2024-03-01 16:57:27,907 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:27,907 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:27,907 INFO snapshot-role/MainThread: } 2024-03-01 16:57:27,907 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:57:27,938 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:27,938 INFO snapshot-role/MainThread: { 2024-03-01 16:57:27,938 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:27,938 INFO snapshot-role/MainThread: { 2024-03-01 16:57:27,938 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:27,938 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 16:57:27,939 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:27,939 INFO snapshot-role/MainThread: } 2024-03-01 16:57:27,939 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:27,939 INFO snapshot-role/MainThread: , 2024-03-01 16:57:27,939 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:27,939 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:27,939 INFO snapshot-role/MainThread: } 2024-03-01 16:57:27,939 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:27,974 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:27,974 INFO snapshot-role/MainThread: { 2024-03-01 16:57:27,974 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:27,974 INFO snapshot-role/MainThread: { 2024-03-01 16:57:27,974 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:27,974 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 16:57:27,974 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 16:57:27,974 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 16:57:27,974 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 16:57:27,974 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 16:57:27,974 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 16:57:27,975 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 16:57:27,975 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 16:57:27,975 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:27,975 INFO snapshot-role/MainThread: } 2024-03-01 16:57:27,975 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:27,975 INFO snapshot-role/MainThread: , 2024-03-01 16:57:27,975 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:27,975 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:27,975 INFO snapshot-role/MainThread: } 2024-03-01 16:57:27,975 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:57:28,004 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:28,004 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,004 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:28,004 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,004 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,004 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 16:57:28,004 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,004 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,004 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,004 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,004 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:28,004 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,004 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,005 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:57:28,034 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:28,034 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,034 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:28,034 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,034 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,034 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 16:57:28,034 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,034 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,034 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,034 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,034 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:28,034 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,035 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,035 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:57:28,073 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:28,074 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,074 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:28,074 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,074 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:28,074 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"2281701376", "vg_extent_size":"4194304"} 2024-03-01 16:57:28,074 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,074 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,074 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:28,074 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:28,074 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:28,074 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:28,074 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:28,074 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,074 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,074 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,074 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:28,074 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:28,074 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:28,074 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:28,074 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:28,074 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:28,074 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:28,074 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:28,074 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,074 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,074 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:28,074 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:28,074 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"34", "segtype":"free", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"free", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,075 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:28,076 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:28,076 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:28,076 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:28,076 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,076 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:28,077 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:28,077 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:28,077 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:28,077 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,077 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,078 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 2281701376 vg_extent_size : 4194304 2024-03-01 16:57:28,078 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:28,078 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 16:57:28,078 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:28,078 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 16:57:28,078 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:28,078 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 16:57:28,078 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:28,078 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 16:57:28,078 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 16:57:28,078 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:28,078 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:28,078 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:28,078 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:28,078 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 16:57:28,078 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:28,078 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:28,078 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:28,078 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:28,078 INFO snapshot-role/MainThread: Running... lvextend -L 171966464B test_vg3/lv5_snapset1 2024-03-01 16:57:28,164 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:28,165 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,165 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:28,165 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,165 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,165 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:57:28,213 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:28,213 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,213 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:28,213 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,213 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,213 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 16:57:28,213 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,214 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,214 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,214 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,214 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:28,214 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,214 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,214 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:57:28,249 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:28,249 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,249 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:28,249 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,249 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,249 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 16:57:28,249 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,249 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,249 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,249 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,249 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:28,249 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,249 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,250 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:28,280 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:28,280 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,280 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:28,280 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,280 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,280 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 16:57:28,280 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 16:57:28,280 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 16:57:28,280 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 16:57:28,280 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 16:57:28,280 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 16:57:28,280 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 16:57:28,280 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 16:57:28,280 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,280 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,281 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,281 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,281 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:28,281 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,281 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,281 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:57:28,325 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:28,325 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,325 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:28,325 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,325 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,325 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 16:57:28,325 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,325 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,325 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,325 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,325 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:28,325 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,325 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,325 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:57:28,356 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:28,356 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,356 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:28,356 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,356 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,356 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 16:57:28,356 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,356 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,357 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,357 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,357 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:28,357 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,357 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,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 16:57:28,389 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:28,390 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,390 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:28,390 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,390 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:28,390 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"2176843776", "vg_extent_size":"4194304"} 2024-03-01 16:57:28,390 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,390 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,390 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:28,390 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:28,390 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:28,390 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:28,390 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:28,390 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,390 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,390 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,390 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:28,390 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:28,390 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:28,390 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:28,390 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:28,390 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:28,390 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:28,390 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:28,390 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,390 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,390 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:28,390 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:28,390 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:28,390 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:28,390 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:28,390 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"free", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:28,390 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,391 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:28,392 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:28,392 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:28,392 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:28,392 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,392 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:28,393 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:28,393 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:28,393 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:28,393 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,393 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,393 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:28,393 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:28,393 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:28,393 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:28,393 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:28,393 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:28,393 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:28,393 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:28,393 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,393 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,393 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:28,393 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:28,393 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:28,393 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:28,393 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:28,393 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,393 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,393 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,393 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,393 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:28,393 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,393 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,393 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 2176843776 vg_extent_size : 4194304 2024-03-01 16:57:28,394 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:28,394 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:28,394 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:28,394 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 16:57:28,394 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:28,394 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 16:57:28,394 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:28,394 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 16:57:28,394 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 16:57:28,394 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:28,394 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:28,394 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:28,394 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:28,394 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 16:57:28,394 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:28,394 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:28,394 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:28,394 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:28,394 INFO snapshot-role/MainThread: Running... lvextend -L 171966464B test_vg3/lv6_snapset1 2024-03-01 16:57:28,474 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:28,475 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,475 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:28,475 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,475 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,475 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:57:28,520 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:28,520 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,520 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:28,520 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,520 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,520 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 16:57:28,520 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,521 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,521 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,521 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,521 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:28,521 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,521 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,521 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:57:28,568 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:28,568 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,568 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:28,568 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,569 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,569 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 16:57:28,569 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,569 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,569 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,569 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,569 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:28,569 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,569 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,569 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:28,597 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:28,597 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,597 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:28,597 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,597 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,597 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 16:57:28,597 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 16:57:28,597 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 16:57:28,597 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 16:57:28,597 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 16:57:28,597 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 16:57:28,597 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 16:57:28,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 16:57:28,598 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,598 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,598 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,598 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,598 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:28,598 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,598 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,598 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:57:28,627 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:28,627 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,627 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:28,627 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,627 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,628 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 16:57:28,628 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,628 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,628 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,628 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,628 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:28,628 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,628 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,628 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:57:28,658 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:28,658 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,658 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:28,658 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,658 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,658 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 16:57:28,659 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,659 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,659 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,659 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,659 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:28,659 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,659 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,659 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:57:28,692 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:28,692 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,692 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:28,692 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,692 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:28,692 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"2071986176", "vg_extent_size":"4194304"} 2024-03-01 16:57:28,692 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,692 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,692 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:28,693 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:28,693 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:28,693 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:28,693 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:28,693 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:28,693 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:28,693 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:28,693 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"free", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"229", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,693 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:28,694 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:28,694 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:28,694 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:28,694 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:28,694 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:28,695 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:28,695 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:28,695 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:28,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:28,695 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 2071986176 vg_extent_size : 4194304 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 16:57:28,696 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:28,697 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 16:57:28,697 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 16:57:28,697 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:28,697 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:28,697 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:28,697 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:28,697 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 16:57:28,697 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:28,697 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:28,697 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:28,697 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:28,697 INFO snapshot-role/MainThread: Running... lvextend -L 171966464B test_vg3/lv7_snapset1 2024-03-01 16:57:28,778 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:28,778 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,779 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:28,779 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,779 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,779 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:57:28,815 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:28,815 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,815 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:28,815 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,815 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,815 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 16:57:28,815 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,815 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,815 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,815 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,815 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:28,816 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,816 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,816 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:57:28,867 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:28,867 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,867 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:28,867 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,867 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,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 16:57:28,868 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,868 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,868 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,868 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,868 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:28,868 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,868 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,868 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:28,897 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:28,898 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,898 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:28,898 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,898 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,898 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 16:57:28,898 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 16:57:28,898 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 16:57:28,898 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 16:57:28,898 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 16:57:28,898 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 16:57:28,898 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 16:57:28,898 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 16:57:28,898 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,898 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,898 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,898 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,898 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:28,898 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,898 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,898 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:57:28,936 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:28,936 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,936 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:28,936 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,936 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,937 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 16:57:28,937 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,937 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,937 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,937 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,937 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:28,937 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,937 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,937 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:57:28,974 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:28,974 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,974 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:28,974 INFO snapshot-role/MainThread: { 2024-03-01 16:57:28,974 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:28,974 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 16:57:28,974 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,974 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,975 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,975 INFO snapshot-role/MainThread: , 2024-03-01 16:57:28,975 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:28,975 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:28,975 INFO snapshot-role/MainThread: } 2024-03-01 16:57:28,975 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:57:29,013 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:29,013 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,013 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:29,013 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,013 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:29,013 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1967128576", "vg_extent_size":"4194304"} 2024-03-01 16:57:29,013 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,013 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,013 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:29,013 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,013 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:29,014 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:29,014 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:29,014 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:29,014 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:29,014 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:29,014 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:29,014 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:29,014 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"free", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"204", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:29,014 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:29,015 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:29,015 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:29,015 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:29,015 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,015 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:29,016 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:29,016 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:29,016 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:29,016 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:29,016 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1967128576 vg_extent_size : 4194304 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 16:57:29,017 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 16:57:29,018 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:29,018 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:29,018 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:29,018 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:29,018 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 16:57:29,018 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:29,018 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:29,018 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:29,018 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:29,018 INFO snapshot-role/MainThread: Running... lvextend -L 171966464B test_vg3/lv8_snapset1 2024-03-01 16:57:29,096 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:29,096 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,096 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:29,096 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,096 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,096 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:57:29,142 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:29,142 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,142 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:29,142 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,142 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,142 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 16:57:29,143 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,143 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,143 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,143 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,143 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:29,143 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,143 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,143 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:57:29,182 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:29,182 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,182 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:29,182 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,182 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,182 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 16:57:29,182 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,182 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,182 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,182 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,183 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:29,183 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,183 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,183 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:57:29,212 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:29,212 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,212 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:29,212 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,212 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,212 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 16:57:29,212 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 16:57:29,213 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 16:57:29,213 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 16:57:29,213 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,213 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,213 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,213 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,213 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:29,213 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,213 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,213 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:57:29,249 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:29,249 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,249 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:29,249 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,249 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,249 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 16:57:29,249 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,249 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,249 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,249 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,249 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:29,249 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,249 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,249 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:57:29,278 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:29,278 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,278 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:29,278 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,278 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,278 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 16:57:29,278 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,278 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,278 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,278 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,278 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:29,278 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,278 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,278 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 16:57:29,316 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:29,316 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,316 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:29,316 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,316 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:29,316 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:29,316 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,316 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:29,317 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:29,317 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:29,317 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:29,317 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:29,317 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:29,317 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:29,317 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:29,317 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,317 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:29,318 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:29,318 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:29,318 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:29,318 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,318 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:29,319 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:29,319 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:29,319 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:29,319 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:29,319 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:29,320 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:29,321 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:29,321 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 16:57:29,321 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:29,321 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:29,321 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:29,321 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:29,321 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 16:57:29,321 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:29,321 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:29,321 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:29,321 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:29,321 INFO snapshot-role/MainThread: Running... lvextend -L 130023424B test_vg2/lv3_snapset1 2024-03-01 16:57:29,409 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:29,409 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,409 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:29,409 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,410 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,410 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:57:29,449 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:29,450 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,450 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:29,450 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,450 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,450 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 16:57:29,450 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,450 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,450 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,450 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,450 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:29,450 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,450 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,450 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:57:29,483 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:29,483 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,483 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:29,483 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,483 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,483 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 16:57:29,483 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,483 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,483 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,483 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,483 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:29,483 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,483 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,484 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:57:29,510 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:29,510 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,510 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:29,510 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,510 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,510 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 16:57:29,510 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 16:57:29,510 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 16:57:29,510 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 16:57:29,510 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,510 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,510 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,510 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,510 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:29,510 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,510 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,510 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:57:29,548 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:29,548 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,548 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:29,548 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,549 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,549 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 16:57:29,549 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,549 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,549 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,549 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,549 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:29,549 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,549 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,549 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:57:29,579 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:29,579 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,579 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:29,579 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,579 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,579 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 16:57:29,579 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,579 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,580 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,580 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,580 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:29,580 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,580 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,580 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 16:57:29,617 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:29,618 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:29,618 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:29,618 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:29,618 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:29,618 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:29,618 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:29,618 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:29,618 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,618 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2369781760", "vg_extent_size":"4194304"} 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:29,619 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:29,620 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:29,620 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:29,620 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:29,620 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"57", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:29,620 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:29,621 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:29,621 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:29,621 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:29,621 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,621 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,622 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:29,622 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:29,622 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:29,622 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:29,622 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:29,622 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:29,622 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:29,622 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:29,622 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:29,622 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2369781760 vg_extent_size : 4194304 2024-03-01 16:57:29,622 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:29,622 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:29,622 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:29,622 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:29,622 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 16:57:29,622 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:29,622 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:29,622 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:29,622 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:29,622 INFO snapshot-role/MainThread: Running... lvextend -L 130023424B test_vg2/lv4_snapset1 2024-03-01 16:57:29,701 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:29,701 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,701 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:29,701 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,701 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,701 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:57:29,747 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:29,748 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,748 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:29,748 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,748 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,748 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 16:57:29,748 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,748 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,748 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,748 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,748 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:29,748 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,748 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,748 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:57:29,782 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:29,782 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,782 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:29,782 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,782 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,782 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 16:57:29,782 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,782 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,782 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,782 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,782 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:29,783 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,783 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,783 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:57:29,820 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:29,820 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,820 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:29,820 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,820 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,820 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 16:57:29,820 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 16:57:29,820 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 16:57:29,820 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 16:57:29,820 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,820 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,820 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,821 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,821 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:29,821 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,821 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,821 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:57:29,854 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:29,854 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,854 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:29,855 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,855 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,855 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 16:57:29,855 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,855 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,855 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,855 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,855 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:29,855 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,855 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,855 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:57:29,887 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:29,887 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,887 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:29,887 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,888 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,888 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 16:57:29,888 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,888 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,888 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,888 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,888 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:29,888 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,888 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,888 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 16:57:29,927 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:29,928 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:29,928 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:29,928 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:29,928 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:29,928 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:29,928 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:29,928 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:29,928 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:29,928 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,929 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:29,930 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:29,930 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:29,930 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:29,930 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: { 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2449473536", "vg_extent_size":"4194304"} 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,930 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:29,931 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:29,931 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:29,931 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:29,931 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"76", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: , 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:29,931 INFO snapshot-role/MainThread: } 2024-03-01 16:57:29,932 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:29,932 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:29,932 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:29,932 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:29,932 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:29,932 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:29,932 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:29,932 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:29,932 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:29,932 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:29,932 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:29,932 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:29,932 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:29,932 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:29,932 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2449473536 vg_extent_size : 4194304 2024-03-01 16:57:29,932 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:29,932 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:29,932 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:29,932 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:29,932 INFO snapshot-role/MainThread: Running... lvextend -L 130023424B test_vg1/lv1_snapset1 2024-03-01 16:57:30,005 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:30,005 INFO snapshot-role/MainThread: { 2024-03-01 16:57:30,006 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:30,006 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,006 INFO snapshot-role/MainThread: } 2024-03-01 16:57:30,006 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:57:30,053 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:30,053 INFO snapshot-role/MainThread: { 2024-03-01 16:57:30,053 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:30,053 INFO snapshot-role/MainThread: { 2024-03-01 16:57:30,053 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:30,053 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 16:57:30,053 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,053 INFO snapshot-role/MainThread: } 2024-03-01 16:57:30,053 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,053 INFO snapshot-role/MainThread: , 2024-03-01 16:57:30,053 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:30,053 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,053 INFO snapshot-role/MainThread: } 2024-03-01 16:57:30,053 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:57:30,083 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:30,083 INFO snapshot-role/MainThread: { 2024-03-01 16:57:30,083 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:30,083 INFO snapshot-role/MainThread: { 2024-03-01 16:57:30,083 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:30,083 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 16:57:30,083 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,083 INFO snapshot-role/MainThread: } 2024-03-01 16:57:30,084 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,084 INFO snapshot-role/MainThread: , 2024-03-01 16:57:30,084 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:30,084 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,084 INFO snapshot-role/MainThread: } 2024-03-01 16:57:30,084 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:57:30,114 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:30,114 INFO snapshot-role/MainThread: { 2024-03-01 16:57:30,114 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:30,114 INFO snapshot-role/MainThread: { 2024-03-01 16:57:30,114 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:30,114 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 16:57:30,114 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 16:57:30,114 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 16:57:30,114 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 16:57:30,114 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,114 INFO snapshot-role/MainThread: } 2024-03-01 16:57:30,114 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,114 INFO snapshot-role/MainThread: , 2024-03-01 16:57:30,115 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:30,115 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,115 INFO snapshot-role/MainThread: } 2024-03-01 16:57:30,115 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:57:30,144 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:30,144 INFO snapshot-role/MainThread: { 2024-03-01 16:57:30,144 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:30,144 INFO snapshot-role/MainThread: { 2024-03-01 16:57:30,144 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:30,144 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 16:57:30,144 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,144 INFO snapshot-role/MainThread: } 2024-03-01 16:57:30,145 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,145 INFO snapshot-role/MainThread: , 2024-03-01 16:57:30,145 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:30,145 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,145 INFO snapshot-role/MainThread: } 2024-03-01 16:57:30,145 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:57:30,176 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:30,176 INFO snapshot-role/MainThread: { 2024-03-01 16:57:30,176 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:30,176 INFO snapshot-role/MainThread: { 2024-03-01 16:57:30,176 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:30,176 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 16:57:30,176 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,176 INFO snapshot-role/MainThread: } 2024-03-01 16:57:30,176 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,176 INFO snapshot-role/MainThread: , 2024-03-01 16:57:30,176 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:30,176 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,176 INFO snapshot-role/MainThread: } 2024-03-01 16:57:30,176 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 16:57:30,214 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:30,214 INFO snapshot-role/MainThread: { 2024-03-01 16:57:30,214 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:30,214 INFO snapshot-role/MainThread: { 2024-03-01 16:57:30,214 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:30,214 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:30,214 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,214 INFO snapshot-role/MainThread: , 2024-03-01 16:57:30,214 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:30,214 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:30,214 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:30,214 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: , 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:30,215 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:30,215 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:30,215 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:30,215 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:30,215 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:30,215 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:30,215 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:30,215 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: , 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: , 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:30,215 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: } 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: , 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: { 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: , 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: , 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:30,216 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:30,216 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:30,216 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:30,216 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: , 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:30,216 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: , 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: } 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: , 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: { 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2369781760", "vg_extent_size":"4194304"} 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: , 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: , 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:30,217 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:30,217 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:30,217 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:30,217 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: , 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:30,217 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"57", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: , 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: } 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: , 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: } 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:30,218 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:30,219 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:30,219 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:30,219 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:30,219 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:30,219 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:30,219 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:30,219 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:30,219 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:30,219 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2369781760 vg_extent_size : 4194304 2024-03-01 16:57:30,219 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:30,219 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:30,219 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:30,219 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 16:57:30,219 INFO snapshot-role/MainThread: Running... lvextend -L 130023424B test_vg1/lv2_snapset1 2024-03-01 16:57:30,300 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:30,300 INFO snapshot-role/MainThread: { 2024-03-01 16:57:30,300 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:30,301 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,301 INFO snapshot-role/MainThread: } 2024-03-01 16:57:30,301 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:57:30,342 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:30,342 INFO snapshot-role/MainThread: { 2024-03-01 16:57:30,343 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:30,343 INFO snapshot-role/MainThread: { 2024-03-01 16:57:30,343 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:30,343 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 16:57:30,343 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,343 INFO snapshot-role/MainThread: } 2024-03-01 16:57:30,343 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,343 INFO snapshot-role/MainThread: , 2024-03-01 16:57:30,343 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:30,343 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:30,343 INFO snapshot-role/MainThread: } 2024-03-01 16:57:30,344 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:57:31,682 INFO snapshot-role/MainThread: extend_cmd: extend None None snapset1 1 None 2024-03-01 16:57:31,682 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 16:57:31,721 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:31,721 INFO snapshot-role/MainThread: { 2024-03-01 16:57:31,721 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:31,721 INFO snapshot-role/MainThread: { 2024-03-01 16:57:31,721 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:31,721 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:31,721 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:31,722 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:31,722 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:31,722 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:31,722 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:31,722 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:31,722 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:31,722 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:31,722 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:31,722 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: } 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: { 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:31,723 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:31,723 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:31,723 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:31,723 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:31,724 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: } 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: { 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,724 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:31,725 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:31,725 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:31,725 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:31,725 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: } 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,725 INFO snapshot-role/MainThread: } 2024-03-01 16:57:31,726 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:57:31,767 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:31,767 INFO snapshot-role/MainThread: { 2024-03-01 16:57:31,767 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:31,768 INFO snapshot-role/MainThread: { 2024-03-01 16:57:31,768 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:31,768 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 16:57:31,768 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,768 INFO snapshot-role/MainThread: } 2024-03-01 16:57:31,768 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,768 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,768 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:31,768 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,768 INFO snapshot-role/MainThread: } 2024-03-01 16:57:31,768 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:31,800 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:31,800 INFO snapshot-role/MainThread: { 2024-03-01 16:57:31,800 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:31,800 INFO snapshot-role/MainThread: { 2024-03-01 16:57:31,800 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:31,800 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 16:57:31,800 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 16:57:31,800 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 16:57:31,800 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 16:57:31,800 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 16:57:31,800 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 16:57:31,800 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 16:57:31,800 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 16:57:31,800 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,800 INFO snapshot-role/MainThread: } 2024-03-01 16:57:31,801 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,801 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,801 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:31,801 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,801 INFO snapshot-role/MainThread: } 2024-03-01 16:57:31,801 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:57:31,830 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:31,830 INFO snapshot-role/MainThread: { 2024-03-01 16:57:31,830 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:31,830 INFO snapshot-role/MainThread: { 2024-03-01 16:57:31,830 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:31,830 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 16:57:31,830 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,830 INFO snapshot-role/MainThread: } 2024-03-01 16:57:31,830 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,830 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,830 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:31,830 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,830 INFO snapshot-role/MainThread: } 2024-03-01 16:57:31,831 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:57:31,860 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:31,860 INFO snapshot-role/MainThread: { 2024-03-01 16:57:31,860 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:31,860 INFO snapshot-role/MainThread: { 2024-03-01 16:57:31,860 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:31,860 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 16:57:31,860 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,860 INFO snapshot-role/MainThread: } 2024-03-01 16:57:31,860 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,860 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,860 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:31,860 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,860 INFO snapshot-role/MainThread: } 2024-03-01 16:57:31,861 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 16:57:31,898 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:31,898 INFO snapshot-role/MainThread: { 2024-03-01 16:57:31,898 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:31,898 INFO snapshot-role/MainThread: { 2024-03-01 16:57:31,898 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:31,898 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:31,898 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,898 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:31,899 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:31,899 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:31,899 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:31,899 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:31,899 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:31,899 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:31,899 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:31,899 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:31,899 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: } 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: { 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:31,900 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:31,900 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:31,900 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:31,900 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,900 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: } 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: { 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:31,901 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:31,901 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:31,901 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:31,902 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:31,902 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: } 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,902 INFO snapshot-role/MainThread: } 2024-03-01 16:57:31,903 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:31,903 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:31,903 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:31,903 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:31,903 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:31,903 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:31,903 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:31,903 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:31,903 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:31,903 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:31,903 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:31,903 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:31,903 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:31,903 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:31,903 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:31,903 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:31,903 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:31,903 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:31,903 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:31,903 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:57:31,933 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:31,934 INFO snapshot-role/MainThread: { 2024-03-01 16:57:31,934 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:31,934 INFO snapshot-role/MainThread: { 2024-03-01 16:57:31,934 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:31,934 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 16:57:31,934 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,934 INFO snapshot-role/MainThread: } 2024-03-01 16:57:31,934 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,934 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,934 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:31,934 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,934 INFO snapshot-role/MainThread: } 2024-03-01 16:57:31,934 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:57:31,971 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:31,971 INFO snapshot-role/MainThread: { 2024-03-01 16:57:31,971 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:31,971 INFO snapshot-role/MainThread: { 2024-03-01 16:57:31,971 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:31,971 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 16:57:31,971 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,971 INFO snapshot-role/MainThread: } 2024-03-01 16:57:31,971 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,971 INFO snapshot-role/MainThread: , 2024-03-01 16:57:31,971 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:31,971 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:31,972 INFO snapshot-role/MainThread: } 2024-03-01 16:57:31,972 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:32,005 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,005 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,005 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,005 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,005 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,005 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 16:57:32,005 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 16:57:32,005 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 16:57:32,005 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 16:57:32,005 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 16:57:32,005 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 16:57:32,005 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 16:57:32,006 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 16:57:32,006 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,006 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,006 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,006 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,006 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,006 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,006 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,006 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:57:32,033 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,033 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,033 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,033 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,033 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,033 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 16:57:32,033 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,033 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,033 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,033 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,033 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,033 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,033 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,033 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:57:32,062 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,062 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,062 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,062 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,062 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,062 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 16:57:32,062 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,063 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,063 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,063 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,063 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,063 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,063 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,063 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:57:32,103 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,103 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,103 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,103 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,103 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:32,103 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:32,104 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:32,104 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:32,104 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:32,104 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:32,104 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:32,104 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:32,104 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:32,104 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:32,104 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,105 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:32,105 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:32,106 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:32,106 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:32,106 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,106 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:32,107 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:32,107 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:32,107 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:32,107 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,107 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,108 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:32,108 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:32,108 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:32,108 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:32,108 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:32,108 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:32,108 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:32,108 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:32,108 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:32,108 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:32,108 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:32,108 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:32,108 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:32,108 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:32,108 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:32,108 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:32,108 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:32,108 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:32,108 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:32,108 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:57:32,139 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,139 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,139 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,139 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,139 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,139 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 16:57:32,139 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,139 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,139 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,139 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,139 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,139 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,139 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,140 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:57:32,169 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,169 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,169 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,169 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,169 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,169 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 16:57:32,169 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,169 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,169 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,169 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,169 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,169 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,169 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,170 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:32,199 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,199 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,199 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,199 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,199 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,199 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 16:57:32,199 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 16:57:32,199 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 16:57:32,199 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 16:57:32,199 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 16:57:32,199 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 16:57:32,199 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 16:57:32,199 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 16:57:32,200 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,200 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,200 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,200 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,200 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,200 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,200 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,200 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:57:32,232 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,232 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,232 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,232 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,232 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,232 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 16:57:32,233 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,233 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,233 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,233 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,233 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,233 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,233 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,233 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:57:32,269 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,269 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,269 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,269 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,269 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,269 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 16:57:32,269 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,270 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,270 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,270 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,270 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,270 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,270 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,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 16:57:32,304 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,304 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,304 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,304 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,304 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:32,304 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:32,304 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,304 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,304 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:32,304 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,304 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:32,305 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:32,305 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:32,305 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:32,305 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:32,305 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:32,305 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:32,305 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:32,305 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:32,305 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:32,306 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:32,306 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:32,306 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:32,306 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:32,306 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,307 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:32,307 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:32,307 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:32,307 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:32,307 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,308 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:32,309 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:32,309 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:32,309 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:32,309 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:32,309 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:32,309 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:32,309 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:32,309 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:32,309 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:32,309 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:32,309 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:32,309 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:32,309 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:32,309 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:32,309 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:32,309 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:32,309 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:32,309 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:32,309 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:57:32,338 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,338 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,338 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,338 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,338 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,338 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 16:57:32,338 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,338 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,338 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,338 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,338 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,338 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,338 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,338 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:57:32,369 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,369 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,369 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,369 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,369 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,369 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 16:57:32,369 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,369 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,369 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,369 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,369 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,369 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,369 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,370 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:32,399 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,399 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,399 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,399 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,399 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,400 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 16:57:32,400 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 16:57:32,400 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 16:57:32,400 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 16:57:32,400 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 16:57:32,400 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 16:57:32,400 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 16:57:32,400 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 16:57:32,400 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,400 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,400 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,400 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,400 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,400 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,400 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,400 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:57:32,428 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,428 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,428 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,428 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,428 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,428 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 16:57:32,428 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,428 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,428 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,428 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,428 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,428 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,428 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,428 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:57:32,462 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,462 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,462 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,462 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,462 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,462 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 16:57:32,462 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,462 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,462 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,462 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,462 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,462 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,462 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,463 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 16:57:32,501 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,502 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,502 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,502 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,502 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:32,502 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:32,502 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,502 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,502 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:32,502 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,502 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,502 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:32,502 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:32,502 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,502 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,502 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,502 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:32,502 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:32,502 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:32,502 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:32,502 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:32,502 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:32,502 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:32,502 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:32,502 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,502 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,502 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:32,502 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,503 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:32,504 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:32,504 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:32,504 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:32,504 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:32,504 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:32,505 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:32,505 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:32,505 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:32,505 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:32,505 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:32,506 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:32,507 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:32,507 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:32,507 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:57:32,541 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,541 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,541 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,541 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,541 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,541 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 16:57:32,541 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,541 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,541 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,541 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,541 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,541 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,541 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,542 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:57:32,575 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,575 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,575 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,575 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,575 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,575 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:57:32,575 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,575 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,575 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,575 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,575 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,575 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,575 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,576 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:57:32,606 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,606 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,606 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,606 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,606 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,606 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:57:32,606 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 16:57:32,606 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 16:57:32,606 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 16:57:32,606 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,606 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,606 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,606 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,606 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,606 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,607 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,607 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:57:32,636 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,637 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,637 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,637 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,637 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,637 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 16:57:32,637 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,637 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,637 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,637 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,637 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,637 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,637 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,637 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:57:32,667 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,667 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,667 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,667 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,667 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,667 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 16:57:32,667 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,667 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,667 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,667 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,668 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,668 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,668 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,668 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 16:57:32,703 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,704 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,704 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,704 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,704 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:32,704 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:32,704 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,704 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,704 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:32,704 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,704 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,704 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:32,704 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:32,704 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,704 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,704 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,704 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:32,704 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:32,704 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:32,704 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:32,704 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:32,704 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:32,704 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:32,704 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:32,704 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,704 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,704 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:32,704 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,704 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,704 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,705 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:32,706 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:32,706 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:32,706 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:32,706 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,706 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:32,707 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:32,707 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:32,707 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:32,707 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,707 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,708 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,708 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,708 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,708 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,708 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:32,708 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:32,708 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:32,708 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:32,708 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:32,708 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:32,708 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:32,708 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:32,708 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:32,708 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:32,708 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:32,708 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:32,708 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:32,708 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:32,708 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:32,708 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:32,708 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:32,708 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:32,708 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:32,708 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:57:32,739 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,740 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,740 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,740 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,740 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,740 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 16:57:32,740 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,740 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,740 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,740 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,740 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,740 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,740 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,740 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:57:32,773 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,773 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,773 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,774 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,774 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,774 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 16:57:32,774 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,774 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,774 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,774 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,774 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,774 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,774 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,774 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:57:32,806 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,807 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,807 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,807 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,807 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,807 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 16:57:32,807 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 16:57:32,807 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 16:57:32,807 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 16:57:32,807 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,807 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,807 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,807 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,807 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,807 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,807 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,807 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:57:32,838 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,838 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,838 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,838 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,838 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,838 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 16:57:32,838 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,838 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,838 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,839 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,839 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,839 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,839 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,839 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:57:32,868 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,869 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,869 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,869 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,869 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,869 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 16:57:32,869 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,869 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,869 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,869 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,869 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,869 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,869 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,869 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 16:57:32,911 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,911 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,911 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:32,912 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:32,912 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:32,912 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:32,912 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:32,912 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:32,912 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:32,912 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:32,912 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,912 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,913 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:32,913 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:32,914 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:32,914 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:32,914 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,914 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:32,915 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:32,915 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:32,915 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:32,915 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,915 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,916 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:32,916 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:32,916 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:32,916 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:32,916 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:32,916 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:32,916 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:32,916 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:32,916 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:32,916 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:32,916 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:32,916 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:32,916 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:32,916 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:32,916 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:32,916 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:32,916 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:32,916 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:32,916 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:32,916 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:57:32,946 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,947 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,947 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,947 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,947 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,947 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 16:57:32,947 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,947 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,947 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,947 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,947 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,947 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,947 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,947 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:57:32,977 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:32,977 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,977 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:32,977 INFO snapshot-role/MainThread: { 2024-03-01 16:57:32,977 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:32,977 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 16:57:32,977 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,977 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,977 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,977 INFO snapshot-role/MainThread: , 2024-03-01 16:57:32,977 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:32,978 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:32,978 INFO snapshot-role/MainThread: } 2024-03-01 16:57:32,978 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:57:33,006 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:33,006 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,006 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:33,006 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,006 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:33,006 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 16:57:33,006 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 16:57:33,007 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 16:57:33,007 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 16:57:33,007 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,007 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,007 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,007 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,007 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:33,007 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,007 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,007 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:57:33,037 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:33,037 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,037 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:33,037 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,037 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:33,037 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 16:57:33,037 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,037 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,037 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,037 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,037 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:33,037 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,038 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,038 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:57:33,073 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:33,073 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,073 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:33,073 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,073 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:33,073 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 16:57:33,073 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,073 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,073 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,073 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,073 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:33,073 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,073 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,073 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 16:57:33,108 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:33,108 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,108 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:33,109 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:33,109 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:33,109 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:33,109 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:33,109 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:33,109 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:33,109 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:33,109 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:33,109 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:33,110 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:33,110 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:33,111 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:33,111 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:33,111 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,111 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:33,112 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:33,112 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:33,112 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:33,112 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,112 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,113 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:33,113 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:33,113 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:33,113 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:33,113 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:33,113 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:33,113 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:33,113 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:33,113 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:33,113 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:33,113 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:33,113 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:33,113 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:33,113 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:33,113 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:33,113 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:33,113 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:33,113 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:33,113 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:33,113 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:57:33,147 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:33,147 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,147 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:33,147 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,147 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:33,147 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 16:57:33,147 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,147 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,147 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,147 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,147 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:33,147 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,147 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,148 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:57:33,178 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:33,178 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,178 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:33,178 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,178 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:33,178 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 16:57:33,178 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,178 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,178 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,178 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,179 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:33,179 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,179 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,179 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:57:33,212 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:33,212 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,212 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:33,212 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,212 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:33,212 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 16:57:33,212 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 16:57:33,212 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 16:57:33,212 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 16:57:33,212 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,212 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,212 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,213 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,213 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:33,213 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,213 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,213 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:57:33,242 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:33,242 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,242 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:33,242 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,242 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:33,242 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 16:57:33,242 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,242 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,242 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,242 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,242 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:33,242 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,242 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,242 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:57:33,273 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:33,273 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,273 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:33,273 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,273 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:33,273 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 16:57:33,273 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,273 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,273 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,273 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,273 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:33,273 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,273 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,274 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 16:57:33,312 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:33,312 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,312 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:33,312 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,312 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:33,313 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:33,313 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:33,313 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:33,313 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:33,313 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:33,313 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:33,313 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:33,313 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:33,313 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:33,314 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:33,314 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:33,314 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:33,314 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:33,315 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:33,315 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:33,315 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:33,316 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:33,316 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:33,316 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,316 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,317 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:33,317 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:33,317 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:33,317 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:33,317 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:33,317 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:33,317 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:33,317 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:33,317 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:33,317 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:33,317 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:33,317 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:33,317 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:33,317 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:33,317 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:33,317 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:33,317 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:33,317 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:33,317 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:33,317 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:57:33,350 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:33,350 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,350 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:33,350 INFO snapshot-role/MainThread: { 2024-03-01 16:57:33,351 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:33,351 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 16:57:33,351 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,351 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,351 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,351 INFO snapshot-role/MainThread: , 2024-03-01 16:57:33,351 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:33,351 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:33,351 INFO snapshot-role/MainThread: } 2024-03-01 16:57:33,351 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:57:34,722 INFO snapshot-role/MainThread: extend_cmd: extend None None snapset1 0 None 2024-03-01 16:57:34,723 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 16:57:34,761 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: { 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: { 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:34,762 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:34,762 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:34,762 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:34,762 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:34,762 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:34,762 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:34,762 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:34,762 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:34,762 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: } 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: { 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,763 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:34,764 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:34,764 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:34,764 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:34,764 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: } 2024-03-01 16:57:34,764 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: { 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:34,765 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:34,765 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:34,765 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:34,765 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:34,765 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:34,766 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:34,766 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:34,766 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,766 INFO snapshot-role/MainThread: } 2024-03-01 16:57:34,766 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,766 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,766 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:34,766 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,766 INFO snapshot-role/MainThread: } 2024-03-01 16:57:34,766 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:57:34,796 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:34,796 INFO snapshot-role/MainThread: { 2024-03-01 16:57:34,796 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:34,796 INFO snapshot-role/MainThread: { 2024-03-01 16:57:34,796 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:34,796 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 16:57:34,797 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,797 INFO snapshot-role/MainThread: } 2024-03-01 16:57:34,797 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,797 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,797 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:34,797 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,797 INFO snapshot-role/MainThread: } 2024-03-01 16:57:34,797 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:34,828 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:34,828 INFO snapshot-role/MainThread: { 2024-03-01 16:57:34,828 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:34,828 INFO snapshot-role/MainThread: { 2024-03-01 16:57:34,828 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:34,828 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 16:57:34,828 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 16:57:34,828 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 16:57:34,828 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 16:57:34,828 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 16:57:34,829 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 16:57:34,829 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 16:57:34,829 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 16:57:34,829 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,829 INFO snapshot-role/MainThread: } 2024-03-01 16:57:34,829 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,829 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,829 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:34,829 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,829 INFO snapshot-role/MainThread: } 2024-03-01 16:57:34,829 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:57:34,860 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:34,860 INFO snapshot-role/MainThread: { 2024-03-01 16:57:34,861 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:34,861 INFO snapshot-role/MainThread: { 2024-03-01 16:57:34,861 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:34,861 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 16:57:34,861 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,861 INFO snapshot-role/MainThread: } 2024-03-01 16:57:34,861 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,861 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,861 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:34,861 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,861 INFO snapshot-role/MainThread: } 2024-03-01 16:57:34,861 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:57:34,896 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:34,896 INFO snapshot-role/MainThread: { 2024-03-01 16:57:34,896 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:34,896 INFO snapshot-role/MainThread: { 2024-03-01 16:57:34,896 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:34,896 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 16:57:34,896 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,896 INFO snapshot-role/MainThread: } 2024-03-01 16:57:34,896 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,896 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,896 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:34,897 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,897 INFO snapshot-role/MainThread: } 2024-03-01 16:57:34,897 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 16:57:34,932 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:34,932 INFO snapshot-role/MainThread: { 2024-03-01 16:57:34,932 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:34,932 INFO snapshot-role/MainThread: { 2024-03-01 16:57:34,932 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:34,932 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:34,933 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:34,933 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:34,933 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:34,933 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:34,933 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:34,933 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:34,933 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:34,933 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:34,933 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: } 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: { 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:34,934 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:34,934 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:34,934 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:34,935 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:34,935 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: } 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: { 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,935 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:34,936 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:34,936 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:34,936 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:34,936 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: } 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,936 INFO snapshot-role/MainThread: } 2024-03-01 16:57:34,937 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:34,937 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:34,937 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:34,937 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:34,937 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:34,937 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:34,937 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:34,937 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:34,937 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:34,937 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:34,937 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:34,937 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:34,937 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:34,937 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:34,937 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:34,937 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:34,937 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:34,937 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:34,937 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:34,937 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:57:34,966 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:34,966 INFO snapshot-role/MainThread: { 2024-03-01 16:57:34,966 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:34,966 INFO snapshot-role/MainThread: { 2024-03-01 16:57:34,966 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:34,966 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 16:57:34,966 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,966 INFO snapshot-role/MainThread: } 2024-03-01 16:57:34,967 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,967 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,967 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:34,967 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,967 INFO snapshot-role/MainThread: } 2024-03-01 16:57:34,967 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:57:34,996 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:34,996 INFO snapshot-role/MainThread: { 2024-03-01 16:57:34,996 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:34,996 INFO snapshot-role/MainThread: { 2024-03-01 16:57:34,996 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:34,996 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 16:57:34,996 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,996 INFO snapshot-role/MainThread: } 2024-03-01 16:57:34,996 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,996 INFO snapshot-role/MainThread: , 2024-03-01 16:57:34,996 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:34,996 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:34,996 INFO snapshot-role/MainThread: } 2024-03-01 16:57:34,996 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:35,027 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,027 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,027 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,027 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,027 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,027 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 16:57:35,027 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 16:57:35,027 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 16:57:35,027 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 16:57:35,027 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 16:57:35,027 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 16:57:35,028 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 16:57:35,028 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 16:57:35,028 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,028 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,028 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,028 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,028 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,028 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,028 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,028 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:57:35,058 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,058 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,058 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,058 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,058 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,058 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 16:57:35,058 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,058 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,058 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,059 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,059 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,059 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,059 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,059 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:57:35,097 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,097 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,097 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,097 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,098 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,098 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 16:57:35,098 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,098 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,098 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,098 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,098 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,098 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,098 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,098 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 16:57:35,133 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,134 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,134 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,134 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,134 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:35,134 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:35,134 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,134 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,134 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:35,134 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,134 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,134 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:35,134 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:35,134 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,134 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,134 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,134 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:35,134 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:35,134 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:35,134 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:35,134 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:35,134 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:35,134 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:35,134 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:35,134 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,134 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,134 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:35,134 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,134 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,135 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:35,136 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:35,136 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:35,136 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:35,136 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:35,136 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:35,137 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:35,137 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:35,137 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:35,137 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,137 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:35,138 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:35,139 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:35,139 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:35,139 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:35,139 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:35,139 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:35,139 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:35,139 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:35,139 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:57:35,170 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,170 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,170 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,170 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,170 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,171 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 16:57:35,171 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,171 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,171 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,171 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,171 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,171 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,171 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,171 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:57:35,201 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,201 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,201 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,201 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,201 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,201 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 16:57:35,202 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,202 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,202 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,202 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,202 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,202 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,202 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,202 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:35,232 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,232 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,232 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,232 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,232 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,232 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 16:57:35,232 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 16:57:35,232 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 16:57:35,232 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 16:57:35,232 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 16:57:35,232 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 16:57:35,232 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 16:57:35,232 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 16:57:35,233 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,233 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,233 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,233 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,233 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,233 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,233 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,233 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:57:35,259 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,259 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,259 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,259 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,259 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,259 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 16:57:35,259 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,259 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,259 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,259 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,259 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,259 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,259 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,259 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:57:35,289 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,289 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,289 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,289 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,289 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,289 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 16:57:35,289 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,290 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,290 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,290 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,290 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,290 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,290 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,290 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 16:57:35,327 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,327 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,327 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,327 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:35,328 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:35,328 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:35,328 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:35,328 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:35,328 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:35,328 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:35,328 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:35,328 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,328 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,329 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:35,330 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:35,330 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:35,330 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:35,330 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,330 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:35,331 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:35,331 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:35,331 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:35,331 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,331 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,332 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,332 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,332 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,332 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,332 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:35,332 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:35,332 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:35,332 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:35,332 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:35,332 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:35,332 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:35,332 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:35,332 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:35,332 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:35,332 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:35,332 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:35,332 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:35,332 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:35,332 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:35,332 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:35,332 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:35,332 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:35,332 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:35,332 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:57:35,365 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,365 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,365 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,365 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,366 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,366 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 16:57:35,366 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,366 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,366 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,366 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,366 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,366 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,366 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,366 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:57:35,399 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,399 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,399 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,399 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,399 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,399 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 16:57:35,399 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,399 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,399 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,399 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,399 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,399 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,399 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,400 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:35,430 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,430 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,430 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,430 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,430 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,430 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 16:57:35,430 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 16:57:35,430 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 16:57:35,430 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 16:57:35,430 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 16:57:35,430 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 16:57:35,431 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 16:57:35,431 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 16:57:35,431 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,431 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,431 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,431 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,431 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,431 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,431 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,431 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:57:35,460 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,460 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,460 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,460 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,460 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,460 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 16:57:35,460 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,460 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,460 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,460 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,460 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,460 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,460 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,460 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:57:35,490 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,490 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,490 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,490 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,490 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,490 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 16:57:35,490 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,490 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,490 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,490 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,490 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,490 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,490 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,491 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 16:57:35,528 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,528 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,528 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,528 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,528 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:35,528 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:35,528 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,528 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,528 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:35,528 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,528 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:35,529 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:35,529 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:35,529 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:35,529 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:35,529 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:35,529 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:35,529 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:35,529 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,529 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:35,530 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:35,530 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:35,530 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:35,530 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,530 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,531 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:35,531 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:35,531 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:35,532 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:35,532 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,532 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,533 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:35,533 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:35,533 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:35,533 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:35,533 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:35,533 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:35,533 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:35,533 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:35,533 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:35,533 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:35,533 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:35,533 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:35,533 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:35,533 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:35,533 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:35,533 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:35,533 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:35,533 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:35,533 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:35,533 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:57:35,564 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,564 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,564 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,564 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,564 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,564 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 16:57:35,564 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,564 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,564 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,564 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,564 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,564 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,565 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,565 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:57:35,594 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,594 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,594 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,594 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,594 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,594 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 16:57:35,594 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,594 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,594 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,594 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,594 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,594 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,594 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,594 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:57:35,626 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,626 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,626 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,626 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,626 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,626 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 16:57:35,626 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 16:57:35,626 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 16:57:35,626 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 16:57:35,626 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,626 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,626 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,627 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,627 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,627 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,627 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,627 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:57:35,656 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,656 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,656 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,656 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,656 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,656 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 16:57:35,657 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,657 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,657 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,657 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,657 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,657 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,657 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,657 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:57:35,689 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,689 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,689 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,690 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,690 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,690 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 16:57:35,690 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,690 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,690 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,690 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,690 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,690 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,690 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,690 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 16:57:35,728 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,729 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,729 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,729 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,729 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:35,729 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:35,729 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,729 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,729 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:35,729 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,729 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,729 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:35,729 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:35,729 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,729 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,729 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,729 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:35,729 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:35,729 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:35,729 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:35,729 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:35,729 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:35,729 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:35,729 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:35,729 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,729 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,729 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:35,729 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,729 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,729 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,729 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,729 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,729 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,730 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:35,731 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:35,731 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:35,731 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:35,731 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,731 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:35,732 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:35,732 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:35,732 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:35,732 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,732 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:35,733 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:57:35,768 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,768 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,768 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,768 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,768 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,768 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 16:57:35,768 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,768 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,768 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,768 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,768 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,768 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,768 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,769 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:57:35,799 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,799 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,799 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,799 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,799 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,799 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 16:57:35,799 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,799 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,799 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,799 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,799 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,799 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,799 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,800 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:57:35,828 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,828 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,828 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,828 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,828 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,828 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 16:57:35,828 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 16:57:35,828 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 16:57:35,829 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 16:57:35,829 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,829 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,829 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,829 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,829 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,829 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,829 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,829 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:57:35,858 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,858 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,858 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,858 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,858 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,858 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 16:57:35,858 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,858 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,858 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,858 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,858 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,858 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,858 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,859 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:57:35,889 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,889 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,889 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,889 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,889 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,889 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 16:57:35,889 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,889 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,889 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,889 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,889 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,890 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,890 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,890 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 16:57:35,926 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,926 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,926 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,926 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,926 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:35,926 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:35,926 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,926 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,926 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:35,926 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,926 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:35,927 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:35,927 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:35,927 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:35,927 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:35,927 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:35,927 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:35,927 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:35,927 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,927 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:35,928 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:35,928 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:35,928 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:35,928 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:35,928 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,929 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:35,929 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:35,929 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:35,929 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:35,930 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,930 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:35,931 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:35,931 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:35,931 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:35,931 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:35,931 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:35,931 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:35,931 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:35,931 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:35,931 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:35,931 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:35,931 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:35,931 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:35,931 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:35,931 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:35,931 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:35,931 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:35,931 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:35,931 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:35,931 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:57:35,959 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,959 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,959 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,959 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,959 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,959 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 16:57:35,960 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,960 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,960 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,960 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,960 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,960 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,960 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,960 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:57:35,989 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:35,989 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,989 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:35,989 INFO snapshot-role/MainThread: { 2024-03-01 16:57:35,989 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:35,989 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 16:57:35,989 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,989 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,989 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,989 INFO snapshot-role/MainThread: , 2024-03-01 16:57:35,989 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:35,990 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:35,990 INFO snapshot-role/MainThread: } 2024-03-01 16:57:35,990 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:57:36,019 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:36,019 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,019 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:36,019 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,019 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:36,019 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 16:57:36,019 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 16:57:36,019 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 16:57:36,019 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 16:57:36,019 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,019 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,019 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,020 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,020 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:36,020 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,020 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,020 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:57:36,049 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:36,049 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,049 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:36,049 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,049 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:36,049 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 16:57:36,049 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,049 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,049 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,049 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,049 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:36,050 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,050 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,050 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:57:36,082 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:36,082 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,082 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:36,082 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,082 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:36,083 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 16:57:36,083 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,083 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,083 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,083 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,083 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:36,083 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,083 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,083 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 16:57:36,116 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:36,116 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,116 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:36,116 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,116 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:36,117 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:36,117 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:36,117 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:36,117 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:36,117 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:36,117 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:36,117 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:36,117 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:36,117 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:36,118 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:36,118 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:36,118 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:36,119 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:36,119 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,119 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:36,120 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:36,120 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:36,120 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:36,120 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,120 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,121 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:36,121 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:36,121 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:36,121 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:36,121 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:36,121 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:36,121 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:36,121 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:36,121 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:36,121 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:36,121 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:36,121 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:36,121 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:36,121 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:36,121 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:36,121 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:36,121 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:36,121 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:36,121 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:36,121 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:57:36,155 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:36,155 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,155 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:36,155 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,155 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:36,155 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 16:57:36,155 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,155 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,155 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,155 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,155 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:36,155 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,155 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,156 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:57:36,186 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:36,186 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,186 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:36,186 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,186 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:36,186 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 16:57:36,186 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,186 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,186 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,186 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,186 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:36,187 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,187 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,187 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:57:36,219 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:36,219 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,219 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:36,219 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,219 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:36,219 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 16:57:36,219 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 16:57:36,219 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 16:57:36,219 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 16:57:36,219 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,219 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,219 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,220 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,220 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:36,220 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,220 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,220 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:57:36,252 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:36,252 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,252 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:36,252 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,252 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:36,252 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 16:57:36,252 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,252 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,252 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,252 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,253 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:36,253 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,253 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,253 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:57:36,282 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:36,282 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,282 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:36,282 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,282 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:36,282 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 16:57:36,282 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,282 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,282 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,282 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,282 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:36,282 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,283 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,283 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 16:57:36,313 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:36,313 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,313 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:36,313 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,313 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:36,313 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:36,313 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,313 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,313 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:36,313 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:36,314 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:36,314 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:36,314 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:36,314 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:36,314 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:36,314 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:36,314 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:36,314 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,314 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:36,315 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:36,315 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:36,315 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:36,315 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:36,315 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:36,316 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:36,316 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:36,316 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:36,316 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,316 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:36,317 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:36,318 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:36,318 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:36,318 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:36,318 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:36,318 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:36,318 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:36,318 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:36,318 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:36,318 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:36,318 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:36,318 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:36,318 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:36,318 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:36,318 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:36,318 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:36,318 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:36,318 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:36,318 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:57:36,353 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:36,353 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,353 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:36,353 INFO snapshot-role/MainThread: { 2024-03-01 16:57:36,353 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:36,353 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 16:57:36,353 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,353 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,353 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,353 INFO snapshot-role/MainThread: , 2024-03-01 16:57:36,353 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:36,353 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:36,353 INFO snapshot-role/MainThread: } 2024-03-01 16:57:36,354 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:57:37,702 INFO snapshot-role/MainThread: extend_cmd: extend None None snapset1 1 None 2024-03-01 16:57:37,702 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 16:57:37,737 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:37,738 INFO snapshot-role/MainThread: { 2024-03-01 16:57:37,738 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:37,738 INFO snapshot-role/MainThread: { 2024-03-01 16:57:37,738 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:37,738 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:37,738 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,738 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,738 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:37,738 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:37,738 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:37,738 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:37,738 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:37,738 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,738 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,738 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:37,738 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:37,738 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:37,738 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:37,738 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:37,738 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:37,738 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:37,738 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:37,738 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:37,738 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,738 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,738 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:37,738 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:37,738 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:37,738 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:37,738 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: } 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: { 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:37,739 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:37,740 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:37,740 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:37,740 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:37,740 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: } 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,740 INFO snapshot-role/MainThread: { 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:37,741 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:37,741 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:37,741 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:37,741 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:37,741 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,742 INFO snapshot-role/MainThread: } 2024-03-01 16:57:37,742 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,742 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,742 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:37,742 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,742 INFO snapshot-role/MainThread: } 2024-03-01 16:57:37,742 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 16:57:37,770 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:37,770 INFO snapshot-role/MainThread: { 2024-03-01 16:57:37,770 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:37,770 INFO snapshot-role/MainThread: { 2024-03-01 16:57:37,770 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:37,770 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 16:57:37,770 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,770 INFO snapshot-role/MainThread: } 2024-03-01 16:57:37,770 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,770 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,770 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:37,771 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,771 INFO snapshot-role/MainThread: } 2024-03-01 16:57:37,771 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:37,800 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:37,800 INFO snapshot-role/MainThread: { 2024-03-01 16:57:37,800 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:37,800 INFO snapshot-role/MainThread: { 2024-03-01 16:57:37,800 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:37,800 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 16:57:37,800 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 16:57:37,800 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 16:57:37,800 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 16:57:37,800 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 16:57:37,800 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 16:57:37,800 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 16:57:37,800 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 16:57:37,800 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,801 INFO snapshot-role/MainThread: } 2024-03-01 16:57:37,801 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,801 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,801 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:37,801 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,801 INFO snapshot-role/MainThread: } 2024-03-01 16:57:37,801 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 16:57:37,829 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:37,829 INFO snapshot-role/MainThread: { 2024-03-01 16:57:37,829 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:37,829 INFO snapshot-role/MainThread: { 2024-03-01 16:57:37,829 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:37,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 16:57:37,829 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,829 INFO snapshot-role/MainThread: } 2024-03-01 16:57:37,829 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,829 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,829 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:37,829 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,829 INFO snapshot-role/MainThread: } 2024-03-01 16:57:37,829 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:57:37,861 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:37,861 INFO snapshot-role/MainThread: { 2024-03-01 16:57:37,861 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:37,861 INFO snapshot-role/MainThread: { 2024-03-01 16:57:37,861 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:37,861 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 16:57:37,861 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,861 INFO snapshot-role/MainThread: } 2024-03-01 16:57:37,861 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,861 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,861 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:37,861 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,862 INFO snapshot-role/MainThread: } 2024-03-01 16:57:37,862 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 16:57:37,902 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: { 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: { 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:37,903 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:37,903 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:37,903 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:37,903 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:37,903 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:37,903 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:37,903 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:37,903 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:37,903 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: } 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: { 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:37,904 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:37,905 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:37,905 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:37,905 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:37,905 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: } 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: { 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,905 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:37,906 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:37,906 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:37,906 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:37,906 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: } 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,906 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:37,907 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,907 INFO snapshot-role/MainThread: } 2024-03-01 16:57:37,907 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:37,907 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:37,907 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:37,907 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:37,907 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:37,907 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:37,907 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:37,907 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:37,907 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:37,907 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:37,907 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:37,907 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:37,907 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:37,907 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:37,907 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:37,907 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:37,907 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:37,907 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:37,907 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:37,907 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 16:57:37,939 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:37,939 INFO snapshot-role/MainThread: { 2024-03-01 16:57:37,939 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:37,939 INFO snapshot-role/MainThread: { 2024-03-01 16:57:37,939 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:37,939 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 16:57:37,940 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,940 INFO snapshot-role/MainThread: } 2024-03-01 16:57:37,940 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,940 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,940 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:37,940 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,940 INFO snapshot-role/MainThread: } 2024-03-01 16:57:37,940 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 16:57:37,977 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:37,977 INFO snapshot-role/MainThread: { 2024-03-01 16:57:37,977 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:37,977 INFO snapshot-role/MainThread: { 2024-03-01 16:57:37,977 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:37,977 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 16:57:37,978 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,978 INFO snapshot-role/MainThread: } 2024-03-01 16:57:37,978 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,978 INFO snapshot-role/MainThread: , 2024-03-01 16:57:37,978 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:37,978 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:37,978 INFO snapshot-role/MainThread: } 2024-03-01 16:57:37,978 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:38,006 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,007 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,007 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,007 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,007 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,007 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 16:57:38,007 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 16:57:38,007 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 16:57:38,007 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 16:57:38,007 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 16:57:38,007 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 16:57:38,007 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 16:57:38,007 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 16:57:38,007 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,007 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,007 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,007 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,007 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,007 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,007 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,007 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 16:57:38,049 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,049 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,049 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,049 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,049 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,049 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 16:57:38,049 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,049 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,049 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,050 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,050 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,050 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,050 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,050 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:57:38,082 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,082 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,082 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,082 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,082 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,082 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 16:57:38,083 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,083 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,083 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,083 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,083 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,083 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,083 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,083 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 16:57:38,119 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,119 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,119 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,119 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,119 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:38,119 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:38,120 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:38,120 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:38,120 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:38,120 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:38,120 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:38,120 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:38,120 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:38,120 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:38,120 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,121 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:38,121 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:38,121 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:38,122 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:38,122 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,122 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:38,123 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:38,123 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:38,123 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:38,123 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,123 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,124 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:38,124 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:38,124 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:38,124 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:38,124 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:38,124 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:38,124 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:38,124 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:38,124 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:38,124 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:38,124 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:38,124 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:38,124 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:38,124 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:38,124 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:38,124 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:38,124 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:38,124 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:38,124 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:38,124 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 16:57:38,156 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,156 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,156 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,156 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,156 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,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 16:57:38,156 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,156 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,156 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,156 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,156 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,156 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,156 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,157 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 16:57:38,186 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,186 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,186 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,186 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,186 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,187 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:57:38,187 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,187 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,187 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,187 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,187 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,187 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,187 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,187 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:38,219 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,219 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,219 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,219 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,219 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,219 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 16:57:38,219 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 16:57:38,219 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 16:57:38,219 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 16:57:38,219 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 16:57:38,219 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 16:57:38,219 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 16:57:38,219 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 16:57:38,219 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,219 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,219 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,219 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,219 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,220 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,220 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,220 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 16:57:38,251 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,251 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,251 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,251 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,251 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,251 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 16:57:38,252 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,252 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,252 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,252 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,252 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,252 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,252 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,252 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:57:38,282 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,282 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,282 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,282 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,282 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,282 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 16:57:38,282 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,282 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,282 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,282 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,282 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,282 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,282 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,283 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 16:57:38,322 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,322 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,322 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,322 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,322 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:38,322 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:38,322 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,322 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,322 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:38,322 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,322 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:38,323 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:38,323 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:38,323 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:38,323 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:38,323 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:38,323 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:38,323 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:38,323 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:38,323 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:38,324 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:38,324 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:38,324 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:38,324 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:38,324 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,325 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:38,325 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:38,325 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:38,325 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:38,325 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,326 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:38,327 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:38,327 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:38,327 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:38,327 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:38,327 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:38,327 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:38,327 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:38,327 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:38,327 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:38,327 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:38,327 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:38,327 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:38,327 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:38,327 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:38,327 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:38,327 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:38,327 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:38,327 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:38,327 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 16:57:38,357 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,357 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,357 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,357 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,357 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,357 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 16:57:38,357 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,357 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,357 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,357 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,357 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,357 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,357 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,358 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 16:57:38,387 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,387 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,387 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,387 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,387 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,387 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 16:57:38,387 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,387 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,388 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,388 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,388 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,388 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,388 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,388 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 16:57:38,422 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,423 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,423 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,423 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,423 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,423 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 16:57:38,423 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 16:57:38,423 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 16:57:38,423 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 16:57:38,423 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 16:57:38,423 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 16:57:38,423 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 16:57:38,423 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 16:57:38,423 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,423 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,423 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,423 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,423 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,423 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,423 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,423 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 16:57:38,457 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,457 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,457 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,457 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,457 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,457 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 16:57:38,457 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,457 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,457 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,457 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,457 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,457 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,458 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,458 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:57:38,485 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,485 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,485 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,485 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,485 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,485 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 16:57:38,485 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,485 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,486 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,486 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,486 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,486 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,486 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,486 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 16:57:38,520 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,520 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,520 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,520 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,520 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:38,520 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:38,520 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,520 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,520 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:38,520 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:38,521 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:38,521 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:38,521 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:38,521 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:38,521 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:38,521 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:38,521 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:38,521 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,521 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:38,522 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:38,522 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:38,522 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:38,522 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,522 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,523 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:38,523 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:38,523 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:38,523 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:38,524 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,524 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:38,525 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:38,525 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:38,525 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:38,525 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:38,525 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:38,525 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:38,525 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:38,525 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:38,525 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:38,525 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:38,525 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:38,525 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:38,525 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:38,525 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:38,525 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:38,525 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:38,525 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:38,525 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:38,525 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 16:57:38,555 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,555 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,555 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,555 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,555 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,555 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 16:57:38,555 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,555 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,555 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,555 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,555 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,555 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,555 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,556 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 16:57:38,585 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,585 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,585 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,585 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,586 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,586 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 16:57:38,586 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,586 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,586 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,586 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,586 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,586 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,586 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,586 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:57:38,615 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,615 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,615 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,615 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,615 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,615 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 16:57:38,615 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 16:57:38,615 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 16:57:38,615 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 16:57:38,615 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,615 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,615 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,615 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,615 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,615 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,615 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,616 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 16:57:38,647 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,647 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,647 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,647 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,647 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,647 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 16:57:38,647 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,647 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,648 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,648 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,648 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,648 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,648 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,648 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:57:38,677 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,677 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,677 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,677 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,677 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,677 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 16:57:38,677 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,677 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,677 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,677 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,677 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,677 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,677 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,678 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 16:57:38,718 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:38,719 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:38,719 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:38,719 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:38,719 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:38,719 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:38,719 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:38,719 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:38,719 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,719 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,720 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:38,721 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:38,721 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:38,721 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:38,721 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:38,721 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:38,722 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:38,722 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:38,722 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:38,722 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,722 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,723 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:38,723 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:38,723 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:38,723 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:38,723 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:38,723 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:38,723 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:38,723 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:38,723 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:38,723 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:38,723 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:38,723 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:38,723 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:38,723 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:38,723 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:38,723 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:38,723 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:38,723 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:38,723 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:38,723 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 16:57:38,757 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,757 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,757 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,757 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,757 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,757 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 16:57:38,757 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,757 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,757 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,757 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,757 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,758 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,758 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,758 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 16:57:38,789 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,789 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,789 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,790 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,790 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,790 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 16:57:38,790 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,790 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,790 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,790 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,790 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,790 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,790 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,790 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 16:57:38,823 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,823 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,823 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,823 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,823 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,823 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 16:57:38,823 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 16:57:38,823 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 16:57:38,824 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 16:57:38,824 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,824 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,824 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,824 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,824 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,824 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,824 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,824 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 16:57:38,855 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,855 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,855 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,855 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,855 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,855 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 16:57:38,855 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,855 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,855 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,855 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,855 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,855 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,856 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,856 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:57:38,889 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,889 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,889 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,890 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,890 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,890 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 16:57:38,890 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,890 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,890 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,890 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,890 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,890 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,890 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,890 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 16:57:38,924 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,924 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,924 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,924 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,924 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:38,924 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:38,924 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,924 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,924 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:38,924 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,924 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,924 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:38,924 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:38,925 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:38,925 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:38,925 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:38,925 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:38,925 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:38,925 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:38,925 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:38,925 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:38,925 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:38,926 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:38,926 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:38,926 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:38,926 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,926 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:38,927 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:38,927 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:38,927 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:38,927 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:38,927 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:38,928 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:38,929 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:38,929 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:38,929 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:38,929 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:38,929 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:38,929 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:38,929 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:38,929 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:38,929 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:38,929 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:38,929 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:38,929 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:38,929 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:38,929 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:38,929 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 16:57:38,962 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,962 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,962 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,962 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,962 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,963 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 16:57:38,963 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,963 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,963 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,963 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,963 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,963 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,963 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,963 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:57:38,994 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:38,994 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,994 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:38,994 INFO snapshot-role/MainThread: { 2024-03-01 16:57:38,994 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:38,994 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 16:57:38,994 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,994 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,994 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,994 INFO snapshot-role/MainThread: , 2024-03-01 16:57:38,994 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:38,994 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:38,994 INFO snapshot-role/MainThread: } 2024-03-01 16:57:38,995 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:57:39,024 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:39,024 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,024 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:39,024 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,024 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:39,024 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 16:57:39,024 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 16:57:39,024 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 16:57:39,024 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 16:57:39,025 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,025 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,025 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,025 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,025 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:39,025 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,025 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,025 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:57:39,054 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:39,054 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,054 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:39,054 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,054 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:39,054 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 16:57:39,054 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,054 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,054 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,054 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,054 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:39,054 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,054 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,055 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:57:39,090 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:39,090 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,090 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:39,090 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,090 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:39,090 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 16:57:39,090 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,090 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,090 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,090 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,090 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:39,090 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,091 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,091 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 16:57:39,132 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:39,133 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,133 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:39,133 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,133 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:39,133 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:39,133 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,133 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,133 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:39,133 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:39,133 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:39,133 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:39,133 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:39,133 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,133 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,133 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:39,133 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:39,133 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:39,133 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:39,133 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:39,133 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:39,133 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:39,133 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:39,133 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:39,133 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,133 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,133 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:39,133 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:39,133 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:39,133 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:39,133 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:39,133 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:39,133 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:39,134 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:39,135 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:39,135 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:39,135 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:39,135 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,135 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:39,136 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:39,136 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:39,136 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:39,136 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:39,136 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,137 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,137 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:39,137 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:39,137 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:39,137 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:39,137 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:39,137 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:39,137 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:39,137 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:39,137 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:39,137 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:39,137 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:39,137 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:39,137 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:39,137 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:39,137 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:39,137 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:39,137 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:39,137 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:39,137 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:39,137 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:57:39,169 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:39,169 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,169 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:39,170 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,170 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:39,170 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 16:57:39,170 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,170 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,170 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,170 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,170 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:39,170 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,170 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,170 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 16:57:39,200 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:39,200 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,200 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:39,200 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,200 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:39,200 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 16:57:39,200 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,200 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,200 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,200 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,200 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:39,200 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,201 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,201 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:57:39,234 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:39,234 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,234 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:39,234 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,234 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:39,234 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 16:57:39,234 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 16:57:39,234 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 16:57:39,234 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 16:57:39,234 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,234 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,234 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,234 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,234 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:39,235 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,235 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,235 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 16:57:39,264 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:39,264 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,264 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:39,264 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,264 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:39,264 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 16:57:39,264 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,264 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,264 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,264 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,264 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:39,264 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,264 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,264 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:57:39,293 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:39,293 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,293 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:39,293 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,293 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:39,293 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 16:57:39,293 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,294 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,294 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,294 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,294 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:39,294 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,294 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,294 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 16:57:39,331 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:39,331 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,331 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:39,331 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,331 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:39,331 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v", "vg_size":"4261412864", "vg_free":"1862270976", "vg_extent_size":"4194304"} 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: {"lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "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 16:57:39,332 INFO snapshot-role/MainThread: {"lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "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 16:57:39,332 INFO snapshot-role/MainThread: {"lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "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 16:57:39,332 INFO snapshot-role/MainThread: {"lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "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 16:57:39,332 INFO snapshot-role/MainThread: {"lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "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 16:57:39,332 INFO snapshot-role/MainThread: {"lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "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 16:57:39,332 INFO snapshot-role/MainThread: {"lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "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 16:57:39,332 INFO snapshot-role/MainThread: {"lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "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 16:57:39,332 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: {"pvseg_start":"243", "pvseg_size":"11", "segtype":"linear", "pv_uuid":"A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdh"}, 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: {"pvseg_start":"220", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: {"pvseg_start":"252", "pvseg_size":"2", "segtype":"linear", "pv_uuid":"rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U", "pv_name":"/dev/sdg"}, 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: {"pvseg_start":"25", "pvseg_size":"25", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:39,332 INFO snapshot-role/MainThread: {"pvseg_start":"50", "pvseg_size":"14", "segtype":"linear", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs", "pv_name":"/dev/sdi"}, 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: {"pvseg_start":"64", "pvseg_size":"190", "segtype":"free", "pv_uuid":"xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ", "lv_uuid":"", "pv_name":"/dev/sdi"} 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-219", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:252-253", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:220-242", "segtype":"linear", "lv_uuid":"2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U"}, 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-101", "segtype":"linear", "lv_uuid":"7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih"}, 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi"}, 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:102-203", "segtype":"linear", "lv_uuid":"PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b"}, 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:204-219", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:243-253", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:50-63", "segtype":"linear", "lv_uuid":"VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs"}, 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:220-235", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-24", "segtype":"linear", "lv_uuid":"mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF"}, 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q"}, 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:236-251", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"}, 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:25-49", "segtype":"linear", "lv_uuid":"xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca"} 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:39,333 INFO snapshot-role/MainThread: {"lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "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 16:57:39,333 INFO snapshot-role/MainThread: {"lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "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 16:57:39,333 INFO snapshot-role/MainThread: {"lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "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 16:57:39,333 INFO snapshot-role/MainThread: {"lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "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 16:57:39,334 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-76", "segtype":"linear", "lv_uuid":"EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6"}, 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:166-177", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:197-215", "segtype":"linear", "lv_uuid":"PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K"}, 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:77-153", "segtype":"linear", "lv_uuid":"V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY"}, 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:154-165", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"}, 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:178-196", "segtype":"linear", "lv_uuid":"XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk"} 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d", "vg_size":"3196059648", "vg_free":"2290089984", "vg_extent_size":"4194304"} 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:39,334 INFO snapshot-role/MainThread: {"lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "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 16:57:39,335 INFO snapshot-role/MainThread: {"lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "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 16:57:39,335 INFO snapshot-role/MainThread: {"lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "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 16:57:39,335 INFO snapshot-role/MainThread: {"lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "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 16:57:39,335 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G", "pv_name":"/dev/sda"}, 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: {"pvseg_start":"77", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr", "pv_name":"/dev/sda"}, 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: {"pvseg_start":"154", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: {"pvseg_start":"166", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: {"pvseg_start":"178", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn", "pv_name":"/dev/sda"}, 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: {"pvseg_start":"197", "pvseg_size":"19", "segtype":"linear", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I", "pv_name":"/dev/sda"}, 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: {"pvseg_start":"216", "pvseg_size":"38", "segtype":"free", "pv_uuid":"eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K", "lv_uuid":"", "pv_name":"/dev/sda"} 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-76", "segtype":"linear", "lv_uuid":"61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G"}, 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:166-177", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:197-215", "segtype":"linear", "lv_uuid":"SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I"}, 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:154-165", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:178-196", "segtype":"linear", "lv_uuid":"TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn"}, 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:77-153", "segtype":"linear", "lv_uuid":"yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr"} 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,335 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,336 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1862270976 vg_extent_size : 4194304 2024-03-01 16:57:39,336 INFO snapshot-role/MainThread: lv: lv5 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:39,336 INFO snapshot-role/MainThread: lv: lv5_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:39,336 INFO snapshot-role/MainThread: lv: lv6 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:39,336 INFO snapshot-role/MainThread: lv: lv6_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:39,336 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:39,336 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:39,336 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 16:57:39,336 INFO snapshot-role/MainThread: lv: lv8_snapset1 lv_size : 171966464 chunk_size : 65536 2024-03-01 16:57:39,336 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:39,336 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:39,336 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:39,336 INFO snapshot-role/MainThread: lv: lv4 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:39,336 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:39,336 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 2290089984 vg_extent_size : 4194304 2024-03-01 16:57:39,336 INFO snapshot-role/MainThread: lv: lv1 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:39,336 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:39,336 INFO snapshot-role/MainThread: lv: lv2 lv_size : 322961408 chunk_size : 65536 2024-03-01 16:57:39,336 INFO snapshot-role/MainThread: lv: lv2_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 16:57:39,336 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 16:57:39,365 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:57:39,365 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,365 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:57:39,365 INFO snapshot-role/MainThread: { 2024-03-01 16:57:39,365 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:57:39,365 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 16:57:39,365 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,365 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,365 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,365 INFO snapshot-role/MainThread: , 2024-03-01 16:57:39,366 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:57:39,366 INFO snapshot-role/MainThread: ] 2024-03-01 16:57:39,366 INFO snapshot-role/MainThread: } 2024-03-01 16:57:39,366 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:58:28,668 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 16:58:28,668 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 16:58:28,701 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:28,701 INFO snapshot-role/MainThread: { 2024-03-01 16:58:28,701 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:28,701 INFO snapshot-role/MainThread: { 2024-03-01 16:58:28,701 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:28,701 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 16:58:28,701 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,701 INFO snapshot-role/MainThread: , 2024-03-01 16:58:28,701 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:28,701 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:28,701 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:28,701 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:28,701 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: , 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: {"lv_uuid":"mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i", "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 16:58:28,702 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: , 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3U3JPa-I96h-W9Sy-J3zm-uKZG-iPqo-VDBk6C", "lv_uuid":"mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i", "pv_name":"/dev/sda"}, 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j", "lv_uuid":"mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: , 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i"}, 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i"} 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: } 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: , 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: } 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: VG: test_vg1 free 1589641216 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: LV: lv1 size : 1606418432 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: LV: total 1606418432 2024-03-01 16:58:28,702 INFO snapshot-role/MainThread: space needed: 240962764.80 space available: 1589641216 sufficient space: 1 2024-03-01 16:58:28,702 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 16:58:28,737 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:28,737 INFO snapshot-role/MainThread: { 2024-03-01 16:58:28,737 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:28,737 INFO snapshot-role/MainThread: { 2024-03-01 16:58:28,737 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:28,737 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 16:58:28,737 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,737 INFO snapshot-role/MainThread: , 2024-03-01 16:58:28,737 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:28,737 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:28,737 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:28,737 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:28,738 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,738 INFO snapshot-role/MainThread: , 2024-03-01 16:58:28,738 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:28,738 INFO snapshot-role/MainThread: {"lv_uuid":"mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i", "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 16:58:28,738 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,738 INFO snapshot-role/MainThread: , 2024-03-01 16:58:28,738 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:28,738 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3U3JPa-I96h-W9Sy-J3zm-uKZG-iPqo-VDBk6C", "lv_uuid":"mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i", "pv_name":"/dev/sda"}, 2024-03-01 16:58:28,738 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:28,738 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j", "lv_uuid":"mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:28,738 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 16:58:28,738 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,738 INFO snapshot-role/MainThread: , 2024-03-01 16:58:28,738 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:28,738 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i"}, 2024-03-01 16:58:28,738 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i"} 2024-03-01 16:58:28,738 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,738 INFO snapshot-role/MainThread: } 2024-03-01 16:58:28,738 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,738 INFO snapshot-role/MainThread: , 2024-03-01 16:58:28,738 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:28,738 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,738 INFO snapshot-role/MainThread: } 2024-03-01 16:58:28,738 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:58:28,771 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:28,771 INFO snapshot-role/MainThread: { 2024-03-01 16:58:28,771 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:28,771 INFO snapshot-role/MainThread: { 2024-03-01 16:58:28,771 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:28,771 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:28,771 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,771 INFO snapshot-role/MainThread: } 2024-03-01 16:58:28,771 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,772 INFO snapshot-role/MainThread: , 2024-03-01 16:58:28,772 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:28,772 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,772 INFO snapshot-role/MainThread: } 2024-03-01 16:58:28,772 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:28,805 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:28,805 INFO snapshot-role/MainThread: { 2024-03-01 16:58:28,805 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:28,805 INFO snapshot-role/MainThread: { 2024-03-01 16:58:28,805 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:28,805 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:28,805 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,805 INFO snapshot-role/MainThread: } 2024-03-01 16:58:28,805 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,805 INFO snapshot-role/MainThread: , 2024-03-01 16:58:28,805 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:28,805 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,806 INFO snapshot-role/MainThread: } 2024-03-01 16:58:28,806 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:58:28,833 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:28,833 INFO snapshot-role/MainThread: { 2024-03-01 16:58:28,833 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:28,833 INFO snapshot-role/MainThread: { 2024-03-01 16:58:28,833 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:28,833 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,834 INFO snapshot-role/MainThread: } 2024-03-01 16:58:28,834 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,834 INFO snapshot-role/MainThread: , 2024-03-01 16:58:28,834 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:28,834 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,834 INFO snapshot-role/MainThread: } 2024-03-01 16:58:28,834 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 240975872B test_vg1/lv1 2024-03-01 16:58:28,983 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:28,983 INFO snapshot-role/MainThread: { 2024-03-01 16:58:28,983 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:28,984 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:28,984 INFO snapshot-role/MainThread: } 2024-03-01 16:58:28,984 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:58:30,396 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv1_mp None None snapset1 lv1 wrong_vg None 2024-03-01 16:58:30,396 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 16:58:30,396 INFO snapshot-role/MainThread: Running... lvs wrong_vg 2024-03-01 16:58:30,425 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:30,425 INFO snapshot-role/MainThread: { 2024-03-01 16:58:30,425 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:30,425 INFO snapshot-role/MainThread: { 2024-03-01 16:58:30,425 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:30,425 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:30,426 INFO snapshot-role/MainThread: } 2024-03-01 16:58:30,426 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:30,426 INFO snapshot-role/MainThread: , 2024-03-01 16:58:30,426 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:30,426 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:30,426 INFO snapshot-role/MainThread: } 2024-03-01 16:58:30,426 INFO snapshot-role/MainThread: Running... lvs wrong_vg/lv1_snapset1 2024-03-01 16:58:30,453 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:30,453 INFO snapshot-role/MainThread: { 2024-03-01 16:58:30,453 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:30,453 INFO snapshot-role/MainThread: { 2024-03-01 16:58:30,453 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:30,453 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:30,453 INFO snapshot-role/MainThread: } 2024-03-01 16:58:30,453 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:30,453 INFO snapshot-role/MainThread: , 2024-03-01 16:58:30,453 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:30,453 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:30,453 INFO snapshot-role/MainThread: } 2024-03-01 16:58:30,454 INFO snapshot-role/MainThread: exit code: 20: ['source volume group does not exist: wrong_vg'] 2024-03-01 16:58:31,899 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 16:58:31,899 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 16:58:31,930 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:31,930 INFO snapshot-role/MainThread: { 2024-03-01 16:58:31,930 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:31,930 INFO snapshot-role/MainThread: { 2024-03-01 16:58:31,930 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:31,930 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6", "vg_size":"3196059648", "vg_free":"1346371584", "vg_extent_size":"4194304"} 2024-03-01 16:58:31,930 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:31,930 INFO snapshot-role/MainThread: , 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: , 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: {"lv_uuid":"mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: {"lv_uuid":"Svv03e-0TJi-cPWr-AK4o-UcSc-Y401-OIt0xI", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"243269632", "origin":"lv1", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: , 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3U3JPa-I96h-W9Sy-J3zm-uKZG-iPqo-VDBk6C", "lv_uuid":"mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i", "pv_name":"/dev/sda"}, 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j", "lv_uuid":"mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j", "lv_uuid":"Svv03e-0TJi-cPWr-AK4o-UcSc-Y401-OIt0xI", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: {"pvseg_start":"187", "pvseg_size":"67", "segtype":"free", "pv_uuid":"w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: , 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-186", "segtype":"linear", "lv_uuid":"Svv03e-0TJi-cPWr-AK4o-UcSc-Y401-OIt0xI"}, 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i"}, 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i"} 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: } 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: , 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: } 2024-03-01 16:58:31,931 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:58:31,960 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:31,960 INFO snapshot-role/MainThread: { 2024-03-01 16:58:31,960 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:31,960 INFO snapshot-role/MainThread: { 2024-03-01 16:58:31,960 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:31,960 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:31,960 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:31,960 INFO snapshot-role/MainThread: } 2024-03-01 16:58:31,960 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:31,960 INFO snapshot-role/MainThread: , 2024-03-01 16:58:31,960 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:31,960 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:31,961 INFO snapshot-role/MainThread: } 2024-03-01 16:58:31,961 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 16:58:32,061 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:32,061 INFO snapshot-role/MainThread: { 2024-03-01 16:58:32,061 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:32,062 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:32,062 INFO snapshot-role/MainThread: } 2024-03-01 16:58:32,062 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:58:33,406 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 1 None 2024-03-01 16:58:33,406 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 16:58:33,436 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: { 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: { 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: , 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: , 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: {"lv_uuid":"mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i", "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 16:58:33,437 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: , 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3U3JPa-I96h-W9Sy-J3zm-uKZG-iPqo-VDBk6C", "lv_uuid":"mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i", "pv_name":"/dev/sda"}, 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j", "lv_uuid":"mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i", "pv_name":"/dev/sdb"}, 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: , 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i"}, 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i"} 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:33,437 INFO snapshot-role/MainThread: } 2024-03-01 16:58:33,438 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:33,438 INFO snapshot-role/MainThread: , 2024-03-01 16:58:33,438 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:33,438 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:33,438 INFO snapshot-role/MainThread: } 2024-03-01 16:58:33,438 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:58:33,478 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:33,478 INFO snapshot-role/MainThread: { 2024-03-01 16:58:33,478 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:33,478 INFO snapshot-role/MainThread: { 2024-03-01 16:58:33,478 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:33,478 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:33,478 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:33,478 INFO snapshot-role/MainThread: } 2024-03-01 16:58:33,478 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:33,478 INFO snapshot-role/MainThread: , 2024-03-01 16:58:33,478 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:33,478 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:33,478 INFO snapshot-role/MainThread: } 2024-03-01 16:58:33,478 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:58:33,506 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:58:33,506 INFO snapshot-role/MainThread: { 2024-03-01 16:58:33,506 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:33,506 INFO snapshot-role/MainThread: { 2024-03-01 16:58:33,506 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:33,507 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:58:33,507 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:33,507 INFO snapshot-role/MainThread: } 2024-03-01 16:58:33,507 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:33,507 INFO snapshot-role/MainThread: , 2024-03-01 16:58:33,507 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:33,507 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:33,507 INFO snapshot-role/MainThread: } 2024-03-01 16:58:33,507 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:58:33,535 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:58:33,535 INFO snapshot-role/MainThread: { 2024-03-01 16:58:33,535 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:58:33,535 INFO snapshot-role/MainThread: { 2024-03-01 16:58:33,535 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:58:33,535 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:33,535 INFO snapshot-role/MainThread: } 2024-03-01 16:58:33,536 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:33,536 INFO snapshot-role/MainThread: , 2024-03-01 16:58:33,536 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:58:33,536 INFO snapshot-role/MainThread: ] 2024-03-01 16:58:33,536 INFO snapshot-role/MainThread: } 2024-03-01 16:58:33,536 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:04,191 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 16:59:04,191 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 16:59:04,221 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,221 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,221 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,221 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,221 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: {"lv_uuid":"0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ", "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 16:59:04,222 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3", "lv_uuid":"0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cJEZga-QuYO-CM0f-n62j-dwUD-f20w-7jTdlE", "lv_uuid":"0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ", "pv_name":"/dev/sda"} 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ"}, 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ"} 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: VG: test_vg1 free 1589641216 2024-03-01 16:59:04,222 INFO snapshot-role/MainThread: LV: lv1 size : 1606418432 2024-03-01 16:59:04,223 INFO snapshot-role/MainThread: LV: total 1606418432 2024-03-01 16:59:04,223 INFO snapshot-role/MainThread: space needed: 240962764.80 space available: 1589641216 sufficient space: 1 2024-03-01 16:59:04,223 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 16:59:04,254 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,254 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,254 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,254 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,254 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:04,254 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 16:59:04,254 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: {"lv_uuid":"0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ", "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 16:59:04,255 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3", "lv_uuid":"0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cJEZga-QuYO-CM0f-n62j-dwUD-f20w-7jTdlE", "lv_uuid":"0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ", "pv_name":"/dev/sda"} 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ"}, 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ"} 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,255 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:59:04,288 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,288 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,288 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,288 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,288 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,288 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,288 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,288 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,288 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,288 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,288 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,288 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,288 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,289 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:04,316 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,316 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,316 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,316 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,316 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,316 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:04,316 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,316 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,316 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,316 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,316 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,316 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,317 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,317 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:59:04,345 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:04,345 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,345 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:04,345 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,345 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:04,345 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,345 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,346 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,346 INFO snapshot-role/MainThread: , 2024-03-01 16:59:04,346 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,346 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,346 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,346 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 240975872B test_vg1/lv1 2024-03-01 16:59:04,490 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:04,490 INFO snapshot-role/MainThread: { 2024-03-01 16:59:04,490 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:04,491 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:04,491 INFO snapshot-role/MainThread: } 2024-03-01 16:59:04,491 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:05,871 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-03-01 16:59:05,871 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 16:59:05,871 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:05,901 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:05,901 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,902 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:05,902 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,902 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:05,902 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:05,902 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:05,902 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,902 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,902 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,902 INFO snapshot-role/MainThread: , 2024-03-01 16:59:05,902 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:05,902 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,902 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,902 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:59:05,932 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:05,932 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,932 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:05,932 INFO snapshot-role/MainThread: { 2024-03-01 16:59:05,932 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:05,932 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:05,932 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,932 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,932 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,932 INFO snapshot-role/MainThread: , 2024-03-01 16:59:05,932 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:05,933 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:05,933 INFO snapshot-role/MainThread: } 2024-03-01 16:59:05,933 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg1/lv1_snapset1 /mnt/lv1_mp 2024-03-01 16:59:05,957 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:05,959 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:07,301 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-03-01 16:59:07,301 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv1_mp None test_vg1 lv1 snapset1 2024-03-01 16:59:07,301 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:07,331 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:07,332 INFO snapshot-role/MainThread: { 2024-03-01 16:59:07,332 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:07,332 INFO snapshot-role/MainThread: { 2024-03-01 16:59:07,332 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:07,332 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:07,332 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:07,332 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:07,332 INFO snapshot-role/MainThread: } 2024-03-01 16:59:07,332 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:07,332 INFO snapshot-role/MainThread: , 2024-03-01 16:59:07,332 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:07,332 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:07,332 INFO snapshot-role/MainThread: } 2024-03-01 16:59:07,332 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:59:07,359 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:07,359 INFO snapshot-role/MainThread: { 2024-03-01 16:59:07,359 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:07,359 INFO snapshot-role/MainThread: { 2024-03-01 16:59:07,359 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:07,359 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:07,359 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:07,359 INFO snapshot-role/MainThread: } 2024-03-01 16:59:07,359 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:07,359 INFO snapshot-role/MainThread: , 2024-03-01 16:59:07,359 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:07,360 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:07,360 INFO snapshot-role/MainThread: } 2024-03-01 16:59:07,360 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv1_snapset1 -P 2024-03-01 16:59:07,362 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:07,362 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 16:59:07,362 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:08,766 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 /mnt/wrong_mountpoint None None snapset1 lv1 test_vg1 None 2024-03-01 16:59:08,766 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/wrong_mountpoint None test_vg1 lv1 snapset1 2024-03-01 16:59:08,766 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:08,801 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:08,801 INFO snapshot-role/MainThread: { 2024-03-01 16:59:08,801 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:08,801 INFO snapshot-role/MainThread: { 2024-03-01 16:59:08,801 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:08,801 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:08,801 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:08,801 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:08,801 INFO snapshot-role/MainThread: } 2024-03-01 16:59:08,801 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:08,802 INFO snapshot-role/MainThread: , 2024-03-01 16:59:08,802 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:08,802 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:08,802 INFO snapshot-role/MainThread: } 2024-03-01 16:59:08,802 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:59:08,830 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:08,830 INFO snapshot-role/MainThread: { 2024-03-01 16:59:08,830 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:08,830 INFO snapshot-role/MainThread: { 2024-03-01 16:59:08,830 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:08,830 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:08,830 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:08,830 INFO snapshot-role/MainThread: } 2024-03-01 16:59:08,830 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:08,830 INFO snapshot-role/MainThread: , 2024-03-01 16:59:08,830 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:08,830 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:08,830 INFO snapshot-role/MainThread: } 2024-03-01 16:59:08,830 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv1_snapset1 -P 2024-03-01 16:59:08,832 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:08,833 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 16:59:08,833 INFO snapshot-role/MainThread: exit code: 36: ['blockdev not mounted on specified mountpoint: /dev/test_vg1/lv1_snapset1 /mnt/wrong_mountpoint'] 2024-03-01 16:59:10,246 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv1_mp lv1 test_vg1 None 2024-03-01 16:59:10,246 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-03-01 16:59:10,246 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:10,275 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:10,275 INFO snapshot-role/MainThread: { 2024-03-01 16:59:10,275 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:10,275 INFO snapshot-role/MainThread: { 2024-03-01 16:59:10,275 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:10,275 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 16:59:10,275 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:10,275 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:10,276 INFO snapshot-role/MainThread: } 2024-03-01 16:59:10,276 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:10,276 INFO snapshot-role/MainThread: , 2024-03-01 16:59:10,276 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:10,276 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:10,276 INFO snapshot-role/MainThread: } 2024-03-01 16:59:10,276 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 16:59:10,304 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:10,304 INFO snapshot-role/MainThread: { 2024-03-01 16:59:10,304 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:10,304 INFO snapshot-role/MainThread: { 2024-03-01 16:59:10,304 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:10,304 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:10,304 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:10,304 INFO snapshot-role/MainThread: } 2024-03-01 16:59:10,304 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:10,304 INFO snapshot-role/MainThread: , 2024-03-01 16:59:10,304 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:10,304 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:10,304 INFO snapshot-role/MainThread: } 2024-03-01 16:59:10,305 INFO snapshot-role/MainThread: umount target /mnt/lv1_mp from device /dev/mapper/test_vg1-lv1_snapset1 2024-03-01 16:59:10,305 INFO snapshot-role/MainThread: Running... umount /mnt/lv1_mp -A 2024-03-01 16:59:10,316 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:10,316 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:11,661 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 16:59:11,661 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 16:59:11,694 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:11,694 INFO snapshot-role/MainThread: { 2024-03-01 16:59:11,694 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:11,694 INFO snapshot-role/MainThread: { 2024-03-01 16:59:11,694 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:11,694 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9", "vg_size":"3196059648", "vg_free":"1346371584", "vg_extent_size":"4194304"} 2024-03-01 16:59:11,694 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:11,694 INFO snapshot-role/MainThread: , 2024-03-01 16:59:11,694 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: , 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: {"lv_uuid":"0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: {"lv_uuid":"EEXxaa-wTzp-cXpy-QhF5-1d2F-tuXc-1Xan3v", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"243269632", "origin":"lv1", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.87", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: , 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3", "lv_uuid":"0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3", "lv_uuid":"EEXxaa-wTzp-cXpy-QhF5-1d2F-tuXc-1Xan3v", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: {"pvseg_start":"187", "pvseg_size":"67", "segtype":"free", "pv_uuid":"PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cJEZga-QuYO-CM0f-n62j-dwUD-f20w-7jTdlE", "lv_uuid":"0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ", "pv_name":"/dev/sda"} 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: , 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ"}, 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ"}, 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-186", "segtype":"linear", "lv_uuid":"EEXxaa-wTzp-cXpy-QhF5-1d2F-tuXc-1Xan3v"} 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: } 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: , 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: } 2024-03-01 16:59:11,695 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 16:59:11,726 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:11,726 INFO snapshot-role/MainThread: { 2024-03-01 16:59:11,726 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:11,726 INFO snapshot-role/MainThread: { 2024-03-01 16:59:11,726 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:11,726 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:11,726 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:11,726 INFO snapshot-role/MainThread: } 2024-03-01 16:59:11,726 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:11,726 INFO snapshot-role/MainThread: , 2024-03-01 16:59:11,726 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:11,726 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:11,726 INFO snapshot-role/MainThread: } 2024-03-01 16:59:11,726 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 16:59:11,815 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:11,815 INFO snapshot-role/MainThread: { 2024-03-01 16:59:11,815 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:11,815 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:11,815 INFO snapshot-role/MainThread: } 2024-03-01 16:59:11,816 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:13,183 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 1 None 2024-03-01 16:59:13,183 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 16:59:13,216 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:13,216 INFO snapshot-role/MainThread: { 2024-03-01 16:59:13,216 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:13,216 INFO snapshot-role/MainThread: { 2024-03-01 16:59:13,216 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:13,216 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 16:59:13,216 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:13,216 INFO snapshot-role/MainThread: , 2024-03-01 16:59:13,216 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:13,216 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:59:13,216 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:59:13,216 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:59:13,216 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:13,217 INFO snapshot-role/MainThread: , 2024-03-01 16:59:13,217 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:13,217 INFO snapshot-role/MainThread: {"lv_uuid":"0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ", "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 16:59:13,217 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:13,217 INFO snapshot-role/MainThread: , 2024-03-01 16:59:13,217 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:13,217 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3", "lv_uuid":"0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:13,217 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:13,217 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 16:59:13,217 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cJEZga-QuYO-CM0f-n62j-dwUD-f20w-7jTdlE", "lv_uuid":"0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ", "pv_name":"/dev/sda"} 2024-03-01 16:59:13,217 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:13,217 INFO snapshot-role/MainThread: , 2024-03-01 16:59:13,217 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:13,217 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ"}, 2024-03-01 16:59:13,217 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ"} 2024-03-01 16:59:13,217 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:13,217 INFO snapshot-role/MainThread: } 2024-03-01 16:59:13,217 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:13,217 INFO snapshot-role/MainThread: , 2024-03-01 16:59:13,217 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:13,217 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:13,217 INFO snapshot-role/MainThread: } 2024-03-01 16:59:13,217 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 16:59:13,251 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:13,251 INFO snapshot-role/MainThread: { 2024-03-01 16:59:13,251 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:13,251 INFO snapshot-role/MainThread: { 2024-03-01 16:59:13,251 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:13,251 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:13,251 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:13,251 INFO snapshot-role/MainThread: } 2024-03-01 16:59:13,251 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:13,251 INFO snapshot-role/MainThread: , 2024-03-01 16:59:13,251 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:13,251 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:13,251 INFO snapshot-role/MainThread: } 2024-03-01 16:59:13,252 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 16:59:13,285 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:13,285 INFO snapshot-role/MainThread: { 2024-03-01 16:59:13,285 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:13,285 INFO snapshot-role/MainThread: { 2024-03-01 16:59:13,285 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:13,285 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 16:59:13,285 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:13,285 INFO snapshot-role/MainThread: } 2024-03-01 16:59:13,285 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:13,285 INFO snapshot-role/MainThread: , 2024-03-01 16:59:13,285 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:13,285 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:13,285 INFO snapshot-role/MainThread: } 2024-03-01 16:59:13,286 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 16:59:13,314 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 16:59:13,314 INFO snapshot-role/MainThread: { 2024-03-01 16:59:13,314 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:13,314 INFO snapshot-role/MainThread: { 2024-03-01 16:59:13,314 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:13,314 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:13,314 INFO snapshot-role/MainThread: } 2024-03-01 16:59:13,315 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:13,315 INFO snapshot-role/MainThread: , 2024-03-01 16:59:13,315 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:13,315 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:13,315 INFO snapshot-role/MainThread: } 2024-03-01 16:59:13,315 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 16:59:45,021 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 16:59:45,021 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 16:59:45,054 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 16:59:45,054 INFO snapshot-role/MainThread: { 2024-03-01 16:59:45,054 INFO snapshot-role/MainThread: "report": [ 2024-03-01 16:59:45,054 INFO snapshot-role/MainThread: { 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8", "vg_size":"3196059648", "vg_free":"0", "vg_extent_size":"4194304"} 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: , 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: , 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: {"lv_uuid":"9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"3196059648", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: , 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S", "lv_uuid":"9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd", "pv_name":"/dev/sdb"}, 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"e0GMWq-8BTs-AGxx-WVe6-CDh6-P26o-nye872", "lv_uuid":"9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd", "pv_name":"/dev/sda"}, 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY", "lv_uuid":"9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd", "pv_name":"/dev/sdc"} 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: , 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd"}, 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-253", "segtype":"linear", "lv_uuid":"9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd"}, 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-253", "segtype":"linear", "lv_uuid":"9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd"} 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: } 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: , 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: "log": [ 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: ] 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: } 2024-03-01 16:59:45,055 INFO snapshot-role/MainThread: VG: test_vg1 free 0 2024-03-01 16:59:45,056 INFO snapshot-role/MainThread: LV: lv1 size : 3196059648 2024-03-01 16:59:45,056 INFO snapshot-role/MainThread: LV: total 3196059648 2024-03-01 16:59:45,056 INFO snapshot-role/MainThread: space needed: 479408947.20 space available: 0 sufficient space: 0 2024-03-01 16:59:45,056 INFO snapshot-role/MainThread: exit code: 1: ['insufficient space for snapshots'] 2024-03-01 17:00:24,821 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 17:00:24,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 17:00:24,861 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:24,861 INFO snapshot-role/MainThread: { 2024-03-01 17:00:24,861 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:24,861 INFO snapshot-role/MainThread: { 2024-03-01 17:00:24,861 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:00:24,861 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:00:24,861 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: {"lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq", "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 17:00:24,862 INFO snapshot-role/MainThread: {"lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4", "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 17:00:24,862 INFO snapshot-role/MainThread: {"lv_uuid":"3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp", "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 17:00:24,862 INFO snapshot-role/MainThread: {"lv_uuid":"jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H", "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 17:00:24,862 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1", "lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4", "pv_name":"/dev/sdh"}, 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H", "pv_name":"/dev/sdg"}, 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp", "pv_name":"/dev/sdg"}, 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4", "pv_name":"/dev/sdg"}, 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9", "lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq", "pv_name":"/dev/sdj"}, 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq", "lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq", "pv_name":"/dev/sdi"} 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp"}, 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq"}, 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq"}, 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4"}, 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4"}, 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H"} 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: } 2024-03-01 17:00:24,862 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: { 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: {"lv_uuid":"HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0", "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 17:00:24,863 INFO snapshot-role/MainThread: {"lv_uuid":"TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J", "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 17:00:24,863 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr", "lv_uuid":"TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J", "pv_name":"/dev/sdd"}, 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr", "lv_uuid":"HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0", "pv_name":"/dev/sdd"}, 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0"}, 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J"} 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: } 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: { 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,863 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: {"lv_uuid":"zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul", "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 17:00:24,864 INFO snapshot-role/MainThread: {"lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8", "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 17:00:24,864 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7", "lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8", "pv_name":"/dev/sdb"}, 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7", "lv_uuid":"zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul", "pv_name":"/dev/sdb"}, 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31", "lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8", "pv_name":"/dev/sda"}, 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8"}, 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8"}, 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul"} 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: } 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: } 2024-03-01 17:00:24,864 INFO snapshot-role/MainThread: VG: test_vg3 free 1052770304 2024-03-01 17:00:24,865 INFO snapshot-role/MainThread: LV: lv5 size : 1283457024 2024-03-01 17:00:24,865 INFO snapshot-role/MainThread: LV: lv6 size : 1069547520 2024-03-01 17:00:24,865 INFO snapshot-role/MainThread: LV: lv7 size : 427819008 2024-03-01 17:00:24,865 INFO snapshot-role/MainThread: LV: lv8 size : 427819008 2024-03-01 17:00:24,865 INFO snapshot-role/MainThread: LV: total 3208642560 2024-03-01 17:00:24,865 INFO snapshot-role/MainThread: space needed: 481296384.00 space available: 1052770304 sufficient space: 1 2024-03-01 17:00:24,865 INFO snapshot-role/MainThread: VG: test_vg2 free 2231369728 2024-03-01 17:00:24,865 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-03-01 17:00:24,865 INFO snapshot-role/MainThread: LV: lv4 size : 641728512 2024-03-01 17:00:24,865 INFO snapshot-role/MainThread: LV: total 964689920 2024-03-01 17:00:24,865 INFO snapshot-role/MainThread: space needed: 144703488.00 space available: 2231369728 sufficient space: 1 2024-03-01 17:00:24,865 INFO snapshot-role/MainThread: VG: test_vg1 free 1107296256 2024-03-01 17:00:24,865 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 17:00:24,865 INFO snapshot-role/MainThread: LV: lv2 size : 1606418432 2024-03-01 17:00:24,865 INFO snapshot-role/MainThread: LV: total 2088763392 2024-03-01 17:00:24,865 INFO snapshot-role/MainThread: space needed: 313314508.80 space available: 1107296256 sufficient space: 1 2024-03-01 17:00:24,865 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:00:24,900 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:24,900 INFO snapshot-role/MainThread: { 2024-03-01 17:00:24,900 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:24,900 INFO snapshot-role/MainThread: { 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: {"lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq", "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 17:00:24,901 INFO snapshot-role/MainThread: {"lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4", "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 17:00:24,901 INFO snapshot-role/MainThread: {"lv_uuid":"3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp", "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 17:00:24,901 INFO snapshot-role/MainThread: {"lv_uuid":"jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H", "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 17:00:24,901 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1", "lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4", "pv_name":"/dev/sdh"}, 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H", "pv_name":"/dev/sdg"}, 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp", "pv_name":"/dev/sdg"}, 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4", "pv_name":"/dev/sdg"}, 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9", "lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq", "pv_name":"/dev/sdj"}, 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq", "lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq", "pv_name":"/dev/sdi"} 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp"}, 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq"}, 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq"}, 2024-03-01 17:00:24,901 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4"}, 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4"}, 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H"} 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: } 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: { 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: {"lv_uuid":"HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0", "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 17:00:24,902 INFO snapshot-role/MainThread: {"lv_uuid":"TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J", "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 17:00:24,902 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr", "lv_uuid":"TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J", "pv_name":"/dev/sdd"}, 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr", "lv_uuid":"HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0", "pv_name":"/dev/sdd"}, 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0"}, 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J"} 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: } 2024-03-01 17:00:24,902 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: { 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: {"lv_uuid":"zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul", "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 17:00:24,903 INFO snapshot-role/MainThread: {"lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8", "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 17:00:24,903 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7", "lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8", "pv_name":"/dev/sdb"}, 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7", "lv_uuid":"zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul", "pv_name":"/dev/sdb"}, 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31", "lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8", "pv_name":"/dev/sda"}, 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8"}, 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8"}, 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul"} 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: } 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,903 INFO snapshot-role/MainThread: } 2024-03-01 17:00:24,904 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 17:00:24,936 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:24,936 INFO snapshot-role/MainThread: { 2024-03-01 17:00:24,936 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:24,936 INFO snapshot-role/MainThread: { 2024-03-01 17:00:24,936 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:24,936 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 17:00:24,936 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,936 INFO snapshot-role/MainThread: } 2024-03-01 17:00:24,936 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,936 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,936 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:24,936 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,936 INFO snapshot-role/MainThread: } 2024-03-01 17:00:24,937 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:00:24,964 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:24,964 INFO snapshot-role/MainThread: { 2024-03-01 17:00:24,964 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:24,964 INFO snapshot-role/MainThread: { 2024-03-01 17:00:24,964 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:24,964 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:00:24,964 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:00:24,964 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 17:00:24,964 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:00:24,964 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,964 INFO snapshot-role/MainThread: } 2024-03-01 17:00:24,964 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,964 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,964 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:24,964 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,964 INFO snapshot-role/MainThread: } 2024-03-01 17:00:24,965 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 17:00:24,996 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:00:24,996 INFO snapshot-role/MainThread: { 2024-03-01 17:00:24,996 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:24,996 INFO snapshot-role/MainThread: { 2024-03-01 17:00:24,996 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:24,996 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,996 INFO snapshot-role/MainThread: } 2024-03-01 17:00:24,996 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,996 INFO snapshot-role/MainThread: , 2024-03-01 17:00:24,996 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:24,996 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:24,996 INFO snapshot-role/MainThread: } 2024-03-01 17:00:24,996 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv5_snapset1 -L 192544768B test_vg3/lv5 2024-03-01 17:00:25,127 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:25,127 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,128 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:25,128 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,128 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,128 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 17:00:25,174 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:25,174 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,174 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:25,174 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,174 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:25,174 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 17:00:25,175 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,175 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,175 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,175 INFO snapshot-role/MainThread: , 2024-03-01 17:00:25,175 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:25,175 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,175 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,175 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:00:25,216 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:25,216 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,216 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:25,216 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,217 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:25,217 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 17:00:25,217 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 17:00:25,217 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 17:00:25,217 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 17:00:25,217 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 17:00:25,217 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,217 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,217 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,217 INFO snapshot-role/MainThread: , 2024-03-01 17:00:25,217 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:25,217 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,217 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,217 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 17:00:25,246 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:00:25,246 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,246 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:25,246 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,246 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:25,246 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,246 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,246 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,246 INFO snapshot-role/MainThread: , 2024-03-01 17:00:25,247 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:25,247 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,247 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,247 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv6_snapset1 -L 160497664B test_vg3/lv6 2024-03-01 17:00:25,382 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:25,382 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,383 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:25,383 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,383 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,383 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 17:00:25,425 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:25,425 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,425 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:25,425 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,425 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:25,426 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 17:00:25,426 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,426 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,426 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,426 INFO snapshot-role/MainThread: , 2024-03-01 17:00:25,426 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:25,426 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,426 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,426 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:00:25,468 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:25,468 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,468 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:25,468 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,468 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:25,468 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 17:00:25,468 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 17:00:25,468 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 17:00:25,468 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 17:00:25,468 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 17:00:25,468 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 17:00:25,469 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,469 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,469 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,469 INFO snapshot-role/MainThread: , 2024-03-01 17:00:25,469 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:25,469 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,469 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,469 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:00:25,498 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:00:25,498 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,498 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:25,498 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,498 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:25,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,499 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,499 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,499 INFO snapshot-role/MainThread: , 2024-03-01 17:00:25,499 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:25,499 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,499 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,499 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 64225280B test_vg3/lv7 2024-03-01 17:00:25,616 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:25,616 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,616 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:25,616 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,616 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,617 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 17:00:25,660 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:25,660 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,660 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:25,660 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,660 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:25,660 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 17:00:25,660 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,660 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,661 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,661 INFO snapshot-role/MainThread: , 2024-03-01 17:00:25,661 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:25,661 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,661 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,661 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:00:25,703 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:25,703 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,703 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:25,703 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,703 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:25,704 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 17:00:25,704 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 17:00:25,704 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 17:00:25,704 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 17:00:25,704 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 17:00:25,704 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 17:00:25,704 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 17:00:25,704 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,704 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,704 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,704 INFO snapshot-role/MainThread: , 2024-03-01 17:00:25,704 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:25,704 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,704 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,704 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 17:00:25,736 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:00:25,737 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,737 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:25,737 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,737 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:25,737 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,737 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,737 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,737 INFO snapshot-role/MainThread: , 2024-03-01 17:00:25,737 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:25,737 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,737 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,737 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv8_snapset1 -L 64225280B test_vg3/lv8 2024-03-01 17:00:25,858 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:25,858 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,858 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:25,859 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,859 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,859 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 17:00:25,896 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:25,896 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,896 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:25,896 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,896 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:25,897 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 17:00:25,897 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,897 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,897 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,897 INFO snapshot-role/MainThread: , 2024-03-01 17:00:25,897 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:25,897 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,897 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,897 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:00:25,953 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:25,953 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,953 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:25,953 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,953 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:25,953 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 17:00:25,954 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 17:00:25,954 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,954 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,954 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,954 INFO snapshot-role/MainThread: , 2024-03-01 17:00:25,954 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:25,954 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,954 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,954 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:00:25,983 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:00:25,983 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,983 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:25,983 INFO snapshot-role/MainThread: { 2024-03-01 17:00:25,983 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:25,983 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,983 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,984 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,984 INFO snapshot-role/MainThread: , 2024-03-01 17:00:25,984 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:25,984 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:25,984 INFO snapshot-role/MainThread: } 2024-03-01 17:00:25,984 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 48496640B test_vg2/lv3 2024-03-01 17:00:26,097 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:26,097 INFO snapshot-role/MainThread: { 2024-03-01 17:00:26,097 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:26,097 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,098 INFO snapshot-role/MainThread: } 2024-03-01 17:00:26,098 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 17:00:26,140 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:26,141 INFO snapshot-role/MainThread: { 2024-03-01 17:00:26,141 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:26,141 INFO snapshot-role/MainThread: { 2024-03-01 17:00:26,141 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:26,141 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 17:00:26,144 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,144 INFO snapshot-role/MainThread: } 2024-03-01 17:00:26,144 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,145 INFO snapshot-role/MainThread: , 2024-03-01 17:00:26,145 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:26,145 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,145 INFO snapshot-role/MainThread: } 2024-03-01 17:00:26,145 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:00:26,182 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:26,182 INFO snapshot-role/MainThread: { 2024-03-01 17:00:26,182 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:26,182 INFO snapshot-role/MainThread: { 2024-03-01 17:00:26,182 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:26,182 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 17:00:26,182 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 17:00:26,182 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 17:00:26,182 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,183 INFO snapshot-role/MainThread: } 2024-03-01 17:00:26,183 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,183 INFO snapshot-role/MainThread: , 2024-03-01 17:00:26,183 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:26,183 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,183 INFO snapshot-role/MainThread: } 2024-03-01 17:00:26,183 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:00:26,212 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:00:26,212 INFO snapshot-role/MainThread: { 2024-03-01 17:00:26,212 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:26,212 INFO snapshot-role/MainThread: { 2024-03-01 17:00:26,212 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:26,212 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,212 INFO snapshot-role/MainThread: } 2024-03-01 17:00:26,212 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,212 INFO snapshot-role/MainThread: , 2024-03-01 17:00:26,212 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:26,213 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,213 INFO snapshot-role/MainThread: } 2024-03-01 17:00:26,213 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96272384B test_vg2/lv4 2024-03-01 17:00:26,329 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:26,329 INFO snapshot-role/MainThread: { 2024-03-01 17:00:26,329 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:26,330 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,330 INFO snapshot-role/MainThread: } 2024-03-01 17:00:26,330 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:00:26,379 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:26,379 INFO snapshot-role/MainThread: { 2024-03-01 17:00:26,379 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:26,379 INFO snapshot-role/MainThread: { 2024-03-01 17:00:26,379 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:26,379 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 17:00:26,379 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,379 INFO snapshot-role/MainThread: } 2024-03-01 17:00:26,379 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,379 INFO snapshot-role/MainThread: , 2024-03-01 17:00:26,379 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:26,379 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,379 INFO snapshot-role/MainThread: } 2024-03-01 17:00:26,380 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:00:26,413 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:26,413 INFO snapshot-role/MainThread: { 2024-03-01 17:00:26,413 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:26,413 INFO snapshot-role/MainThread: { 2024-03-01 17:00:26,413 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:26,413 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 17:00:26,413 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 17:00:26,413 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,413 INFO snapshot-role/MainThread: } 2024-03-01 17:00:26,413 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,414 INFO snapshot-role/MainThread: , 2024-03-01 17:00:26,414 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:26,414 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,414 INFO snapshot-role/MainThread: } 2024-03-01 17:00:26,414 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:00:26,442 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:00:26,442 INFO snapshot-role/MainThread: { 2024-03-01 17:00:26,442 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:26,442 INFO snapshot-role/MainThread: { 2024-03-01 17:00:26,442 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:26,442 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,442 INFO snapshot-role/MainThread: } 2024-03-01 17:00:26,442 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,442 INFO snapshot-role/MainThread: , 2024-03-01 17:00:26,443 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:26,443 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,443 INFO snapshot-role/MainThread: } 2024-03-01 17:00:26,443 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 72417280B test_vg1/lv1 2024-03-01 17:00:26,559 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:26,559 INFO snapshot-role/MainThread: { 2024-03-01 17:00:26,559 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:26,560 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,560 INFO snapshot-role/MainThread: } 2024-03-01 17:00:26,560 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 17:00:26,611 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:26,612 INFO snapshot-role/MainThread: { 2024-03-01 17:00:26,612 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:26,612 INFO snapshot-role/MainThread: { 2024-03-01 17:00:26,612 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:26,612 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 17:00:26,612 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,612 INFO snapshot-role/MainThread: } 2024-03-01 17:00:26,612 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,612 INFO snapshot-role/MainThread: , 2024-03-01 17:00:26,612 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:26,612 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,612 INFO snapshot-role/MainThread: } 2024-03-01 17:00:26,612 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:00:26,645 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:26,645 INFO snapshot-role/MainThread: { 2024-03-01 17:00:26,645 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:26,645 INFO snapshot-role/MainThread: { 2024-03-01 17:00:26,645 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:26,645 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 17:00:26,645 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 17:00:26,645 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 17:00:26,646 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,646 INFO snapshot-role/MainThread: } 2024-03-01 17:00:26,646 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,646 INFO snapshot-role/MainThread: , 2024-03-01 17:00:26,646 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:26,646 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,646 INFO snapshot-role/MainThread: } 2024-03-01 17:00:26,646 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 17:00:26,674 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:00:26,674 INFO snapshot-role/MainThread: { 2024-03-01 17:00:26,674 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:26,674 INFO snapshot-role/MainThread: { 2024-03-01 17:00:26,674 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:26,674 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,674 INFO snapshot-role/MainThread: } 2024-03-01 17:00:26,674 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,674 INFO snapshot-role/MainThread: , 2024-03-01 17:00:26,674 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:26,674 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,674 INFO snapshot-role/MainThread: } 2024-03-01 17:00:26,674 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv2_snapset1 -L 240975872B test_vg1/lv2 2024-03-01 17:00:26,792 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:26,792 INFO snapshot-role/MainThread: { 2024-03-01 17:00:26,792 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:26,793 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:26,793 INFO snapshot-role/MainThread: } 2024-03-01 17:00:26,793 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:00:28,187 INFO snapshot-role/MainThread: check_cmd: check 20 None None snapset1 1 None 2024-03-01 17:00:28,187 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 17:00:28,220 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,220 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,220 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,220 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,220 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:00:28,220 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: {"lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq", "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 17:00:28,221 INFO snapshot-role/MainThread: {"lv_uuid":"iBSI89-JrWm-DdVJ-CuK2-BXoJ-qyfS-wRe8Dr", "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 17:00:28,221 INFO snapshot-role/MainThread: {"lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4", "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 17:00:28,221 INFO snapshot-role/MainThread: {"lv_uuid":"kkR5Wl-MJ1M-6Gdx-MWNF-wujU-lbNs-nkDfso", "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 17:00:28,221 INFO snapshot-role/MainThread: {"lv_uuid":"3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp", "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 17:00:28,221 INFO snapshot-role/MainThread: {"lv_uuid":"r8fpFX-KVRh-qRfK-x6NS-ANo5-yOg5-MBI4m6", "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 17:00:28,221 INFO snapshot-role/MainThread: {"lv_uuid":"jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H", "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 17:00:28,221 INFO snapshot-role/MainThread: {"lv_uuid":"nJo59i-mipz-MsES-S1ZR-Qj43-HZe7-X2kchv", "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 17:00:28,221 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1", "lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4", "pv_name":"/dev/sdh"}, 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H", "pv_name":"/dev/sdg"}, 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp", "pv_name":"/dev/sdg"}, 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4", "pv_name":"/dev/sdg"}, 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"iBSI89-JrWm-DdVJ-CuK2-BXoJ-qyfS-wRe8Dr", "pv_name":"/dev/sdg"}, 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9", "lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq", "pv_name":"/dev/sdj"}, 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9", "lv_uuid":"kkR5Wl-MJ1M-6Gdx-MWNF-wujU-lbNs-nkDfso", "pv_name":"/dev/sdj"}, 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9", "lv_uuid":"r8fpFX-KVRh-qRfK-x6NS-ANo5-yOg5-MBI4m6", "pv_name":"/dev/sdj"}, 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9", "lv_uuid":"nJo59i-mipz-MsES-S1ZR-Qj43-HZe7-X2kchv", "pv_name":"/dev/sdj"}, 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq", "lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq", "pv_name":"/dev/sdi"} 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,221 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp"}, 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq"}, 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq"}, 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4"}, 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4"}, 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"iBSI89-JrWm-DdVJ-CuK2-BXoJ-qyfS-wRe8Dr"}, 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H"}, 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"kkR5Wl-MJ1M-6Gdx-MWNF-wujU-lbNs-nkDfso"}, 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"nJo59i-mipz-MsES-S1ZR-Qj43-HZe7-X2kchv"}, 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"r8fpFX-KVRh-qRfK-x6NS-ANo5-yOg5-MBI4m6"} 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: {"lv_uuid":"HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0", "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 17:00:28,222 INFO snapshot-role/MainThread: {"lv_uuid":"GeyrSN-i98j-St1g-tC0K-56ZE-KE3c-lxzeAH", "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 17:00:28,222 INFO snapshot-role/MainThread: {"lv_uuid":"TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J", "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 17:00:28,222 INFO snapshot-role/MainThread: {"lv_uuid":"iFBFDF-pl6e-huki-6hXL-yDgb-YkOA-3uS9dG", "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 17:00:28,222 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr", "lv_uuid":"TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J", "pv_name":"/dev/sdd"}, 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr", "lv_uuid":"HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0", "pv_name":"/dev/sdd"}, 2024-03-01 17:00:28,222 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr", "lv_uuid":"GeyrSN-i98j-St1g-tC0K-56ZE-KE3c-lxzeAH", "pv_name":"/dev/sdd"}, 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5", "lv_uuid":"iFBFDF-pl6e-huki-6hXL-yDgb-YkOA-3uS9dG", "pv_name":"/dev/sde"}, 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"GeyrSN-i98j-St1g-tC0K-56ZE-KE3c-lxzeAH"}, 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0"}, 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J"}, 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"iFBFDF-pl6e-huki-6hXL-yDgb-YkOA-3uS9dG"} 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: {"lv_uuid":"zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul", "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 17:00:28,223 INFO snapshot-role/MainThread: {"lv_uuid":"ChlRxp-fJge-Tid9-lpYJ-dNUQ-koTl-BVcCLE", "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 17:00:28,223 INFO snapshot-role/MainThread: {"lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8", "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 17:00:28,223 INFO snapshot-role/MainThread: {"lv_uuid":"s53uAI-PUFy-oHyg-0u4E-hDTT-UNQ2-tEJDHo", "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 17:00:28,223 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7", "lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8", "pv_name":"/dev/sdb"}, 2024-03-01 17:00:28,223 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7", "lv_uuid":"zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul", "pv_name":"/dev/sdb"}, 2024-03-01 17:00:28,224 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:00:28,224 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31", "lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8", "pv_name":"/dev/sda"}, 2024-03-01 17:00:28,224 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq", "lv_uuid":"ChlRxp-fJge-Tid9-lpYJ-dNUQ-koTl-BVcCLE", "pv_name":"/dev/sdc"}, 2024-03-01 17:00:28,224 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq", "lv_uuid":"s53uAI-PUFy-oHyg-0u4E-hDTT-UNQ2-tEJDHo", "pv_name":"/dev/sdc"}, 2024-03-01 17:00:28,224 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:00:28,224 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,224 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,224 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:00:28,224 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"ChlRxp-fJge-Tid9-lpYJ-dNUQ-koTl-BVcCLE"}, 2024-03-01 17:00:28,224 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8"}, 2024-03-01 17:00:28,224 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8"}, 2024-03-01 17:00:28,224 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"s53uAI-PUFy-oHyg-0u4E-hDTT-UNQ2-tEJDHo"}, 2024-03-01 17:00:28,224 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul"} 2024-03-01 17:00:28,224 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,224 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,224 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,224 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,224 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,224 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,224 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,224 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 17:00:28,258 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,258 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,258 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,258 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,258 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,258 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 17:00:28,258 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,258 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,258 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,258 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,258 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,258 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,259 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,259 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:00:28,287 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,287 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,287 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,287 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,287 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,287 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 17:00:28,287 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 17:00:28,287 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 17:00:28,287 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 17:00:28,287 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 17:00:28,287 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 17:00:28,287 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 17:00:28,287 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 17:00:28,288 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,288 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,288 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,288 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,288 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,288 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,288 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,288 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 17:00:28,316 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,316 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,316 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,316 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,316 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,316 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 17:00:28,316 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,316 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,316 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,316 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,316 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,316 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,316 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,316 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 17:00:28,347 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,347 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,347 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,347 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,347 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,347 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 17:00:28,347 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,347 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,348 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,348 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,348 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,348 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,348 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,348 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 17:00:28,381 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,381 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,381 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,381 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,381 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,381 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 17:00:28,381 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,381 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,381 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,381 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,381 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,381 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,381 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,382 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 17:00:28,412 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,412 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,412 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,412 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,413 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,413 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 17:00:28,413 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,413 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,413 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,413 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,413 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,413 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,413 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,413 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:00:28,442 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,442 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,442 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,442 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,442 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,442 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 17:00:28,442 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 17:00:28,442 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 17:00:28,442 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 17:00:28,442 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 17:00:28,442 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 17:00:28,442 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 17:00:28,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 17:00:28,442 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,443 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,443 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,443 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,443 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,443 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,443 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,443 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 17:00:28,474 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,474 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,474 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,474 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,474 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,474 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 17:00:28,474 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,474 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,474 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,474 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,474 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,474 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,474 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,474 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 17:00:28,503 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,503 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,503 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,503 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,503 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,503 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 17:00:28,503 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,503 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,503 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,503 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,503 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,503 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,504 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,504 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 17:00:28,535 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,535 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,535 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,535 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,535 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,535 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 17:00:28,535 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,535 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,535 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,535 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,535 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,535 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,536 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,536 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 17:00:28,569 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,569 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,569 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,569 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,569 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,569 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 17:00:28,569 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,569 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,569 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,569 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,569 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,569 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,569 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,570 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:00:28,602 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,602 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,602 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,602 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,602 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,602 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 17:00:28,602 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 17:00:28,602 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 17:00:28,602 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 17:00:28,602 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 17:00:28,602 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 17:00:28,602 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 17:00:28,602 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 17:00:28,602 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,602 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,602 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,603 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,603 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,603 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,603 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,603 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:00:28,635 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,635 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,635 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,635 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,635 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,635 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 17:00:28,635 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,635 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,635 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,635 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,635 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,635 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,635 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,636 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:00:28,673 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,673 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,673 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,673 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,673 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,673 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 17:00:28,673 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,673 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,673 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,673 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,673 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,674 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,674 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,674 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:00:28,706 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,706 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,706 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,706 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,706 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,706 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 17:00:28,706 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,706 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,706 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,706 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,706 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,706 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,706 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,707 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 17:00:28,736 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,736 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,736 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,736 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,736 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,736 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 17:00:28,736 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,736 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,736 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,736 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,736 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,736 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,736 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,737 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:00:28,773 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,773 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,773 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,773 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,773 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,773 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 17:00:28,773 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 17:00:28,773 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 17:00:28,773 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 17:00:28,773 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 17:00:28,773 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 17:00:28,773 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 17:00:28,774 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 17:00:28,774 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,774 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,774 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,774 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,774 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,774 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,774 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,774 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 17:00:28,808 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,808 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,808 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,808 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,808 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,808 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 17:00:28,808 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,808 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,808 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,808 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,808 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,808 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,808 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,809 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 17:00:28,837 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,837 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,837 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,837 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,837 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,837 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 17:00:28,837 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,837 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,837 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,837 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,837 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,837 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,837 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,837 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 17:00:28,868 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,868 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,868 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,868 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,868 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,868 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 17:00:28,868 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,868 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,868 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,868 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,868 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,868 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,869 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,869 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 17:00:28,898 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,898 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,898 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,898 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,898 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,898 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 17:00:28,898 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,898 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,898 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,898 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,898 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,898 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,898 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,899 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:00:28,934 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,934 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,934 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,934 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,934 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,934 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 17:00:28,934 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 17:00:28,934 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 17:00:28,935 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:00:28,935 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,935 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,935 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,935 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,935 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,935 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,935 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,935 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:00:28,968 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,968 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,968 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,968 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,968 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,969 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 17:00:28,969 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,969 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,969 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,969 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,969 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,969 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,969 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,969 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:00:28,998 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:28,998 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,998 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:28,998 INFO snapshot-role/MainThread: { 2024-03-01 17:00:28,998 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:28,998 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 17:00:28,998 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,998 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,998 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,998 INFO snapshot-role/MainThread: , 2024-03-01 17:00:28,998 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:28,998 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:28,998 INFO snapshot-role/MainThread: } 2024-03-01 17:00:28,999 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:00:29,028 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:29,028 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,028 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:29,028 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,028 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:29,028 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 17:00:29,029 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,029 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,029 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,029 INFO snapshot-role/MainThread: , 2024-03-01 17:00:29,029 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:29,029 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,029 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,029 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 17:00:29,059 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:29,059 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,059 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:29,059 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,059 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:29,060 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 17:00:29,060 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,060 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,060 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,060 INFO snapshot-role/MainThread: , 2024-03-01 17:00:29,060 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:29,060 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,060 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,060 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:00:29,088 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:29,088 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,088 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:29,088 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,089 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:29,089 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 17:00:29,089 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 17:00:29,089 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 17:00:29,089 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 17:00:29,089 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,089 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,089 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,089 INFO snapshot-role/MainThread: , 2024-03-01 17:00:29,089 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:29,089 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,089 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,089 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:00:29,118 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:29,118 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,118 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:29,118 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,118 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:29,118 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 17:00:29,118 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,118 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,119 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,119 INFO snapshot-role/MainThread: , 2024-03-01 17:00:29,119 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:29,119 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,119 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,119 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:00:29,149 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:29,149 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,150 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:29,150 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,150 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:29,150 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 17:00:29,150 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,150 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,150 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,150 INFO snapshot-role/MainThread: , 2024-03-01 17:00:29,150 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:29,150 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,150 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,150 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:00:29,180 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:29,180 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,180 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:29,180 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,180 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:29,180 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 17:00:29,180 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,180 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,180 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,180 INFO snapshot-role/MainThread: , 2024-03-01 17:00:29,180 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:29,180 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,180 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,181 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:00:29,210 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:29,210 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,210 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:29,210 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,210 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:29,210 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 17:00:29,210 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,210 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,210 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,210 INFO snapshot-role/MainThread: , 2024-03-01 17:00:29,210 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:29,210 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,210 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,210 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:00:29,242 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:29,242 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,242 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:29,242 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,242 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:29,242 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 17:00:29,242 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 17:00:29,242 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 17:00:29,242 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 17:00:29,242 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,242 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,243 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,243 INFO snapshot-role/MainThread: , 2024-03-01 17:00:29,243 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:29,243 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,243 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,243 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:00:29,277 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:29,277 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,277 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:29,277 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,277 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:29,277 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 17:00:29,277 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,277 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,277 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,277 INFO snapshot-role/MainThread: , 2024-03-01 17:00:29,277 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:29,277 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,277 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,277 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:00:29,312 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:29,312 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,312 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:29,312 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,312 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:29,312 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 17:00:29,312 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,312 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,312 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,312 INFO snapshot-role/MainThread: , 2024-03-01 17:00:29,312 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:29,312 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,312 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,312 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:00:29,342 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:29,342 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,342 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:29,342 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,342 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:29,342 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 17:00:29,342 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,343 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,343 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,343 INFO snapshot-role/MainThread: , 2024-03-01 17:00:29,343 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:29,343 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,343 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,343 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 17:00:29,375 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:29,375 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,375 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:29,375 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,375 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:29,375 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 17:00:29,375 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,375 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,375 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,375 INFO snapshot-role/MainThread: , 2024-03-01 17:00:29,376 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:29,376 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,376 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,376 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:00:29,405 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:29,405 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,405 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:29,405 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,405 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:29,405 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 17:00:29,405 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 17:00:29,405 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 17:00:29,405 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 17:00:29,405 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,405 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,406 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,406 INFO snapshot-role/MainThread: , 2024-03-01 17:00:29,406 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:29,406 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,406 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,406 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 17:00:29,439 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:29,439 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,439 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:29,439 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,439 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:29,440 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 17:00:29,440 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,440 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,440 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,440 INFO snapshot-role/MainThread: , 2024-03-01 17:00:29,440 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:29,440 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,440 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,440 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 17:00:29,470 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:29,470 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,470 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:29,470 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,470 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:29,470 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 17:00:29,470 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,470 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,470 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,470 INFO snapshot-role/MainThread: , 2024-03-01 17:00:29,471 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:29,471 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,471 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,471 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 17:00:29,501 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:29,501 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,501 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:29,501 INFO snapshot-role/MainThread: { 2024-03-01 17:00:29,501 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:29,501 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 17:00:29,501 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,501 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,501 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,501 INFO snapshot-role/MainThread: , 2024-03-01 17:00:29,501 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:29,501 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:29,501 INFO snapshot-role/MainThread: } 2024-03-01 17:00:29,502 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:00:30,826 INFO snapshot-role/MainThread: revert_cmd: revert None None snapset1 0 None 2024-03-01 17:00:30,826 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 17:00:30,864 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:30,865 INFO snapshot-role/MainThread: { 2024-03-01 17:00:30,865 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:30,865 INFO snapshot-role/MainThread: { 2024-03-01 17:00:30,865 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:00:30,865 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 17:00:30,865 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,865 INFO snapshot-role/MainThread: , 2024-03-01 17:00:30,865 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:00:30,865 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:00:30,865 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:00:30,865 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:00:30,865 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:00:30,865 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,865 INFO snapshot-role/MainThread: , 2024-03-01 17:00:30,865 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:30,865 INFO snapshot-role/MainThread: {"lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq", "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 17:00:30,865 INFO snapshot-role/MainThread: {"lv_uuid":"iBSI89-JrWm-DdVJ-CuK2-BXoJ-qyfS-wRe8Dr", "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 17:00:30,865 INFO snapshot-role/MainThread: {"lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4", "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 17:00:30,865 INFO snapshot-role/MainThread: {"lv_uuid":"kkR5Wl-MJ1M-6Gdx-MWNF-wujU-lbNs-nkDfso", "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 17:00:30,865 INFO snapshot-role/MainThread: {"lv_uuid":"3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp", "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 17:00:30,865 INFO snapshot-role/MainThread: {"lv_uuid":"r8fpFX-KVRh-qRfK-x6NS-ANo5-yOg5-MBI4m6", "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 17:00:30,865 INFO snapshot-role/MainThread: {"lv_uuid":"jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H", "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 17:00:30,865 INFO snapshot-role/MainThread: {"lv_uuid":"nJo59i-mipz-MsES-S1ZR-Qj43-HZe7-X2kchv", "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 17:00:30,865 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,865 INFO snapshot-role/MainThread: , 2024-03-01 17:00:30,865 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:00:30,865 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1", "lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4", "pv_name":"/dev/sdh"}, 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H", "pv_name":"/dev/sdg"}, 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp", "pv_name":"/dev/sdg"}, 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4", "pv_name":"/dev/sdg"}, 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"iBSI89-JrWm-DdVJ-CuK2-BXoJ-qyfS-wRe8Dr", "pv_name":"/dev/sdg"}, 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9", "lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq", "pv_name":"/dev/sdj"}, 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9", "lv_uuid":"kkR5Wl-MJ1M-6Gdx-MWNF-wujU-lbNs-nkDfso", "pv_name":"/dev/sdj"}, 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9", "lv_uuid":"r8fpFX-KVRh-qRfK-x6NS-ANo5-yOg5-MBI4m6", "pv_name":"/dev/sdj"}, 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9", "lv_uuid":"nJo59i-mipz-MsES-S1ZR-Qj43-HZe7-X2kchv", "pv_name":"/dev/sdj"}, 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq", "lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq", "pv_name":"/dev/sdi"} 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: , 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp"}, 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq"}, 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq"}, 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4"}, 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4"}, 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"iBSI89-JrWm-DdVJ-CuK2-BXoJ-qyfS-wRe8Dr"}, 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H"}, 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"kkR5Wl-MJ1M-6Gdx-MWNF-wujU-lbNs-nkDfso"}, 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"nJo59i-mipz-MsES-S1ZR-Qj43-HZe7-X2kchv"}, 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"r8fpFX-KVRh-qRfK-x6NS-ANo5-yOg5-MBI4m6"} 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: } 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: , 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: { 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: , 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:00:30,866 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: , 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: {"lv_uuid":"HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0", "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 17:00:30,867 INFO snapshot-role/MainThread: {"lv_uuid":"GeyrSN-i98j-St1g-tC0K-56ZE-KE3c-lxzeAH", "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 17:00:30,867 INFO snapshot-role/MainThread: {"lv_uuid":"TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J", "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 17:00:30,867 INFO snapshot-role/MainThread: {"lv_uuid":"iFBFDF-pl6e-huki-6hXL-yDgb-YkOA-3uS9dG", "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 17:00:30,867 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: , 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr", "lv_uuid":"TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J", "pv_name":"/dev/sdd"}, 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr", "lv_uuid":"HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0", "pv_name":"/dev/sdd"}, 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr", "lv_uuid":"GeyrSN-i98j-St1g-tC0K-56ZE-KE3c-lxzeAH", "pv_name":"/dev/sdd"}, 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5", "lv_uuid":"iFBFDF-pl6e-huki-6hXL-yDgb-YkOA-3uS9dG", "pv_name":"/dev/sde"}, 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: , 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"GeyrSN-i98j-St1g-tC0K-56ZE-KE3c-lxzeAH"}, 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0"}, 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J"}, 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"iFBFDF-pl6e-huki-6hXL-yDgb-YkOA-3uS9dG"} 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: } 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: , 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: { 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: , 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:00:30,867 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: , 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: {"lv_uuid":"zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul", "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 17:00:30,868 INFO snapshot-role/MainThread: {"lv_uuid":"ChlRxp-fJge-Tid9-lpYJ-dNUQ-koTl-BVcCLE", "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 17:00:30,868 INFO snapshot-role/MainThread: {"lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8", "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 17:00:30,868 INFO snapshot-role/MainThread: {"lv_uuid":"s53uAI-PUFy-oHyg-0u4E-hDTT-UNQ2-tEJDHo", "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 17:00:30,868 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: , 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7", "lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8", "pv_name":"/dev/sdb"}, 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7", "lv_uuid":"zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul", "pv_name":"/dev/sdb"}, 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31", "lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8", "pv_name":"/dev/sda"}, 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq", "lv_uuid":"ChlRxp-fJge-Tid9-lpYJ-dNUQ-koTl-BVcCLE", "pv_name":"/dev/sdc"}, 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq", "lv_uuid":"s53uAI-PUFy-oHyg-0u4E-hDTT-UNQ2-tEJDHo", "pv_name":"/dev/sdc"}, 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: , 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"ChlRxp-fJge-Tid9-lpYJ-dNUQ-koTl-BVcCLE"}, 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8"}, 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8"}, 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"s53uAI-PUFy-oHyg-0u4E-hDTT-UNQ2-tEJDHo"}, 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul"} 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: } 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: , 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,868 INFO snapshot-role/MainThread: } 2024-03-01 17:00:30,869 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 17:00:30,898 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:30,898 INFO snapshot-role/MainThread: { 2024-03-01 17:00:30,898 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:30,898 INFO snapshot-role/MainThread: { 2024-03-01 17:00:30,898 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:30,898 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 17:00:30,898 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,898 INFO snapshot-role/MainThread: } 2024-03-01 17:00:30,898 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,898 INFO snapshot-role/MainThread: , 2024-03-01 17:00:30,898 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:30,898 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,898 INFO snapshot-role/MainThread: } 2024-03-01 17:00:30,899 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 17:00:30,925 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:30,925 INFO snapshot-role/MainThread: { 2024-03-01 17:00:30,925 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:30,925 INFO snapshot-role/MainThread: { 2024-03-01 17:00:30,925 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:30,925 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 17:00:30,926 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,926 INFO snapshot-role/MainThread: } 2024-03-01 17:00:30,926 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,926 INFO snapshot-role/MainThread: , 2024-03-01 17:00:30,926 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:30,926 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,926 INFO snapshot-role/MainThread: } 2024-03-01 17:00:30,926 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:00:30,964 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:30,964 INFO snapshot-role/MainThread: { 2024-03-01 17:00:30,964 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:30,964 INFO snapshot-role/MainThread: { 2024-03-01 17:00:30,964 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:30,964 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 17:00:30,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 17:00:30,964 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 17:00:30,964 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 17:00:30,964 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:00:30,964 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:00:30,965 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 17:00:30,965 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 17:00:30,965 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,965 INFO snapshot-role/MainThread: } 2024-03-01 17:00:30,965 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,965 INFO snapshot-role/MainThread: , 2024-03-01 17:00:30,965 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:30,965 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,965 INFO snapshot-role/MainThread: } 2024-03-01 17:00:30,965 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 17:00:30,994 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:30,994 INFO snapshot-role/MainThread: { 2024-03-01 17:00:30,994 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:30,994 INFO snapshot-role/MainThread: { 2024-03-01 17:00:30,994 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:30,994 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 17:00:30,994 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,994 INFO snapshot-role/MainThread: } 2024-03-01 17:00:30,994 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,994 INFO snapshot-role/MainThread: , 2024-03-01 17:00:30,994 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:30,994 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:30,994 INFO snapshot-role/MainThread: } 2024-03-01 17:00:30,994 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 17:00:31,024 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:31,024 INFO snapshot-role/MainThread: { 2024-03-01 17:00:31,024 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:31,024 INFO snapshot-role/MainThread: { 2024-03-01 17:00:31,024 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:31,024 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 17:00:31,024 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:31,024 INFO snapshot-role/MainThread: } 2024-03-01 17:00:31,024 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:31,024 INFO snapshot-role/MainThread: , 2024-03-01 17:00:31,024 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:31,024 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:31,024 INFO snapshot-role/MainThread: } 2024-03-01 17:00:31,025 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg3/lv5_snapset1 2024-03-01 17:00:46,130 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:46,131 INFO snapshot-role/MainThread: { 2024-03-01 17:00:46,131 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:46,131 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:46,131 INFO snapshot-role/MainThread: } 2024-03-01 17:00:46,131 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 17:00:46,176 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:46,176 INFO snapshot-role/MainThread: { 2024-03-01 17:00:46,176 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:46,176 INFO snapshot-role/MainThread: { 2024-03-01 17:00:46,176 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:46,177 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 17:00:46,177 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:46,177 INFO snapshot-role/MainThread: } 2024-03-01 17:00:46,177 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:46,177 INFO snapshot-role/MainThread: , 2024-03-01 17:00:46,177 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:46,177 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:46,177 INFO snapshot-role/MainThread: } 2024-03-01 17:00:46,177 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 17:00:46,221 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:46,221 INFO snapshot-role/MainThread: { 2024-03-01 17:00:46,221 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:46,221 INFO snapshot-role/MainThread: { 2024-03-01 17:00:46,221 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:46,221 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 17:00:46,221 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:46,221 INFO snapshot-role/MainThread: } 2024-03-01 17:00:46,221 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:46,221 INFO snapshot-role/MainThread: , 2024-03-01 17:00:46,222 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:46,222 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:46,222 INFO snapshot-role/MainThread: } 2024-03-01 17:00:46,222 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:00:46,252 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:46,252 INFO snapshot-role/MainThread: { 2024-03-01 17:00:46,252 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:46,252 INFO snapshot-role/MainThread: { 2024-03-01 17:00:46,252 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:46,252 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 17:00:46,252 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 17:00:46,252 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 17:00:46,252 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 17:00:46,252 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 17:00:46,252 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 17:00:46,252 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 17:00:46,252 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:46,252 INFO snapshot-role/MainThread: } 2024-03-01 17:00:46,253 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:46,253 INFO snapshot-role/MainThread: , 2024-03-01 17:00:46,253 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:46,253 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:46,253 INFO snapshot-role/MainThread: } 2024-03-01 17:00:46,253 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 17:00:46,287 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:46,287 INFO snapshot-role/MainThread: { 2024-03-01 17:00:46,287 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:46,287 INFO snapshot-role/MainThread: { 2024-03-01 17:00:46,287 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:46,287 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 17:00:46,287 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:46,288 INFO snapshot-role/MainThread: } 2024-03-01 17:00:46,288 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:46,288 INFO snapshot-role/MainThread: , 2024-03-01 17:00:46,288 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:46,288 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:46,288 INFO snapshot-role/MainThread: } 2024-03-01 17:00:46,288 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 17:00:46,316 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:00:46,316 INFO snapshot-role/MainThread: { 2024-03-01 17:00:46,316 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:00:46,316 INFO snapshot-role/MainThread: { 2024-03-01 17:00:46,316 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:00:46,316 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 17:00:46,316 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:46,316 INFO snapshot-role/MainThread: } 2024-03-01 17:00:46,316 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:46,316 INFO snapshot-role/MainThread: , 2024-03-01 17:00:46,316 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:00:46,316 INFO snapshot-role/MainThread: ] 2024-03-01 17:00:46,316 INFO snapshot-role/MainThread: } 2024-03-01 17:00:46,316 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg3/lv6_snapset1 2024-03-01 17:01:01,397 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:01:01,398 INFO snapshot-role/MainThread: { 2024-03-01 17:01:01,398 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:01:01,398 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:01,398 INFO snapshot-role/MainThread: } 2024-03-01 17:01:01,398 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 17:01:01,441 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:01:01,441 INFO snapshot-role/MainThread: { 2024-03-01 17:01:01,441 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:01:01,442 INFO snapshot-role/MainThread: { 2024-03-01 17:01:01,442 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:01:01,442 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 17:01:01,442 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:01,442 INFO snapshot-role/MainThread: } 2024-03-01 17:01:01,442 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:01,442 INFO snapshot-role/MainThread: , 2024-03-01 17:01:01,442 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:01:01,442 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:01,442 INFO snapshot-role/MainThread: } 2024-03-01 17:01:01,442 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:01:01,478 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:01:01,478 INFO snapshot-role/MainThread: { 2024-03-01 17:01:01,478 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:01:01,478 INFO snapshot-role/MainThread: { 2024-03-01 17:01:01,478 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:01:01,478 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 17:01:01,478 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:01,478 INFO snapshot-role/MainThread: } 2024-03-01 17:01:01,479 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:01,479 INFO snapshot-role/MainThread: , 2024-03-01 17:01:01,479 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:01:01,479 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:01,479 INFO snapshot-role/MainThread: } 2024-03-01 17:01:01,479 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:01:01,508 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:01:01,508 INFO snapshot-role/MainThread: { 2024-03-01 17:01:01,508 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:01:01,508 INFO snapshot-role/MainThread: { 2024-03-01 17:01:01,508 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:01:01,508 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 17:01:01,508 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 17:01:01,508 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:01:01,508 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 17:01:01,508 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 17:01:01,508 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 17:01:01,508 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:01,509 INFO snapshot-role/MainThread: } 2024-03-01 17:01:01,509 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:01,509 INFO snapshot-role/MainThread: , 2024-03-01 17:01:01,509 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:01:01,509 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:01,509 INFO snapshot-role/MainThread: } 2024-03-01 17:01:01,509 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:01:01,538 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:01:01,539 INFO snapshot-role/MainThread: { 2024-03-01 17:01:01,539 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:01:01,539 INFO snapshot-role/MainThread: { 2024-03-01 17:01:01,539 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:01:01,539 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 17:01:01,539 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:01,539 INFO snapshot-role/MainThread: } 2024-03-01 17:01:01,539 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:01,539 INFO snapshot-role/MainThread: , 2024-03-01 17:01:01,539 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:01:01,539 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:01,539 INFO snapshot-role/MainThread: } 2024-03-01 17:01:01,539 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:01:01,570 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:01:01,571 INFO snapshot-role/MainThread: { 2024-03-01 17:01:01,571 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:01:01,571 INFO snapshot-role/MainThread: { 2024-03-01 17:01:01,571 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:01:01,571 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 17:01:01,571 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:01,571 INFO snapshot-role/MainThread: } 2024-03-01 17:01:01,571 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:01,571 INFO snapshot-role/MainThread: , 2024-03-01 17:01:01,571 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:01:01,571 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:01,571 INFO snapshot-role/MainThread: } 2024-03-01 17:01:01,571 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg3/lv7_snapset1 2024-03-01 17:01:16,666 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:01:16,666 INFO snapshot-role/MainThread: { 2024-03-01 17:01:16,666 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:01:16,667 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:16,667 INFO snapshot-role/MainThread: } 2024-03-01 17:01:16,667 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 17:01:16,710 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:01:16,711 INFO snapshot-role/MainThread: { 2024-03-01 17:01:16,711 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:01:16,711 INFO snapshot-role/MainThread: { 2024-03-01 17:01:16,711 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:01:16,711 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 17:01:16,711 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:16,711 INFO snapshot-role/MainThread: } 2024-03-01 17:01:16,711 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:16,711 INFO snapshot-role/MainThread: , 2024-03-01 17:01:16,711 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:01:16,711 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:16,711 INFO snapshot-role/MainThread: } 2024-03-01 17:01:16,711 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 17:01:16,758 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:01:16,759 INFO snapshot-role/MainThread: { 2024-03-01 17:01:16,759 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:01:16,759 INFO snapshot-role/MainThread: { 2024-03-01 17:01:16,759 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:01:16,759 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 17:01:16,759 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:16,759 INFO snapshot-role/MainThread: } 2024-03-01 17:01:16,759 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:16,759 INFO snapshot-role/MainThread: , 2024-03-01 17:01:16,759 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:01:16,759 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:16,759 INFO snapshot-role/MainThread: } 2024-03-01 17:01:16,759 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:01:16,790 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:01:16,791 INFO snapshot-role/MainThread: { 2024-03-01 17:01:16,791 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:01:16,791 INFO snapshot-role/MainThread: { 2024-03-01 17:01:16,791 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:01:16,791 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 17:01:16,791 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 17:01:16,791 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 17:01:16,791 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 17:01:16,791 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 17:01:16,791 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:16,791 INFO snapshot-role/MainThread: } 2024-03-01 17:01:16,791 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:16,791 INFO snapshot-role/MainThread: , 2024-03-01 17:01:16,791 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:01:16,791 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:16,791 INFO snapshot-role/MainThread: } 2024-03-01 17:01:16,791 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 17:01:16,823 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:01:16,823 INFO snapshot-role/MainThread: { 2024-03-01 17:01:16,823 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:01:16,823 INFO snapshot-role/MainThread: { 2024-03-01 17:01:16,823 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:01:16,823 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 17:01:16,823 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:16,823 INFO snapshot-role/MainThread: } 2024-03-01 17:01:16,823 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:16,824 INFO snapshot-role/MainThread: , 2024-03-01 17:01:16,824 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:01:16,824 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:16,824 INFO snapshot-role/MainThread: } 2024-03-01 17:01:16,824 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 17:01:16,853 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:01:16,853 INFO snapshot-role/MainThread: { 2024-03-01 17:01:16,853 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:01:16,853 INFO snapshot-role/MainThread: { 2024-03-01 17:01:16,853 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:01:16,853 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 17:01:16,853 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:16,853 INFO snapshot-role/MainThread: } 2024-03-01 17:01:16,853 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:16,853 INFO snapshot-role/MainThread: , 2024-03-01 17:01:16,854 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:01:16,854 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:16,854 INFO snapshot-role/MainThread: } 2024-03-01 17:01:16,854 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg3/lv8_snapset1 2024-03-01 17:01:31,941 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:01:31,942 INFO snapshot-role/MainThread: { 2024-03-01 17:01:31,942 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:01:31,942 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:31,942 INFO snapshot-role/MainThread: } 2024-03-01 17:01:31,942 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 17:01:31,985 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:01:31,985 INFO snapshot-role/MainThread: { 2024-03-01 17:01:31,985 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:01:31,985 INFO snapshot-role/MainThread: { 2024-03-01 17:01:31,985 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:01:31,985 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:01:31,985 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:31,986 INFO snapshot-role/MainThread: } 2024-03-01 17:01:31,986 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:31,986 INFO snapshot-role/MainThread: , 2024-03-01 17:01:31,986 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:01:31,986 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:31,986 INFO snapshot-role/MainThread: } 2024-03-01 17:01:31,986 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:01:32,028 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:01:32,028 INFO snapshot-role/MainThread: { 2024-03-01 17:01:32,028 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:01:32,028 INFO snapshot-role/MainThread: { 2024-03-01 17:01:32,028 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:01:32,028 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 17:01:32,028 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:32,029 INFO snapshot-role/MainThread: } 2024-03-01 17:01:32,029 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:32,029 INFO snapshot-role/MainThread: , 2024-03-01 17:01:32,029 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:01:32,029 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:32,029 INFO snapshot-role/MainThread: } 2024-03-01 17:01:32,029 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:01:32,064 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:01:32,064 INFO snapshot-role/MainThread: { 2024-03-01 17:01:32,064 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:01:32,064 INFO snapshot-role/MainThread: { 2024-03-01 17:01:32,064 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:01:32,064 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 17:01:32,064 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 17:01:32,064 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 17:01:32,064 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 17:01:32,064 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:32,064 INFO snapshot-role/MainThread: } 2024-03-01 17:01:32,064 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:32,064 INFO snapshot-role/MainThread: , 2024-03-01 17:01:32,064 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:01:32,065 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:32,065 INFO snapshot-role/MainThread: } 2024-03-01 17:01:32,065 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:01:32,093 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:01:32,093 INFO snapshot-role/MainThread: { 2024-03-01 17:01:32,093 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:01:32,093 INFO snapshot-role/MainThread: { 2024-03-01 17:01:32,093 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:01:32,093 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 17:01:32,093 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:32,093 INFO snapshot-role/MainThread: } 2024-03-01 17:01:32,093 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:32,093 INFO snapshot-role/MainThread: , 2024-03-01 17:01:32,093 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:01:32,093 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:32,093 INFO snapshot-role/MainThread: } 2024-03-01 17:01:32,093 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:01:32,125 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:01:32,125 INFO snapshot-role/MainThread: { 2024-03-01 17:01:32,125 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:01:32,125 INFO snapshot-role/MainThread: { 2024-03-01 17:01:32,125 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:01:32,125 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 17:01:32,125 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:32,125 INFO snapshot-role/MainThread: } 2024-03-01 17:01:32,125 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:32,125 INFO snapshot-role/MainThread: , 2024-03-01 17:01:32,125 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:01:32,125 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:32,125 INFO snapshot-role/MainThread: } 2024-03-01 17:01:32,126 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg2/lv3_snapset1 2024-03-01 17:01:47,213 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:01:47,213 INFO snapshot-role/MainThread: { 2024-03-01 17:01:47,214 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:01:47,214 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:47,214 INFO snapshot-role/MainThread: } 2024-03-01 17:01:47,214 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 17:01:47,256 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:01:47,256 INFO snapshot-role/MainThread: { 2024-03-01 17:01:47,256 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:01:47,256 INFO snapshot-role/MainThread: { 2024-03-01 17:01:47,256 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:01:47,256 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 17:01:47,257 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:47,257 INFO snapshot-role/MainThread: } 2024-03-01 17:01:47,257 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:47,257 INFO snapshot-role/MainThread: , 2024-03-01 17:01:47,257 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:01:47,257 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:47,257 INFO snapshot-role/MainThread: } 2024-03-01 17:01:47,257 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:01:47,297 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:01:47,297 INFO snapshot-role/MainThread: { 2024-03-01 17:01:47,297 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:01:47,297 INFO snapshot-role/MainThread: { 2024-03-01 17:01:47,297 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:01:47,297 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:01:47,297 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:47,297 INFO snapshot-role/MainThread: } 2024-03-01 17:01:47,297 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:47,297 INFO snapshot-role/MainThread: , 2024-03-01 17:01:47,297 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:01:47,298 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:47,298 INFO snapshot-role/MainThread: } 2024-03-01 17:01:47,298 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:01:47,327 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:01:47,327 INFO snapshot-role/MainThread: { 2024-03-01 17:01:47,327 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:01:47,327 INFO snapshot-role/MainThread: { 2024-03-01 17:01:47,327 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:01:47,327 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 17:01:47,327 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 17:01:47,327 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 17:01:47,327 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:47,327 INFO snapshot-role/MainThread: } 2024-03-01 17:01:47,327 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:47,327 INFO snapshot-role/MainThread: , 2024-03-01 17:01:47,327 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:01:47,328 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:47,328 INFO snapshot-role/MainThread: } 2024-03-01 17:01:47,328 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:01:47,360 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:01:47,360 INFO snapshot-role/MainThread: { 2024-03-01 17:01:47,360 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:01:47,360 INFO snapshot-role/MainThread: { 2024-03-01 17:01:47,360 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:01:47,360 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 17:01:47,360 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:47,360 INFO snapshot-role/MainThread: } 2024-03-01 17:01:47,360 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:47,360 INFO snapshot-role/MainThread: , 2024-03-01 17:01:47,360 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:01:47,360 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:47,360 INFO snapshot-role/MainThread: } 2024-03-01 17:01:47,360 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:01:47,405 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:01:47,405 INFO snapshot-role/MainThread: { 2024-03-01 17:01:47,405 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:01:47,405 INFO snapshot-role/MainThread: { 2024-03-01 17:01:47,405 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:01:47,405 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 17:01:47,405 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:47,405 INFO snapshot-role/MainThread: } 2024-03-01 17:01:47,405 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:47,405 INFO snapshot-role/MainThread: , 2024-03-01 17:01:47,405 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:01:47,405 INFO snapshot-role/MainThread: ] 2024-03-01 17:01:47,405 INFO snapshot-role/MainThread: } 2024-03-01 17:01:47,405 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg2/lv4_snapset1 2024-03-01 17:02:02,480 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:02,481 INFO snapshot-role/MainThread: { 2024-03-01 17:02:02,481 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:02,481 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:02,481 INFO snapshot-role/MainThread: } 2024-03-01 17:02:02,481 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:02:02,516 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:02,516 INFO snapshot-role/MainThread: { 2024-03-01 17:02:02,516 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:02,516 INFO snapshot-role/MainThread: { 2024-03-01 17:02:02,516 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:02,517 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 17:02:02,517 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:02,517 INFO snapshot-role/MainThread: } 2024-03-01 17:02:02,517 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:02,517 INFO snapshot-role/MainThread: , 2024-03-01 17:02:02,517 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:02,517 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:02,517 INFO snapshot-role/MainThread: } 2024-03-01 17:02:02,517 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:02:02,558 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:02,559 INFO snapshot-role/MainThread: { 2024-03-01 17:02:02,559 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:02,559 INFO snapshot-role/MainThread: { 2024-03-01 17:02:02,559 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:02,559 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 17:02:02,559 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:02,559 INFO snapshot-role/MainThread: } 2024-03-01 17:02:02,559 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:02,559 INFO snapshot-role/MainThread: , 2024-03-01 17:02:02,559 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:02,559 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:02,559 INFO snapshot-role/MainThread: } 2024-03-01 17:02:02,559 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:02:02,589 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:02,589 INFO snapshot-role/MainThread: { 2024-03-01 17:02:02,589 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:02,589 INFO snapshot-role/MainThread: { 2024-03-01 17:02:02,589 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:02,589 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 17:02:02,589 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 17:02:02,589 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 17:02:02,589 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 17:02:02,589 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:02,589 INFO snapshot-role/MainThread: } 2024-03-01 17:02:02,590 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:02,590 INFO snapshot-role/MainThread: , 2024-03-01 17:02:02,590 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:02,590 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:02,590 INFO snapshot-role/MainThread: } 2024-03-01 17:02:02,590 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:02:02,618 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:02,619 INFO snapshot-role/MainThread: { 2024-03-01 17:02:02,619 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:02,619 INFO snapshot-role/MainThread: { 2024-03-01 17:02:02,619 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:02,619 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 17:02:02,619 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:02,619 INFO snapshot-role/MainThread: } 2024-03-01 17:02:02,619 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:02,619 INFO snapshot-role/MainThread: , 2024-03-01 17:02:02,619 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:02,619 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:02,619 INFO snapshot-role/MainThread: } 2024-03-01 17:02:02,619 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:02:02,645 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:02,645 INFO snapshot-role/MainThread: { 2024-03-01 17:02:02,645 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:02,645 INFO snapshot-role/MainThread: { 2024-03-01 17:02:02,645 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:02,645 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 17:02:02,645 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:02,645 INFO snapshot-role/MainThread: } 2024-03-01 17:02:02,645 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:02,645 INFO snapshot-role/MainThread: , 2024-03-01 17:02:02,645 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:02,645 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:02,645 INFO snapshot-role/MainThread: } 2024-03-01 17:02:02,645 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg1/lv1_snapset1 2024-03-01 17:02:17,724 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:17,724 INFO snapshot-role/MainThread: { 2024-03-01 17:02:17,724 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:17,725 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:17,725 INFO snapshot-role/MainThread: } 2024-03-01 17:02:17,725 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 17:02:17,758 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:17,758 INFO snapshot-role/MainThread: { 2024-03-01 17:02:17,758 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:17,758 INFO snapshot-role/MainThread: { 2024-03-01 17:02:17,758 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:17,758 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 17:02:17,758 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:17,759 INFO snapshot-role/MainThread: } 2024-03-01 17:02:17,759 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:17,759 INFO snapshot-role/MainThread: , 2024-03-01 17:02:17,759 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:17,759 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:17,759 INFO snapshot-role/MainThread: } 2024-03-01 17:02:17,759 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 17:02:17,798 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:17,798 INFO snapshot-role/MainThread: { 2024-03-01 17:02:17,799 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:17,799 INFO snapshot-role/MainThread: { 2024-03-01 17:02:17,799 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:17,799 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 17:02:17,799 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:17,799 INFO snapshot-role/MainThread: } 2024-03-01 17:02:17,799 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:17,799 INFO snapshot-role/MainThread: , 2024-03-01 17:02:17,799 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:17,799 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:17,799 INFO snapshot-role/MainThread: } 2024-03-01 17:02:17,799 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:02:17,828 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:17,828 INFO snapshot-role/MainThread: { 2024-03-01 17:02:17,828 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:17,828 INFO snapshot-role/MainThread: { 2024-03-01 17:02:17,828 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:17,828 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 17:02:17,829 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 17:02:17,829 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 17:02:17,829 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:17,829 INFO snapshot-role/MainThread: } 2024-03-01 17:02:17,829 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:17,829 INFO snapshot-role/MainThread: , 2024-03-01 17:02:17,829 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:17,829 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:17,829 INFO snapshot-role/MainThread: } 2024-03-01 17:02:17,829 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 17:02:17,864 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:17,864 INFO snapshot-role/MainThread: { 2024-03-01 17:02:17,864 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:17,864 INFO snapshot-role/MainThread: { 2024-03-01 17:02:17,864 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:17,864 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 17:02:17,864 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:17,865 INFO snapshot-role/MainThread: } 2024-03-01 17:02:17,865 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:17,865 INFO snapshot-role/MainThread: , 2024-03-01 17:02:17,865 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:17,865 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:17,865 INFO snapshot-role/MainThread: } 2024-03-01 17:02:17,865 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 17:02:17,894 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:17,895 INFO snapshot-role/MainThread: { 2024-03-01 17:02:17,895 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:17,895 INFO snapshot-role/MainThread: { 2024-03-01 17:02:17,895 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:17,895 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 17:02:17,895 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:17,895 INFO snapshot-role/MainThread: } 2024-03-01 17:02:17,895 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:17,895 INFO snapshot-role/MainThread: , 2024-03-01 17:02:17,895 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:17,895 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:17,895 INFO snapshot-role/MainThread: } 2024-03-01 17:02:17,895 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg1/lv2_snapset1 2024-03-01 17:02:32,971 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:32,972 INFO snapshot-role/MainThread: { 2024-03-01 17:02:32,972 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:32,972 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:32,972 INFO snapshot-role/MainThread: } 2024-03-01 17:02:32,972 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:02:34,343 INFO snapshot-role/MainThread: revert_cmd: revert None None snapset1 1 None 2024-03-01 17:02:34,343 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 17:02:34,386 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:34,387 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,387 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:34,387 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,387 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:02:34,387 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:02:34,387 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,387 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,387 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:02:34,387 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:02:34,387 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:02:34,387 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:02:34,387 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:02:34,387 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,387 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,387 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:34,387 INFO snapshot-role/MainThread: {"lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq", "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 17:02:34,387 INFO snapshot-role/MainThread: {"lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4", "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 17:02:34,387 INFO snapshot-role/MainThread: {"lv_uuid":"3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp", "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 17:02:34,387 INFO snapshot-role/MainThread: {"lv_uuid":"jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H", "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 17:02:34,387 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,387 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,387 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:02:34,387 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1", "lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4", "pv_name":"/dev/sdh"}, 2024-03-01 17:02:34,387 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H", "pv_name":"/dev/sdg"}, 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp", "pv_name":"/dev/sdg"}, 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4", "pv_name":"/dev/sdg"}, 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9", "lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq", "pv_name":"/dev/sdj"}, 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq", "lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq", "pv_name":"/dev/sdi"} 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp"}, 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq"}, 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq"}, 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4"}, 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4"}, 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H"} 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: {"lv_uuid":"HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0", "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 17:02:34,388 INFO snapshot-role/MainThread: {"lv_uuid":"TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J", "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 17:02:34,388 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:02:34,388 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr", "lv_uuid":"TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J", "pv_name":"/dev/sdd"}, 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr", "lv_uuid":"HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0", "pv_name":"/dev/sdd"}, 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0"}, 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J"} 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: {"lv_uuid":"zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul", "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 17:02:34,389 INFO snapshot-role/MainThread: {"lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8", "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 17:02:34,389 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7", "lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8", "pv_name":"/dev/sdb"}, 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7", "lv_uuid":"zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul", "pv_name":"/dev/sdb"}, 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31", "lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8", "pv_name":"/dev/sda"}, 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,389 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,390 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:02:34,390 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8"}, 2024-03-01 17:02:34,390 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8"}, 2024-03-01 17:02:34,390 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul"} 2024-03-01 17:02:34,390 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,390 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,390 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,390 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,390 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:34,390 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,390 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,390 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 17:02:34,424 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:34,424 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,424 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:34,424 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,424 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:34,425 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 17:02:34,425 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,425 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,425 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,425 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,425 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:34,425 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,425 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,425 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:02:34,456 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:34,456 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,456 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:34,456 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,456 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:34,456 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 17:02:34,456 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 17:02:34,456 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 17:02:34,456 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 17:02:34,457 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,457 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,457 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,457 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,457 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:34,457 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,457 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,457 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 17:02:34,485 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:02:34,485 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,485 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:34,485 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,485 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:34,485 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,485 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,485 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,485 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,485 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:34,485 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,485 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,485 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 17:02:34,514 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:34,514 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,514 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:34,514 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,514 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:34,514 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 17:02:34,514 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,514 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,515 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,515 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,515 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:34,515 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,515 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,515 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:02:34,548 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:34,549 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,549 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:34,549 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,549 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:34,549 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 17:02:34,549 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 17:02:34,549 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 17:02:34,549 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 17:02:34,549 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,549 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,549 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,549 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,549 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:34,549 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,549 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,549 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 17:02:34,582 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:02:34,583 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,583 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:34,583 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,583 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:34,583 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,583 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,583 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,583 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,583 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:34,583 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,583 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,583 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 17:02:34,614 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:34,614 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,614 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:34,614 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,614 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:34,614 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 17:02:34,615 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,615 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,615 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,615 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,615 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:34,615 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,615 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,615 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:02:34,649 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:34,649 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,649 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:34,649 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,649 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:34,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 17:02:34,650 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 17:02:34,650 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 17:02:34,650 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 17:02:34,650 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,650 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,650 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,650 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,650 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:34,650 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,650 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,650 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:02:34,676 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:02:34,676 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,676 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:34,676 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,676 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:34,676 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,676 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,676 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,676 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,676 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:34,676 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,676 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,676 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 17:02:34,705 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:34,705 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,705 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:34,705 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,705 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:34,705 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:02:34,705 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,705 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,705 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,705 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,705 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:34,705 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,705 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,705 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:02:34,734 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:34,734 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,734 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:34,735 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,735 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:34,735 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 17:02:34,735 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 17:02:34,735 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 17:02:34,735 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 17:02:34,735 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,735 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,735 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,735 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,735 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:34,735 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,735 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,735 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 17:02:34,762 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:02:34,762 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,762 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:34,762 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,762 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:34,762 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,762 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,762 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,762 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,763 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:34,763 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,763 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,763 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 17:02:34,794 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:34,794 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,794 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:34,794 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,794 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:34,794 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 17:02:34,794 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,794 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,794 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,794 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,794 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:34,794 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,794 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,795 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:02:34,824 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:34,824 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,824 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:34,824 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,824 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:34,824 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 17:02:34,824 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 17:02:34,824 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,824 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,824 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,824 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,824 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:34,824 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,824 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,824 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:02:34,858 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:02:34,858 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,858 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:34,858 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,858 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:34,858 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,858 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,858 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,858 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,858 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:34,858 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,858 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,858 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 17:02:34,891 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:34,891 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,891 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:34,891 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,891 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:34,891 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 17:02:34,891 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,891 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,891 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,892 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,892 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:34,892 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,892 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,892 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:02:34,920 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:34,920 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,920 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:34,920 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,920 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:34,920 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 17:02:34,921 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 17:02:34,921 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,921 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,921 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,921 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,921 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:34,921 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,921 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,921 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:02:34,949 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:02:34,949 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,949 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:34,949 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,949 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:34,949 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,949 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,949 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,949 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,949 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:34,949 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,949 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,949 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:02:34,979 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:34,979 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,979 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:34,979 INFO snapshot-role/MainThread: { 2024-03-01 17:02:34,979 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:34,979 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 17:02:34,979 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,979 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,979 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,979 INFO snapshot-role/MainThread: , 2024-03-01 17:02:34,979 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:34,979 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:34,979 INFO snapshot-role/MainThread: } 2024-03-01 17:02:34,980 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:02:35,007 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:35,007 INFO snapshot-role/MainThread: { 2024-03-01 17:02:35,007 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:35,007 INFO snapshot-role/MainThread: { 2024-03-01 17:02:35,007 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:35,007 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 17:02:35,007 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 17:02:35,007 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:35,007 INFO snapshot-role/MainThread: } 2024-03-01 17:02:35,007 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:35,007 INFO snapshot-role/MainThread: , 2024-03-01 17:02:35,007 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:35,007 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:35,007 INFO snapshot-role/MainThread: } 2024-03-01 17:02:35,007 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:02:35,036 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:02:35,036 INFO snapshot-role/MainThread: { 2024-03-01 17:02:35,036 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:35,036 INFO snapshot-role/MainThread: { 2024-03-01 17:02:35,036 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:35,036 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:35,036 INFO snapshot-role/MainThread: } 2024-03-01 17:02:35,036 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:35,036 INFO snapshot-role/MainThread: , 2024-03-01 17:02:35,036 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:35,036 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:35,036 INFO snapshot-role/MainThread: } 2024-03-01 17:02:35,036 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 17:02:35,065 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:35,065 INFO snapshot-role/MainThread: { 2024-03-01 17:02:35,065 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:35,065 INFO snapshot-role/MainThread: { 2024-03-01 17:02:35,065 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:35,065 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 17:02:35,065 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:35,065 INFO snapshot-role/MainThread: } 2024-03-01 17:02:35,065 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:35,065 INFO snapshot-role/MainThread: , 2024-03-01 17:02:35,065 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:35,065 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:35,065 INFO snapshot-role/MainThread: } 2024-03-01 17:02:35,065 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:02:35,092 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:35,092 INFO snapshot-role/MainThread: { 2024-03-01 17:02:35,092 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:35,092 INFO snapshot-role/MainThread: { 2024-03-01 17:02:35,092 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:35,092 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 17:02:35,092 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 17:02:35,092 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:35,093 INFO snapshot-role/MainThread: } 2024-03-01 17:02:35,093 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:35,093 INFO snapshot-role/MainThread: , 2024-03-01 17:02:35,093 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:35,093 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:35,093 INFO snapshot-role/MainThread: } 2024-03-01 17:02:35,093 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 17:02:35,121 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:02:35,121 INFO snapshot-role/MainThread: { 2024-03-01 17:02:35,121 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:35,121 INFO snapshot-role/MainThread: { 2024-03-01 17:02:35,121 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:35,121 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:35,121 INFO snapshot-role/MainThread: } 2024-03-01 17:02:35,121 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:35,121 INFO snapshot-role/MainThread: , 2024-03-01 17:02:35,121 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:35,121 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:35,121 INFO snapshot-role/MainThread: } 2024-03-01 17:02:35,122 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:02:36,478 INFO snapshot-role/MainThread: revert_cmd: revert None None snapset1 0 None 2024-03-01 17:02:36,478 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 17:02:36,518 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: { 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: { 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: , 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: , 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: {"lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq", "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 17:02:36,519 INFO snapshot-role/MainThread: {"lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4", "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 17:02:36,519 INFO snapshot-role/MainThread: {"lv_uuid":"3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp", "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 17:02:36,519 INFO snapshot-role/MainThread: {"lv_uuid":"jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H", "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 17:02:36,519 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: , 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1", "lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4", "pv_name":"/dev/sdh"}, 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H", "pv_name":"/dev/sdg"}, 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp", "pv_name":"/dev/sdg"}, 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4", "pv_name":"/dev/sdg"}, 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9", "lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq", "pv_name":"/dev/sdj"}, 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:02:36,519 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq", "lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq", "pv_name":"/dev/sdi"} 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: , 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp"}, 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq"}, 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq"}, 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4"}, 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4"}, 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H"} 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: } 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: , 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: { 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: , 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: , 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: {"lv_uuid":"HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0", "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 17:02:36,520 INFO snapshot-role/MainThread: {"lv_uuid":"TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J", "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 17:02:36,520 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: , 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr", "lv_uuid":"TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J", "pv_name":"/dev/sdd"}, 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr", "lv_uuid":"HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0", "pv_name":"/dev/sdd"}, 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 17:02:36,520 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: , 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0"}, 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J"} 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: } 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: , 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: { 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: , 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: , 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: {"lv_uuid":"zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul", "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 17:02:36,521 INFO snapshot-role/MainThread: {"lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8", "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 17:02:36,521 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: , 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7", "lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8", "pv_name":"/dev/sdb"}, 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7", "lv_uuid":"zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul", "pv_name":"/dev/sdb"}, 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31", "lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8", "pv_name":"/dev/sda"}, 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: , 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8"}, 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8"}, 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul"} 2024-03-01 17:02:36,521 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,522 INFO snapshot-role/MainThread: } 2024-03-01 17:02:36,522 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,522 INFO snapshot-role/MainThread: , 2024-03-01 17:02:36,522 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:36,522 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,522 INFO snapshot-role/MainThread: } 2024-03-01 17:02:36,522 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 17:02:36,548 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:36,549 INFO snapshot-role/MainThread: { 2024-03-01 17:02:36,549 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:36,549 INFO snapshot-role/MainThread: { 2024-03-01 17:02:36,549 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:36,549 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 17:02:36,549 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,549 INFO snapshot-role/MainThread: } 2024-03-01 17:02:36,549 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,549 INFO snapshot-role/MainThread: , 2024-03-01 17:02:36,549 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:36,549 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,549 INFO snapshot-role/MainThread: } 2024-03-01 17:02:36,549 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 17:02:36,579 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:36,579 INFO snapshot-role/MainThread: { 2024-03-01 17:02:36,579 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:36,579 INFO snapshot-role/MainThread: { 2024-03-01 17:02:36,580 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:36,580 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 17:02:36,580 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,580 INFO snapshot-role/MainThread: } 2024-03-01 17:02:36,580 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,580 INFO snapshot-role/MainThread: , 2024-03-01 17:02:36,580 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:36,580 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,580 INFO snapshot-role/MainThread: } 2024-03-01 17:02:36,580 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 17:02:36,614 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:36,614 INFO snapshot-role/MainThread: { 2024-03-01 17:02:36,614 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:36,614 INFO snapshot-role/MainThread: { 2024-03-01 17:02:36,614 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:36,614 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 17:02:36,614 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,614 INFO snapshot-role/MainThread: } 2024-03-01 17:02:36,614 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,614 INFO snapshot-role/MainThread: , 2024-03-01 17:02:36,614 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:36,614 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,615 INFO snapshot-role/MainThread: } 2024-03-01 17:02:36,615 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 17:02:36,652 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:36,652 INFO snapshot-role/MainThread: { 2024-03-01 17:02:36,652 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:36,653 INFO snapshot-role/MainThread: { 2024-03-01 17:02:36,653 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:36,653 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 17:02:36,653 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,653 INFO snapshot-role/MainThread: } 2024-03-01 17:02:36,653 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,653 INFO snapshot-role/MainThread: , 2024-03-01 17:02:36,653 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:36,653 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,653 INFO snapshot-role/MainThread: } 2024-03-01 17:02:36,653 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 17:02:36,687 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:36,687 INFO snapshot-role/MainThread: { 2024-03-01 17:02:36,688 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:36,688 INFO snapshot-role/MainThread: { 2024-03-01 17:02:36,688 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:36,688 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:02:36,688 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,688 INFO snapshot-role/MainThread: } 2024-03-01 17:02:36,688 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,688 INFO snapshot-role/MainThread: , 2024-03-01 17:02:36,688 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:36,688 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,688 INFO snapshot-role/MainThread: } 2024-03-01 17:02:36,688 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 17:02:36,717 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:36,717 INFO snapshot-role/MainThread: { 2024-03-01 17:02:36,717 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:36,717 INFO snapshot-role/MainThread: { 2024-03-01 17:02:36,717 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:36,718 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 17:02:36,718 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,718 INFO snapshot-role/MainThread: } 2024-03-01 17:02:36,718 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,718 INFO snapshot-role/MainThread: , 2024-03-01 17:02:36,718 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:36,718 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,718 INFO snapshot-role/MainThread: } 2024-03-01 17:02:36,718 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:02:36,753 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:36,753 INFO snapshot-role/MainThread: { 2024-03-01 17:02:36,753 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:36,753 INFO snapshot-role/MainThread: { 2024-03-01 17:02:36,753 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:36,753 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 17:02:36,753 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,753 INFO snapshot-role/MainThread: } 2024-03-01 17:02:36,753 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,753 INFO snapshot-role/MainThread: , 2024-03-01 17:02:36,754 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:36,754 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,754 INFO snapshot-role/MainThread: } 2024-03-01 17:02:36,754 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 17:02:36,781 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:02:36,781 INFO snapshot-role/MainThread: { 2024-03-01 17:02:36,781 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:02:36,781 INFO snapshot-role/MainThread: { 2024-03-01 17:02:36,781 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:02:36,781 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 17:02:36,781 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,781 INFO snapshot-role/MainThread: } 2024-03-01 17:02:36,781 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,781 INFO snapshot-role/MainThread: , 2024-03-01 17:02:36,781 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:02:36,782 INFO snapshot-role/MainThread: ] 2024-03-01 17:02:36,782 INFO snapshot-role/MainThread: } 2024-03-01 17:02:36,782 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 33546 at Fri Mar 1 17:02:52 2024 PRODUCT_UUID=ec2c1dc5-1dbf-4655-bc4e-6703cde11f6f VERSION=1.1.106 ++ 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" + dmsetup table No devices found + cat /tmp/blivet.log 2024-03-01 16:56:19,593 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_j03_zpaj/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:56:22,712 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_zt7qm_d9/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:56:26,862 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_3_hv176t/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:56:27,009 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:27,010 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:56:27,269 INFO program/MainThread: stdout[2]: 2024-03-01 16:56:27,270 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 16:56:27,270 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:56:27,270 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:56:27,275 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:27,275 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:56:27,278 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:27,279 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:56:27,281 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:27,282 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:56:27,284 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:27,285 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:56:27,292 INFO program/MainThread: stdout: 2024-03-01 16:56:27,292 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:56:27,292 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:56:27,292 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:56:27,292 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:56:27,292 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:56:27,292 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:56:27,292 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:56:27,292 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:56:27,292 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:56:27,292 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:56:27,293 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:56:27,293 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:56:27,293 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:56:27,293 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:56:27,293 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:56:27,293 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:27,293 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 16:56:27,293 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:27,293 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:27,293 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:56:27,294 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:27,294 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:56:27,294 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:56:27,294 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:27,303 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:27,315 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 16:56:27,320 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/scsi-360014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/wwn-0x60014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_7cf51c23-445f-40df-a6c2-5f80572c63a5', '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': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'ID_SERIAL': '360014057cf51c23445f40dfa6c25f805', 'ID_SERIAL_SHORT': '60014057cf51c23445f40dfa6c25f805', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cf51c234', 'ID_WWN_VENDOR_EXTENSION': '0x45f40dfa6c25f805', 'ID_WWN_WITH_EXTENSION': '0x60014057cf51c23445f40dfa6c25f805', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cf51c23445f40dfa6c25f805', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714898134'} ; 2024-03-01 16:56:27,320 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 16:56:27,320 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 16:56:27,351 INFO program/MainThread: stdout[3]: 2024-03-01 16:56:27,352 INFO program/MainThread: stderr[3]: 2024-03-01 16:56:27,352 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:56:27,356 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,363 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:56:27,365 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 16:56:27,369 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:56:27,370 INFO blivet/MainThread: sda is a disk 2024-03-01 16:56:27,370 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:56:27,370 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:56:27,373 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:56:27,377 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:56:27,377 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 16:56:27,380 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 16:56:27,380 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:56:27,382 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:56:27,382 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ed711be50) -- 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 = 60014057cf51c23445f40dfa6c25f805 2024-03-01 16:56:27,385 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:56:27,385 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:56:27,389 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/wwn-0x6001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/scsi-36001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-diskseq/3', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'ID_SERIAL': '36001405bfdaa9bea299423f892a1b88d', 'ID_SERIAL_SHORT': '6001405bfdaa9bea299423f892a1b88d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bfdaa9bea', 'ID_WWN_VENDOR_EXTENSION': '0x299423f892a1b88d', 'ID_WWN_WITH_EXTENSION': '0x6001405bfdaa9bea299423f892a1b88d', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bfdaa9bea299423f892a1b88d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714880349'} ; 2024-03-01 16:56:27,389 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 16:56:27,392 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,400 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:56:27,400 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:56:27,400 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:56:27,400 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:56:27,403 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:56:27,406 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:56:27,406 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 16:56:27,409 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 16:56:27,410 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:56:27,410 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:56:27,410 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ed7057f40) -- 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 = 6001405bfdaa9bea299423f892a1b88d 2024-03-01 16:56:27,413 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:56:27,413 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:56:27,416 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/scsi-360014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c ' '/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': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'ID_SERIAL': '360014051372a44c1af14aec911a838a7', 'ID_SERIAL_SHORT': '60014051372a44c1af14aec911a838a7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051372a44c1', 'ID_WWN_VENDOR_EXTENSION': '0xaf14aec911a838a7', 'ID_WWN_WITH_EXTENSION': '0x60014051372a44c1af14aec911a838a7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051372a44c1af14aec911a838a7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715410443'} ; 2024-03-01 16:56:27,416 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 16:56:27,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,427 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:56:27,428 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:56:27,428 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:56:27,428 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:56:27,431 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:56:27,434 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:56:27,434 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 16:56:27,437 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 16:56:27,437 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:56:27,438 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:56:27,438 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ed7057f70) -- 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 = 60014051372a44c1af14aec911a838a7 2024-03-01 16:56:27,441 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:56:27,441 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:56:27,444 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/wwn-0x6001405fb729fc8fd9847308990b0f84', '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': 'fb729fc8-fd98-4730-8990-b0f849513593', 'ID_SERIAL': '36001405fb729fc8fd9847308990b0f84', 'ID_SERIAL_SHORT': '6001405fb729fc8fd9847308990b0f84', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb729fc8f', 'ID_WWN_VENDOR_EXTENSION': '0xd9847308990b0f84', 'ID_WWN_WITH_EXTENSION': '0x6001405fb729fc8fd9847308990b0f84', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb729fc8fd9847308990b0f84', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715443786'} ; 2024-03-01 16:56:27,444 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 16:56:27,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,454 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:56:27,455 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:56:27,455 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:56:27,455 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:56:27,458 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:56:27,461 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:56:27,461 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 16:56:27,464 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 16:56:27,464 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:56:27,464 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:56:27,464 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ed603bfa0) -- 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 = 6001405fb729fc8fd9847308990b0f84 2024-03-01 16:56:27,467 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:56:27,468 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:56:27,470 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/wwn-0x6001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/scsi-36001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', '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': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'ID_SERIAL': '36001405f45dc9d5eb5d4232af322bc7b', 'ID_SERIAL_SHORT': '6001405f45dc9d5eb5d4232af322bc7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f45dc9d5e', 'ID_WWN_VENDOR_EXTENSION': '0xb5d4232af322bc7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f45dc9d5eb5d4232af322bc7b', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f45dc9d5eb5d4232af322bc7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714961596'} ; 2024-03-01 16:56:27,471 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 16:56:27,473 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,476 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,481 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:56:27,482 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:56:27,482 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:56:27,482 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:56:27,484 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:56:27,487 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:56:27,488 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 16:56:27,490 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 16:56:27,491 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:56:27,491 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:56:27,491 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ed7057eb0) -- 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 = 6001405f45dc9d5eb5d4232af322bc7b 2024-03-01 16:56:27,494 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:56:27,494 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:56:27,497 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/scsi-36001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/wwn-0x6001405bdf1754409e440edb3fee6cb5', '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': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'ID_SERIAL': '36001405bdf1754409e440edb3fee6cb5', 'ID_SERIAL_SHORT': '6001405bdf1754409e440edb3fee6cb5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bdf175440', 'ID_WWN_VENDOR_EXTENSION': '0x9e440edb3fee6cb5', 'ID_WWN_WITH_EXTENSION': '0x6001405bdf1754409e440edb3fee6cb5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bdf1754409e440edb3fee6cb5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715001239'} ; 2024-03-01 16:56:27,497 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 16:56:27,500 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,508 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:56:27,508 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:56:27,509 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:56:27,509 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:56:27,511 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:56:27,514 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:56:27,514 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 16:56:27,517 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 16:56:27,518 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:56:27,518 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:56:27,518 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ed74e9460) -- 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 = 6001405bdf1754409e440edb3fee6cb5 2024-03-01 16:56:27,521 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:56:27,521 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:56:27,524 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/scsi-36001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/wwn-0x6001405612312a0b2d549c993d22f60a ' '/dev/disk/by-diskseq/6', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'ID_SERIAL': '36001405612312a0b2d549c993d22f60a', 'ID_SERIAL_SHORT': '6001405612312a0b2d549c993d22f60a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405612312a0b', 'ID_WWN_VENDOR_EXTENSION': '0x2d549c993d22f60a', 'ID_WWN_WITH_EXTENSION': '0x6001405612312a0b2d549c993d22f60a', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405612312a0b2d549c993d22f60a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715062067'} ; 2024-03-01 16:56:27,524 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 16:56:27,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,534 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:56:27,535 INFO blivet/MainThread: sde is a disk 2024-03-01 16:56:27,535 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:56:27,535 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:56:27,538 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:56:27,541 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:56:27,541 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 16:56:27,544 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 16:56:27,544 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:56:27,545 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:56:27,545 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ed5fc4610) -- 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 = 6001405612312a0b2d549c993d22f60a 2024-03-01 16:56:27,548 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:56:27,548 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:56:27,551 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/wwn-0x600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-3600140514e1c5412f2a4e3da52cb21dd ' '/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': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'ID_SERIAL': '3600140514e1c5412f2a4e3da52cb21dd', 'ID_SERIAL_SHORT': '600140514e1c5412f2a4e3da52cb21dd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140514e1c5412', 'ID_WWN_VENDOR_EXTENSION': '0xf2a4e3da52cb21dd', 'ID_WWN_WITH_EXTENSION': '0x600140514e1c5412f2a4e3da52cb21dd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140514e1c5412f2a4e3da52cb21dd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715143859'} ; 2024-03-01 16:56:27,551 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 16:56:27,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,556 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,561 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:56:27,562 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:56:27,562 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:56:27,562 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:56:27,565 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:56:27,568 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:56:27,568 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 16:56:27,571 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 16:56:27,571 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:56:27,571 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:56:27,571 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ed603b790) -- 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 = 600140514e1c5412f2a4e3da52cb21dd 2024-03-01 16:56:27,574 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:56:27,574 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:56:27,577 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/wwn-0x6001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-36001405a1a87cda68094b1e883b4f5fe', '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': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'ID_SERIAL': '36001405a1a87cda68094b1e883b4f5fe', 'ID_SERIAL_SHORT': '6001405a1a87cda68094b1e883b4f5fe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a1a87cda6', 'ID_WWN_VENDOR_EXTENSION': '0x8094b1e883b4f5fe', 'ID_WWN_WITH_EXTENSION': '0x6001405a1a87cda68094b1e883b4f5fe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a1a87cda68094b1e883b4f5fe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715163740'} ; 2024-03-01 16:56:27,578 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 16:56:27,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,588 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:56:27,588 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:56:27,588 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:56:27,589 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:56:27,591 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:56:27,594 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:56:27,594 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 16:56:27,597 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 16:56:27,598 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:56:27,598 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:56:27,598 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ed5fd0b80) -- 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 = 6001405a1a87cda68094b1e883b4f5fe 2024-03-01 16:56:27,601 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:56:27,601 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:56:27,604 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/scsi-36001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/wwn-0x6001405f053e2f031db4d2bb88ab5846', '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': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'ID_SERIAL': '36001405f053e2f031db4d2bb88ab5846', 'ID_SERIAL_SHORT': '6001405f053e2f031db4d2bb88ab5846', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f053e2f03', 'ID_WWN_VENDOR_EXTENSION': '0x1db4d2bb88ab5846', 'ID_WWN_WITH_EXTENSION': '0x6001405f053e2f031db4d2bb88ab5846', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f053e2f031db4d2bb88ab5846', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715228881'} ; 2024-03-01 16:56:27,604 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 16:56:27,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,614 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:56:27,615 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:56:27,615 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:56:27,615 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:56:27,618 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:56:27,621 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:56:27,621 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 16:56:27,624 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 16:56:27,624 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:56:27,624 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:56:27,625 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ed5fd0f10) -- 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 = 6001405f053e2f031db4d2bb88ab5846 2024-03-01 16:56:27,627 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:56:27,628 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:56:27,630 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/scsi-36001405c930cf566dc64509be8137452 ' '/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': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'ID_SERIAL': '36001405c930cf566dc64509be8137452', 'ID_SERIAL_SHORT': '6001405c930cf566dc64509be8137452', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c930cf566', 'ID_WWN_VENDOR_EXTENSION': '0xdc64509be8137452', 'ID_WWN_WITH_EXTENSION': '0x6001405c930cf566dc64509be8137452', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c930cf566dc64509be8137452', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715277294'} ; 2024-03-01 16:56:27,631 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 16:56:27,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,636 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,641 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:56:27,642 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:56:27,642 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:56:27,642 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:56:27,645 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:56:27,647 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:56:27,648 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 16:56:27,650 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 16:56:27,651 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:56:27,651 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:56:27,651 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ed5fd5b50) -- 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 = 6001405c930cf566dc64509be8137452 2024-03-01 16:56:27,654 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:56:27,654 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:56:27,657 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-360014051528b2f7fa1b4b0ea44f2b71d', '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': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'ID_SERIAL': '360014051528b2f7fa1b4b0ea44f2b71d', 'ID_SERIAL_SHORT': '60014051528b2f7fa1b4b0ea44f2b71d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051528b2f7f', 'ID_WWN_VENDOR_EXTENSION': '0xa1b4b0ea44f2b71d', 'ID_WWN_WITH_EXTENSION': '0x60014051528b2f7fa1b4b0ea44f2b71d', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051528b2f7fa1b4b0ea44f2b71d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715335966'} ; 2024-03-01 16:56:27,657 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 16:56:27,660 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,663 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,668 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:56:27,668 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:56:27,668 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:56:27,668 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:56:27,671 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:56:27,674 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:56:27,674 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 16:56:27,677 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 16:56:27,677 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:56:27,678 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:56:27,678 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ed5fc6100) -- 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 = 60014051528b2f7fa1b4b0ea44f2b71d 2024-03-01 16:56:27,681 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:56:27,681 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:56:27,683 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': '12232267'} ; 2024-03-01 16:56:27,683 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:56:27,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,693 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:56:27,693 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:56:27,693 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:56:27,693 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:56:27,693 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:56:27,693 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:56:27,696 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:56:27,699 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:56:27,699 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:56:27,702 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:56:27,702 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:56:27,703 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:56:27,703 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ed5fc4ac0) -- 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 16:56:27,706 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:56:27,709 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:27,709 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:56:27,712 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:27,712 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:56:27,715 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:27,715 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:56:27,718 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:27,718 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:56:27,721 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:56:27,724 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:27,727 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:56:27,733 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 0x7f0ed80effc0> 2024-03-01 16:56:27,780 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:56:27,784 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:56:27,784 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:56:27,788 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': '12234224'} ; 2024-03-01 16:56:27,788 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:56:27,788 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:56:27,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,796 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:56:27,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,802 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:27,813 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:27,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 16:56:27,832 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:56:27,836 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:56:27,836 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:56:27,839 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:56:27,842 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:56:27,842 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:56:27,845 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:56:27,845 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:56:27,845 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:56:27,848 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:56:27,851 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:56:27,854 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:56:27,856 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:56:27,859 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:56:27,860 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:56:27,860 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:56:27,860 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:56:27,860 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f0ed5fe4700) -- 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 0x7f0ed5ff2360> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:56:27,863 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:56:27,866 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:27,867 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:56:27,869 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:27,870 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:56:27,873 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:27,873 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:56:27,876 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:27,876 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:56:27,877 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:56:27,877 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:56:27,880 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:27,881 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:56:27,884 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:56:27,884 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:56:27,884 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:27,896 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:27,909 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:56:27,910 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:56:27,913 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 16:56:27,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,918 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 16:56:27,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:27,921 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:56:27,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:27,931 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:56:27,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,938 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 16:56:27,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:27,941 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:56:27,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:56:27,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:27,951 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:56:27,953 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 16:56:27,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,958 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 16:56:27,961 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:27,961 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 16:56:27,963 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 16:56:27,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:27,968 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 16:56:27,971 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:27,971 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:56:27,971 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 16:56:30,929 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ju5y10hq/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:56:30,963 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:30,963 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:56:30,966 INFO program/MainThread: stdout[2]: 2024-03-01 16:56:30,966 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 16:56:30,966 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:56:30,966 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:56:30,970 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:30,971 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:56:30,974 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:30,974 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:56:30,977 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:30,977 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:56:30,980 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:30,980 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:56:30,987 INFO program/MainThread: stdout: 2024-03-01 16:56:30,987 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:56:30,987 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:56:30,987 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:56:30,987 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:56:30,988 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:56:30,988 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:56:30,988 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:56:30,988 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:56:30,988 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:56:30,988 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:56:30,988 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:56:30,988 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:56:30,988 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:56:30,988 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:56:30,988 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:56:30,988 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:30,988 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 16:56:30,988 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:30,988 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:30,989 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:56:30,989 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:30,989 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:56:30,989 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:56:30,989 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:31,001 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:31,013 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 16:56:31,018 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/wwn-0x60014057cf51c23445f40dfa6c25f805', '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': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'ID_SERIAL': '360014057cf51c23445f40dfa6c25f805', 'ID_SERIAL_SHORT': '60014057cf51c23445f40dfa6c25f805', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cf51c234', 'ID_WWN_VENDOR_EXTENSION': '0x45f40dfa6c25f805', 'ID_WWN_WITH_EXTENSION': '0x60014057cf51c23445f40dfa6c25f805', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cf51c23445f40dfa6c25f805', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714898134'} ; 2024-03-01 16:56:31,018 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 16:56:31,018 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 16:56:31,052 INFO program/MainThread: stdout[3]: 2024-03-01 16:56:31,053 INFO program/MainThread: stderr[3]: 2024-03-01 16:56:31,053 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:56:31,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,064 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:56:31,065 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 16:56:31,070 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:56:31,070 INFO blivet/MainThread: sda is a disk 2024-03-01 16:56:31,070 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:56:31,071 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:56:31,074 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:56:31,077 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:56:31,077 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 16:56:31,080 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 16:56:31,080 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:56:31,081 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:56:31,081 INFO blivet/MainThread: got device: DiskDevice instance (0x7f91a9d1ae50) -- 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 = 60014057cf51c23445f40dfa6c25f805 2024-03-01 16:56:31,084 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:56:31,084 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:56:31,087 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/wwn-0x6001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/scsi-36001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-diskseq/3', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'ID_SERIAL': '36001405bfdaa9bea299423f892a1b88d', 'ID_SERIAL_SHORT': '6001405bfdaa9bea299423f892a1b88d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bfdaa9bea', 'ID_WWN_VENDOR_EXTENSION': '0x299423f892a1b88d', 'ID_WWN_WITH_EXTENSION': '0x6001405bfdaa9bea299423f892a1b88d', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bfdaa9bea299423f892a1b88d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714880349'} ; 2024-03-01 16:56:31,087 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 16:56:31,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,098 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:56:31,099 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:56:31,099 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:56:31,099 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:56:31,102 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:56:31,104 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:56:31,105 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 16:56:31,108 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 16:56:31,108 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:56:31,108 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:56:31,108 INFO blivet/MainThread: got device: DiskDevice instance (0x7f91a9c57f40) -- 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 = 6001405bfdaa9bea299423f892a1b88d 2024-03-01 16:56:31,111 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:56:31,112 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:56:31,115 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/scsi-360014051372a44c1af14aec911a838a7 ' '/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': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'ID_SERIAL': '360014051372a44c1af14aec911a838a7', 'ID_SERIAL_SHORT': '60014051372a44c1af14aec911a838a7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051372a44c1', 'ID_WWN_VENDOR_EXTENSION': '0xaf14aec911a838a7', 'ID_WWN_WITH_EXTENSION': '0x60014051372a44c1af14aec911a838a7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051372a44c1af14aec911a838a7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715410443'} ; 2024-03-01 16:56:31,115 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 16:56:31,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,125 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:56:31,126 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:56:31,126 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:56:31,126 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:56:31,129 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:56:31,131 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:56:31,132 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 16:56:31,134 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 16:56:31,135 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:56:31,135 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:56:31,135 INFO blivet/MainThread: got device: DiskDevice instance (0x7f91a9c57f70) -- 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 = 60014051372a44c1af14aec911a838a7 2024-03-01 16:56:31,138 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:56:31,138 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:56:31,141 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/scsi-36001405fb729fc8fd9847308990b0f84', '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': 'fb729fc8-fd98-4730-8990-b0f849513593', 'ID_SERIAL': '36001405fb729fc8fd9847308990b0f84', 'ID_SERIAL_SHORT': '6001405fb729fc8fd9847308990b0f84', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb729fc8f', 'ID_WWN_VENDOR_EXTENSION': '0xd9847308990b0f84', 'ID_WWN_WITH_EXTENSION': '0x6001405fb729fc8fd9847308990b0f84', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb729fc8fd9847308990b0f84', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715443786'} ; 2024-03-01 16:56:31,141 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 16:56:31,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,151 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:56:31,152 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:56:31,152 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:56:31,152 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:56:31,155 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:56:31,158 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:56:31,158 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 16:56:31,161 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 16:56:31,161 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:56:31,161 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:56:31,161 INFO blivet/MainThread: got device: DiskDevice instance (0x7f91a8c3bfa0) -- 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 = 6001405fb729fc8fd9847308990b0f84 2024-03-01 16:56:31,164 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:56:31,164 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:56:31,167 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/scsi-36001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/wwn-0x6001405f45dc9d5eb5d4232af322bc7b ' '/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': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'ID_SERIAL': '36001405f45dc9d5eb5d4232af322bc7b', 'ID_SERIAL_SHORT': '6001405f45dc9d5eb5d4232af322bc7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f45dc9d5e', 'ID_WWN_VENDOR_EXTENSION': '0xb5d4232af322bc7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f45dc9d5eb5d4232af322bc7b', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f45dc9d5eb5d4232af322bc7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714961596'} ; 2024-03-01 16:56:31,167 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 16:56:31,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,177 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:56:31,178 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:56:31,178 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:56:31,178 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:56:31,181 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:56:31,184 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:56:31,184 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 16:56:31,187 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 16:56:31,187 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:56:31,187 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:56:31,187 INFO blivet/MainThread: got device: DiskDevice instance (0x7f91a9c57eb0) -- 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 = 6001405f45dc9d5eb5d4232af322bc7b 2024-03-01 16:56:31,190 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:56:31,190 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:56:31,193 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/scsi-36001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/wwn-0x6001405bdf1754409e440edb3fee6cb5', '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': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'ID_SERIAL': '36001405bdf1754409e440edb3fee6cb5', 'ID_SERIAL_SHORT': '6001405bdf1754409e440edb3fee6cb5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bdf175440', 'ID_WWN_VENDOR_EXTENSION': '0x9e440edb3fee6cb5', 'ID_WWN_WITH_EXTENSION': '0x6001405bdf1754409e440edb3fee6cb5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bdf1754409e440edb3fee6cb5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715001239'} ; 2024-03-01 16:56:31,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 16:56:31,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,204 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:56:31,204 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:56:31,204 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:56:31,204 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:56:31,207 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:56:31,210 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:56:31,210 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 16:56:31,213 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 16:56:31,213 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:56:31,213 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:56:31,213 INFO blivet/MainThread: got device: DiskDevice instance (0x7f91aa0ef460) -- 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 = 6001405bdf1754409e440edb3fee6cb5 2024-03-01 16:56:31,216 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:56:31,216 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:56:31,219 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/scsi-36001405612312a0b2d549c993d22f60a ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/wwn-0x6001405612312a0b2d549c993d22f60a', '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': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'ID_SERIAL': '36001405612312a0b2d549c993d22f60a', 'ID_SERIAL_SHORT': '6001405612312a0b2d549c993d22f60a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405612312a0b', 'ID_WWN_VENDOR_EXTENSION': '0x2d549c993d22f60a', 'ID_WWN_WITH_EXTENSION': '0x6001405612312a0b2d549c993d22f60a', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405612312a0b2d549c993d22f60a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715062067'} ; 2024-03-01 16:56:31,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 16:56:31,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,229 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:56:31,230 INFO blivet/MainThread: sde is a disk 2024-03-01 16:56:31,230 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:56:31,230 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:56:31,233 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:56:31,235 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:56:31,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 16:56:31,238 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 16:56:31,239 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:56:31,239 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:56:31,239 INFO blivet/MainThread: got device: DiskDevice instance (0x7f91a8bc8610) -- 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 = 6001405612312a0b2d549c993d22f60a 2024-03-01 16:56:31,242 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:56:31,242 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:56:31,245 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-3600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', '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': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'ID_SERIAL': '3600140514e1c5412f2a4e3da52cb21dd', 'ID_SERIAL_SHORT': '600140514e1c5412f2a4e3da52cb21dd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140514e1c5412', 'ID_WWN_VENDOR_EXTENSION': '0xf2a4e3da52cb21dd', 'ID_WWN_WITH_EXTENSION': '0x600140514e1c5412f2a4e3da52cb21dd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140514e1c5412f2a4e3da52cb21dd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715143859'} ; 2024-03-01 16:56:31,245 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 16:56:31,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,255 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:56:31,256 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:56:31,256 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:56:31,256 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:56:31,259 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:56:31,261 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:56:31,261 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 16:56:31,264 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 16:56:31,264 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:56:31,265 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:56:31,265 INFO blivet/MainThread: got device: DiskDevice instance (0x7f91a8c3b790) -- 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 = 600140514e1c5412f2a4e3da52cb21dd 2024-03-01 16:56:31,268 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:56:31,268 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:56:31,271 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-36001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_a1a87cda-6809-4b1e-883b-4f5fe8349887', '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': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'ID_SERIAL': '36001405a1a87cda68094b1e883b4f5fe', 'ID_SERIAL_SHORT': '6001405a1a87cda68094b1e883b4f5fe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a1a87cda6', 'ID_WWN_VENDOR_EXTENSION': '0x8094b1e883b4f5fe', 'ID_WWN_WITH_EXTENSION': '0x6001405a1a87cda68094b1e883b4f5fe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a1a87cda68094b1e883b4f5fe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715163740'} ; 2024-03-01 16:56:31,271 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 16:56:31,274 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,281 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:56:31,282 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:56:31,282 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:56:31,282 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:56:31,284 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:56:31,287 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:56:31,287 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 16:56:31,290 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 16:56:31,291 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:56:31,291 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:56:31,291 INFO blivet/MainThread: got device: DiskDevice instance (0x7f91a8bd0b80) -- 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 = 6001405a1a87cda68094b1e883b4f5fe 2024-03-01 16:56:31,294 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:56:31,294 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:56:31,297 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/wwn-0x6001405f053e2f031db4d2bb88ab5846 ' '/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': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'ID_SERIAL': '36001405f053e2f031db4d2bb88ab5846', 'ID_SERIAL_SHORT': '6001405f053e2f031db4d2bb88ab5846', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f053e2f03', 'ID_WWN_VENDOR_EXTENSION': '0x1db4d2bb88ab5846', 'ID_WWN_WITH_EXTENSION': '0x6001405f053e2f031db4d2bb88ab5846', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f053e2f031db4d2bb88ab5846', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715228881'} ; 2024-03-01 16:56:31,297 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 16:56:31,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,307 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:56:31,307 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:56:31,308 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:56:31,308 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:56:31,310 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:56:31,313 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:56:31,313 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 16:56:31,316 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 16:56:31,316 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:56:31,317 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:56:31,317 INFO blivet/MainThread: got device: DiskDevice instance (0x7f91a8bd0f10) -- 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 = 6001405f053e2f031db4d2bb88ab5846 2024-03-01 16:56:31,319 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:56:31,320 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:56:31,322 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c930cf566dc64509be8137452 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/scsi-36001405c930cf566dc64509be8137452', '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': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'ID_SERIAL': '36001405c930cf566dc64509be8137452', 'ID_SERIAL_SHORT': '6001405c930cf566dc64509be8137452', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c930cf566', 'ID_WWN_VENDOR_EXTENSION': '0xdc64509be8137452', 'ID_WWN_WITH_EXTENSION': '0x6001405c930cf566dc64509be8137452', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c930cf566dc64509be8137452', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715277294'} ; 2024-03-01 16:56:31,323 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 16:56:31,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,333 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:56:31,333 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:56:31,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:56:31,334 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:56:31,337 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:56:31,339 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:56:31,339 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 16:56:31,342 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 16:56:31,343 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:56:31,343 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:56:31,343 INFO blivet/MainThread: got device: DiskDevice instance (0x7f91a8bd5b50) -- 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 = 6001405c930cf566dc64509be8137452 2024-03-01 16:56:31,346 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:56:31,346 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:56:31,349 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/scsi-360014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/wwn-0x60014051528b2f7fa1b4b0ea44f2b71d', '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': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'ID_SERIAL': '360014051528b2f7fa1b4b0ea44f2b71d', 'ID_SERIAL_SHORT': '60014051528b2f7fa1b4b0ea44f2b71d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051528b2f7f', 'ID_WWN_VENDOR_EXTENSION': '0xa1b4b0ea44f2b71d', 'ID_WWN_WITH_EXTENSION': '0x60014051528b2f7fa1b4b0ea44f2b71d', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051528b2f7fa1b4b0ea44f2b71d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715335966'} ; 2024-03-01 16:56:31,349 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 16:56:31,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,359 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:56:31,359 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:56:31,360 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:56:31,360 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:56:31,362 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:56:31,365 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:56:31,365 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 16:56:31,368 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 16:56:31,368 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:56:31,369 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:56:31,369 INFO blivet/MainThread: got device: DiskDevice instance (0x7f91a8bc5100) -- 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 = 60014051528b2f7fa1b4b0ea44f2b71d 2024-03-01 16:56:31,371 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:56:31,372 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:56:31,374 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': '12232267'} ; 2024-03-01 16:56:31,375 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:56:31,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,384 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:56:31,384 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:56:31,384 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:56:31,384 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:56:31,384 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:56:31,384 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:56:31,387 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:56:31,390 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:56:31,390 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:56:31,392 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:56:31,393 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:56:31,393 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:56:31,393 INFO blivet/MainThread: got device: DiskDevice instance (0x7f91a8bc8ac0) -- 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 16:56:31,396 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:56:31,399 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:31,399 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:56:31,402 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:31,402 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:56:31,405 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:31,405 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:56:31,408 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:31,408 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:56:31,411 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:56:31,414 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:31,417 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:56:31,423 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 0x7f91a8be50c0> 2024-03-01 16:56:31,464 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:56:31,467 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:56:31,467 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:56:31,471 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': '12234224'} ; 2024-03-01 16:56:31,471 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:56:31,471 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:56:31,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,476 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,479 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:56:31,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,484 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,484 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:31,496 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:31,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 16:56:31,515 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:56:31,519 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:56:31,519 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:56:31,522 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:56:31,524 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:56:31,525 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:56:31,527 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:56:31,528 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:56:31,528 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:56:31,530 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:56:31,533 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:56:31,536 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:56:31,539 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:56:31,541 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:56:31,542 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:56:31,542 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:56:31,542 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:56:31,542 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f91a8be4700) -- 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 0x7f91a8bf3310> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:56:31,546 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:56:31,548 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:31,549 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:56:31,551 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:31,552 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:56:31,555 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:31,555 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:56:31,558 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:31,558 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:56:31,559 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:56:31,559 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:56:31,562 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:31,562 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:56:31,565 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:56:31,565 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:56:31,565 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:31,577 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:31,590 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:56:31,591 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:56:31,594 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 16:56:31,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,599 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 16:56:31,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:31,601 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:56:31,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:31,611 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:56:31,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,618 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 16:56:31,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:31,621 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:56:31,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:31,631 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:56:31,633 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 16:56:31,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,638 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 16:56:31,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:31,640 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 16:56:31,643 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 16:56:31,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,647 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 16:56:31,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:31,650 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:56:31,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,657 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,660 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:31,660 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 16:56:31,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 16:56:31,665 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:56:31,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 16:56:31,670 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:56:31,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 16:56:31,675 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:56:31,677 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:56:31,677 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 16:56:31,678 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:56:31,681 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:56:31,681 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:56:31,683 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:56:31,684 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:56:31,686 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:56:31,686 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 16:56:31,686 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 16:56:31,689 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:56:31,689 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:56:31,692 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:56:31,692 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:56:31,694 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:56:31,694 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 16:56:31,694 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 16:56:31,697 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:56:31,697 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:56:31,700 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:56:31,700 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:56:31,701 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:56:31,704 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:56:31,708 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:56:31,711 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:56:31,714 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:56:31,717 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:56:31,720 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:56:31,720 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:56:31,723 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:56:31,724 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 16:56:31,724 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:56:31,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:31,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:31,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:31,735 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 16:56:31,735 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:56:31,736 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:56:31,736 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -99.73890339425589 2024-03-01 16:56:31,736 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:56:31,737 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:56:31,739 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:31,739 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 16:56:31,742 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:31,742 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 16:56:31,745 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:56:31,748 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:56:31,749 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 16:56:31,752 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:56:31,754 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:56:31,757 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:56:31,760 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 16:56:31,761 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:56:31,761 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:56:31,761 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 16:56:31,761 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 16:56:31,959 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 16:56:31,960 INFO program/MainThread: stderr[4]: 2024-03-01 16:56:31,960 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:56:31,960 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 16:56:31,960 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:56:31,961 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 16:56:31,965 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 16:56:31,965 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:56:31,966 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:56:31,966 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:56:31,966 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:56:31,966 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:56:31,966 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:56:31,966 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:56:31,966 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:56:31,966 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:56:31,966 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:56:31,966 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:56:31,967 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:56:31,969 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:56:31,972 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:56:31,974 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:56:31,975 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:56:31,977 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:56:31,977 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 0x7f91a8b38db0> 2024-03-01 16:56:31,977 INFO blivet/MainThread: sorting actions... 2024-03-01 16:56:31,978 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:56:31,979 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:56:31,979 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:56:31,979 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:56:31,979 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:56:31,979 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:56:31,979 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:56:31,979 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:56:31,980 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:56:31,980 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:56:31,982 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:31,985 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 16:56:31,985 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 16:56:31,992 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:31,992 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,018 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,018 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,030 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,031 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:56:32,034 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:32,037 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 16:56:32,037 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 16:56:32,041 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,042 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,067 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,067 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,079 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,080 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:56:32,083 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:32,086 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 16:56:32,086 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 16:56:32,090 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,091 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,116 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,116 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,129 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,130 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:56:32,133 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:32,136 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:56:32,138 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:56:32,138 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:56:32,139 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:32,139 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:56:32,173 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. Creating devices file /etc/lvm/devices/system.devices 2024-03-01 16:56:32,174 INFO program/MainThread: stderr[5]: 2024-03-01 16:56:32,174 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:56:32,174 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 16:56:32,186 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 16:56:32,186 INFO program/MainThread: stderr[6]: 2024-03-01 16:56:32,186 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:56:32,186 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdc ... 2024-03-01 16:56:32,217 INFO program/MainThread: stdout[7]: 2024-03-01 16:56:32,217 INFO program/MainThread: stderr[7]: 2024-03-01 16:56:32,217 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:56:32,218 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 16:56:32,218 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,230 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,234 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:56:32,234 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 16:56:32,235 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 16:56:32,244 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,244 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,266 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,267 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:56:32,270 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:32,273 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:56:32,275 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:56:32,275 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:56:32,275 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:32,276 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:56:32,314 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdb" successfully created. 2024-03-01 16:56:32,314 INFO program/MainThread: stderr[8]: 2024-03-01 16:56:32,315 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:56:32,315 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 16:56:32,323 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 16:56:32,323 INFO program/MainThread: stderr[9]: 2024-03-01 16:56:32,323 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:56:32,323 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdb ... 2024-03-01 16:56:32,351 INFO program/MainThread: stdout[10]: 2024-03-01 16:56:32,351 INFO program/MainThread: stderr[10]: 2024-03-01 16:56:32,351 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:56:32,351 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 16:56:32,351 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,363 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,367 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:56:32,367 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 16:56:32,368 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 16:56:32,376 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,376 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,399 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,399 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:56:32,403 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:32,405 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:56:32,408 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:56:32,408 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:56:32,408 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:32,408 INFO program/MainThread: Running [11] lvm pvcreate /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:56:32,442 INFO program/MainThread: stdout[11]: Physical volume "/dev/sda" successfully created. 2024-03-01 16:56:32,443 INFO program/MainThread: stderr[11]: 2024-03-01 16:56:32,443 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:56:32,443 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 16:56:32,452 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 16:56:32,452 INFO program/MainThread: stderr[12]: 2024-03-01 16:56:32,452 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:56:32,452 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sda ... 2024-03-01 16:56:32,480 INFO program/MainThread: stdout[13]: 2024-03-01 16:56:32,480 INFO program/MainThread: stderr[13]: 2024-03-01 16:56:32,480 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:56:32,480 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 16:56:32,481 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,492 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,496 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:56:32,496 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 16:56:32,498 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 16:56:32,506 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,506 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,529 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,529 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:56:32,533 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 16:56:32,535 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:56:32,538 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:32,541 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:56:32,543 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:32,546 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:56:32,548 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:32,551 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:56:32,553 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 16:56:32,554 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 16:56:32,603 INFO program/MainThread: stdout[14]: Volume group "test_vg1" successfully created 2024-03-01 16:56:32,603 INFO program/MainThread: stderr[14]: 2024-03-01 16:56:32,603 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:56:32,611 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:56:32,622 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:56:32,629 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:32,645 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:56:32,651 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:32,660 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:56:32,671 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:32,677 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:56:32,677 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,698 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,702 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:56:32,705 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:56:32,705 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,712 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,713 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 16:56:32,720 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,720 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,731 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,732 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:56:32,735 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 16:56:32,738 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 16:56:32,741 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:56:32,743 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:56:32,746 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:32,749 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:56:32,752 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:32,755 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:56:32,758 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:32,761 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:56:32,761 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,772 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,776 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:56:32,776 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 16:56:32,811 INFO program/MainThread: stdout[15]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV 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 16:56:32,812 INFO program/MainThread: stderr[15]: 2024-03-01 16:56:32,812 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:56:32,816 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 16:56:32,816 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 16:56:32,865 INFO program/MainThread: stdout[16]: Logical volume "lv1" created. 2024-03-01 16:56:32,865 INFO program/MainThread: stderr[16]: 2024-03-01 16:56:32,865 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:56:32,874 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:32,881 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:56:32,881 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:56:32,881 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,912 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,917 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 16:56:32,918 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:56:32,918 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:56:32,927 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,927 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:32,942 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:32,942 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:56:32,946 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:32,949 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:56:32,951 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 16:56:32,952 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 16:56:33,149 INFO program/MainThread: stdout: 2024-03-01 16:56:33,149 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=98048 blks 2024-03-01 16:56:33,149 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:56:33,149 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:56:33,149 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:56:33,149 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 16:56:33,149 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:56:33,149 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:56:33,149 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:56:33,149 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:56:33,149 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:56:33,150 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,150 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 16:56:33,174 INFO program/MainThread: stdout: 2024-03-01 16:56:33,175 INFO program/MainThread: writing all SBs 2024-03-01 16:56:33,175 INFO program/MainThread: new label = "" 2024-03-01 16:56:33,175 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,175 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:33,192 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,196 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:56:33,196 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:56:33,197 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:56:33,206 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,206 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:33,222 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:33,227 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:56:33,227 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 0x7f91a8ac4e50> 2024-03-01 16:56:33,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:33,232 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 16:56:33,232 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:56:33,235 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:33,238 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 16:56:33,238 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:56:37,343 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_z5pf4vjg/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:56:37,376 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:37,377 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:56:37,379 INFO program/MainThread: stdout[2]: 2024-03-01 16:56:37,380 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 16:56:37,380 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:56:37,380 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:56:37,384 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:37,384 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:56:37,388 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:37,388 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:56:37,391 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:37,391 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:56:37,393 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:37,393 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:56:37,401 INFO program/MainThread: stdout: 2024-03-01 16:56:37,402 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:56:37,402 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member GCYaTt-rIvD-2qPg-h51H-zths-L55T-jrg1EM 2024-03-01 16:56:37,402 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 211391ad-bcbb-498d-9c37-450a1f87d07b 2024-03-01 16:56:37,402 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO 2024-03-01 16:56:37,402 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 211391ad-bcbb-498d-9c37-450a1f87d07b 2024-03-01 16:56:37,402 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I 2024-03-01 16:56:37,402 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:56:37,402 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:56:37,402 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:56:37,402 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:56:37,402 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:56:37,402 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:56:37,402 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:56:37,402 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:56:37,402 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:56:37,402 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:56:37,402 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:56:37,402 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:37,402 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member GCYaTt-rIvD-2qPg-h51H-zths-L55T-jrg1EM `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 211391ad-bcbb-498d-9c37-450a1f87d07b sdb 1073741824 root disk brw-rw---- LVM2_member G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 211391ad-bcbb-498d-9c37-450a1f87d07b sdc 1073741824 root disk brw-rw---- LVM2_member ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I 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 16:56:37,402 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:37,403 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:37,403 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:56:37,403 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:37,403 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:56:37,403 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:56:37,403 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:37,413 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:37,426 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 16:56:37,430 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/lvm-pv-uuid-GCYaTt-rIvD-2qPg-h51H-zths-L55T-jrg1EM ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-360014057cf51c23445f40dfa6c25f805', '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': 'GCYaTt-rIvD-2qPg-h51H-zths-L55T-jrg1EM', 'ID_FS_UUID_ENC': 'GCYaTt-rIvD-2qPg-h51H-zths-L55T-jrg1EM', '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': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'ID_SERIAL': '360014057cf51c23445f40dfa6c25f805', 'ID_SERIAL_SHORT': '60014057cf51c23445f40dfa6c25f805', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cf51c234', 'ID_WWN_VENDOR_EXTENSION': '0x45f40dfa6c25f805', 'ID_WWN_WITH_EXTENSION': '0x60014057cf51c23445f40dfa6c25f805', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cf51c23445f40dfa6c25f805', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714898134'} ; 2024-03-01 16:56:37,431 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 16:56:37,431 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 16:56:37,464 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 16:56:37,464 INFO program/MainThread: stderr[3]: 2024-03-01 16:56:37,464 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:56:37,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:37,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:37,475 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:56:37,477 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 16:56:37,482 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:56:37,482 INFO blivet/MainThread: sda is a disk 2024-03-01 16:56:37,482 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:56:37,483 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:56:37,486 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:56:37,489 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:56:37,489 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 16:56:37,492 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 16:56:37,492 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:56:37,493 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:56:37,493 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7780dd98e0) -- 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 = 60014057cf51c23445f40dfa6c25f805 2024-03-01 16:56:37,496 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:56:37,500 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:37,500 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:56:37,503 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:37,503 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:56:37,506 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:37,506 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:56:37,509 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:37,509 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:56:37,512 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:56:37,512 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:56:37,513 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 16:56:37,547 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GCYaTt-rIvD-2qPg-h51H-zths-L55T-jrg1EM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV 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=G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV 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=ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV 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 16:56:37,547 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO. WARNING: Couldn't find device with uuid ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I. WARNING: VG test_vg1 is missing PV G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I (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 16:56:37,547 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:56:37,547 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:56:37,551 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: GCYaTt-rIvD-2qPg-h51H-zths-L55T-jrg1EM ; label: None ; device: /dev/sda ; serial: 360014057cf51c23445f40dfa6c25f805 ; exists: True ; vg_name: test_vg1 ; vg_uuid: jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV ; pe_start: 8 MiB ; 2024-03-01 16:56:37,552 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:56:37,554 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:56:37,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV ; incomplete: True ; hidden: False ; 2024-03-01 16:56:37,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:56:37,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:37,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:37,566 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 16:56:37,603 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV 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 16:56:37,603 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO. WARNING: Couldn't find device with uuid ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I. WARNING: VG test_vg1 is missing PV G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I (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 16:56:37,603 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:56:37,603 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:56:37,603 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:56:37,608 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:56:37,612 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:56:37,612 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:56:37,615 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:56:37,615 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 16:56:37,653 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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=SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 16:56:37,653 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO. WARNING: Couldn't find device with uuid ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I. WARNING: VG test_vg1 is missing PV G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I (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 16:56:37,653 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:56:37,657 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:56:37,658 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:56:37,660 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:56:37,663 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV ; incomplete: True ; hidden: False ; 2024-03-01 16:56:37,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:56:37,666 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:56:37,666 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:56:37,669 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/wwn-0x6001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/lvm-pv-uuid-G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO', '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': 'G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO', 'ID_FS_UUID_ENC': 'G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO', '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': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'ID_SERIAL': '36001405bfdaa9bea299423f892a1b88d', 'ID_SERIAL_SHORT': '6001405bfdaa9bea299423f892a1b88d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bfdaa9bea', 'ID_WWN_VENDOR_EXTENSION': '0x299423f892a1b88d', 'ID_WWN_WITH_EXTENSION': '0x6001405bfdaa9bea299423f892a1b88d', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bfdaa9bea299423f892a1b88d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714880349'} ; 2024-03-01 16:56:37,669 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 16:56:37,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:56:37,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:37,680 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:56:37,680 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:56:37,680 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:56:37,680 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:56:37,683 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:56:37,686 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:56:37,686 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 16:56:37,689 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 16:56:37,689 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:56:37,690 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:56:37,690 INFO blivet/MainThread: got device: DiskDevice instance (0x7f77804fd250) -- 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 = 6001405bfdaa9bea299423f892a1b88d 2024-03-01 16:56:37,693 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:56:37,696 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:37,696 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:56:37,699 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:37,699 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:56:37,702 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:37,702 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:56:37,705 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:37,705 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:56:37,707 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:56:37,707 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:56:37,708 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 16:56:37,742 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GCYaTt-rIvD-2qPg-h51H-zths-L55T-jrg1EM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV 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=G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV 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=ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV 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 16:56:37,743 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I. WARNING: VG test_vg1 is missing PV ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I (last written to /dev/sdc). 2024-03-01 16:56:37,743 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:56:37,743 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:56:37,747 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO ; label: None ; device: /dev/sdb ; serial: 36001405bfdaa9bea299423f892a1b88d ; exists: True ; vg_name: test_vg1 ; vg_uuid: jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 16:56:37,747 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:56:37,750 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:56:37,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV ; incomplete: True ; hidden: False ; 2024-03-01 16:56:37,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:56:37,758 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:56:37,761 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:56:37,764 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:56:37,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV ; incomplete: True ; hidden: False ; 2024-03-01 16:56:37,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:37,769 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 16:56:37,808 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 16:56:37,808 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I. WARNING: VG test_vg1 is missing PV ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I (last written to /dev/sdc). 2024-03-01 16:56:37,808 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:56:37,808 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:56:37,808 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:56:37,813 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/wwn-0x60014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-360014051372a44c1af14aec911a838a7 ' '/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': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'ID_SERIAL': '360014051372a44c1af14aec911a838a7', 'ID_SERIAL_SHORT': '60014051372a44c1af14aec911a838a7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051372a44c1', 'ID_WWN_VENDOR_EXTENSION': '0xaf14aec911a838a7', 'ID_WWN_WITH_EXTENSION': '0x60014051372a44c1af14aec911a838a7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051372a44c1af14aec911a838a7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715410443'} ; 2024-03-01 16:56:37,813 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 16:56:37,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:56:37,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:37,823 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:56:37,824 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:56:37,824 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:56:37,824 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:56:37,827 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:56:37,830 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:56:37,830 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 16:56:37,833 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 16:56:37,833 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:56:37,833 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:56:37,833 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7780475d00) -- 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 = 60014051372a44c1af14aec911a838a7 2024-03-01 16:56:37,836 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:56:37,837 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:56:37,839 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/wwn-0x6001405fb729fc8fd9847308990b0f84', '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': 'fb729fc8-fd98-4730-8990-b0f849513593', 'ID_SERIAL': '36001405fb729fc8fd9847308990b0f84', 'ID_SERIAL_SHORT': '6001405fb729fc8fd9847308990b0f84', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb729fc8f', 'ID_WWN_VENDOR_EXTENSION': '0xd9847308990b0f84', 'ID_WWN_WITH_EXTENSION': '0x6001405fb729fc8fd9847308990b0f84', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb729fc8fd9847308990b0f84', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715443786'} ; 2024-03-01 16:56:37,839 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 16:56:37,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:56:37,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:37,850 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:56:37,850 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:56:37,850 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:56:37,851 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:56:37,853 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:56:37,856 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:56:37,856 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 16:56:37,859 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 16:56:37,859 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:56:37,860 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:56:37,860 INFO blivet/MainThread: got device: DiskDevice instance (0x7f77804c57f0) -- 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 = 6001405fb729fc8fd9847308990b0f84 2024-03-01 16:56:37,863 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:56:37,863 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:56:37,866 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/lvm-pv-uuid-ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/wwn-0x6001405f45dc9d5eb5d4232af322bc7b', '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': 'ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I', 'ID_FS_UUID_ENC': 'ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I', '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': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'ID_SERIAL': '36001405f45dc9d5eb5d4232af322bc7b', 'ID_SERIAL_SHORT': '6001405f45dc9d5eb5d4232af322bc7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f45dc9d5e', 'ID_WWN_VENDOR_EXTENSION': '0xb5d4232af322bc7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f45dc9d5eb5d4232af322bc7b', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f45dc9d5eb5d4232af322bc7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714961596'} ; 2024-03-01 16:56:37,866 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 16:56:37,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:56:37,871 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:37,876 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:56:37,876 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:56:37,876 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:56:37,877 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:56:37,879 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:56:37,882 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:56:37,882 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 16:56:37,885 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 16:56:37,885 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:56:37,886 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:56:37,886 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7780404580) -- 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 = 6001405f45dc9d5eb5d4232af322bc7b 2024-03-01 16:56:37,888 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:56:37,892 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:37,892 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:56:37,895 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:37,895 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:56:37,898 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:37,898 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:56:37,901 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:37,901 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:56:37,903 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:56:37,903 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:56:37,903 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 16:56:37,936 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GCYaTt-rIvD-2qPg-h51H-zths-L55T-jrg1EM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV 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=G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV 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=ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV 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 16:56:37,936 INFO program/MainThread: stderr[9]: 2024-03-01 16:56:37,936 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:56:37,936 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:56:37,940 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I ; label: None ; device: /dev/sdc ; serial: 36001405f45dc9d5eb5d4232af322bc7b ; exists: True ; vg_name: test_vg1 ; vg_uuid: jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:56:37,940 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:56:37,943 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:56:37,945 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV ; incomplete: True ; hidden: False ; 2024-03-01 16:56:37,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:37,951 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:56:37,954 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:56:37,957 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:56:37,960 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV ; incomplete: True ; hidden: False ; 2024-03-01 16:56:37,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:37,963 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 16:56:37,995 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 16:56:37,996 INFO program/MainThread: stderr[10]: 2024-03-01 16:56:37,996 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:56:38,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:38,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:38,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:38,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:56:38,008 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:56:38,011 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:56:38,011 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:56:38,014 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:56:38,018 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:56:38,018 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:56:38,021 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 16:56:38,021 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:56:38,022 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:56:38,025 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:56:38,028 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:56:38,028 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:56:38,031 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:56:38,034 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:56:38,034 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:56:38,037 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 16:56:38,037 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:56:38,038 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 16:56:38,038 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:56:38,040 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:56:38,041 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:56:38,043 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 16:56:38,044 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:56:38,047 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-name-test_vg1-lv1 ' '/dev/disk/by-uuid/211391ad-bcbb-498d-9c37-450a1f87d07b ' '/dev/disk/by-id/dm-uuid-LVM-jxAV9lij09BFGsmGTB8gLnWh8Q2yMpzVSnShJaWW6NX6vrctup59dlng6KJ9F1q2', '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-jxAV9lij09BFGsmGTB8gLnWh8Q2yMpzVSnShJaWW6NX6vrctup59dlng6KJ9F1q2', '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': '211391ad-bcbb-498d-9c37-450a1f87d07b', 'ID_FS_UUID_ENC': '211391ad-bcbb-498d-9c37-450a1f87d07b', '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': '1055718132'} ; 2024-03-01 16:56:38,047 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:56:38,047 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:38,050 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:56:38,050 INFO program/MainThread: stderr[11]: 2024-03-01 16:56:38,050 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:56:38,051 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:38,053 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:56:38,053 INFO program/MainThread: stderr[12]: 2024-03-01 16:56:38,053 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:56:38,053 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:38,056 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:56:38,056 INFO program/MainThread: stderr[13]: 2024-03-01 16:56:38,056 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:56:38,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:38,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:56:38,066 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:38,066 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:38,066 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:38,067 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:38,063 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f7780475e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7f77804c5670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:38,067 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:38,070 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:56:38,070 INFO program/MainThread: stderr[14]: 2024-03-01 16:56:38,070 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:56:38,074 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:56:38,077 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:38,077 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:56:38,080 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:38,080 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:56:38,083 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:38,083 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:56:38,086 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:38,086 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:56:38,088 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:56:38,088 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:56:38,091 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:38,091 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:56:38,094 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:56:38,094 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:56:38,095 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:56:38,098 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-36001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', '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': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'ID_SERIAL': '36001405bdf1754409e440edb3fee6cb5', 'ID_SERIAL_SHORT': '6001405bdf1754409e440edb3fee6cb5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bdf175440', 'ID_WWN_VENDOR_EXTENSION': '0x9e440edb3fee6cb5', 'ID_WWN_WITH_EXTENSION': '0x6001405bdf1754409e440edb3fee6cb5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bdf1754409e440edb3fee6cb5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715001239'} ; 2024-03-01 16:56:38,098 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 16:56:38,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:56:38,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:38,109 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:56:38,109 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:56:38,109 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:56:38,109 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 16:56:38,112 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:56:38,115 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:56:38,115 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 16:56:38,118 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 16:56:38,118 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:56:38,119 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 16:56:38,119 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7780d19e80) -- 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 = 6001405bdf1754409e440edb3fee6cb5 2024-03-01 16:56:38,122 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:56:38,122 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:56:38,125 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/scsi-36001405612312a0b2d549c993d22f60a ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/wwn-0x6001405612312a0b2d549c993d22f60a', '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': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'ID_SERIAL': '36001405612312a0b2d549c993d22f60a', 'ID_SERIAL_SHORT': '6001405612312a0b2d549c993d22f60a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405612312a0b', 'ID_WWN_VENDOR_EXTENSION': '0x2d549c993d22f60a', 'ID_WWN_WITH_EXTENSION': '0x6001405612312a0b2d549c993d22f60a', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405612312a0b2d549c993d22f60a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715062067'} ; 2024-03-01 16:56:38,125 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 16:56:38,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:56:38,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:38,135 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:56:38,135 INFO blivet/MainThread: sde is a disk 2024-03-01 16:56:38,136 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 16:56:38,136 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 16:56:38,138 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:56:38,141 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:56:38,141 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 16:56:38,144 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 16:56:38,145 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:56:38,145 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 16:56:38,145 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7780404a30) -- 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 = 6001405612312a0b2d549c993d22f60a 2024-03-01 16:56:38,148 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:56:38,148 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:56:38,151 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/wwn-0x600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-3600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', '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': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'ID_SERIAL': '3600140514e1c5412f2a4e3da52cb21dd', 'ID_SERIAL_SHORT': '600140514e1c5412f2a4e3da52cb21dd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140514e1c5412', 'ID_WWN_VENDOR_EXTENSION': '0xf2a4e3da52cb21dd', 'ID_WWN_WITH_EXTENSION': '0x600140514e1c5412f2a4e3da52cb21dd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140514e1c5412f2a4e3da52cb21dd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715143859'} ; 2024-03-01 16:56:38,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 16:56:38,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:56:38,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:38,162 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:56:38,162 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:56:38,162 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 16:56:38,162 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 16:56:38,165 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:56:38,168 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:56:38,168 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 16:56:38,171 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 16:56:38,171 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:56:38,171 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 16:56:38,171 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7780404910) -- 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 = 600140514e1c5412f2a4e3da52cb21dd 2024-03-01 16:56:38,174 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:56:38,174 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:56:38,177 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-id/wwn-0x6001405a1a87cda68094b1e883b4f5fe', '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': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'ID_SERIAL': '36001405a1a87cda68094b1e883b4f5fe', 'ID_SERIAL_SHORT': '6001405a1a87cda68094b1e883b4f5fe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a1a87cda6', 'ID_WWN_VENDOR_EXTENSION': '0x8094b1e883b4f5fe', 'ID_WWN_WITH_EXTENSION': '0x6001405a1a87cda68094b1e883b4f5fe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a1a87cda68094b1e883b4f5fe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715163740'} ; 2024-03-01 16:56:38,177 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 16:56:38,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:56:38,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:38,188 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:56:38,188 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:56:38,188 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 16:56:38,189 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 16:56:38,191 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:56:38,194 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:56:38,194 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 16:56:38,197 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 16:56:38,197 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:56:38,198 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 16:56:38,198 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7780410520) -- 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 = 6001405a1a87cda68094b1e883b4f5fe 2024-03-01 16:56:38,201 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:56:38,201 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:56:38,204 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/scsi-36001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/wwn-0x6001405f053e2f031db4d2bb88ab5846', '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': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'ID_SERIAL': '36001405f053e2f031db4d2bb88ab5846', 'ID_SERIAL_SHORT': '6001405f053e2f031db4d2bb88ab5846', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f053e2f03', 'ID_WWN_VENDOR_EXTENSION': '0x1db4d2bb88ab5846', 'ID_WWN_WITH_EXTENSION': '0x6001405f053e2f031db4d2bb88ab5846', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f053e2f031db4d2bb88ab5846', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715228881'} ; 2024-03-01 16:56:38,204 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 16:56:38,207 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:56:38,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:38,214 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:56:38,215 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:56:38,215 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 16:56:38,215 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 16:56:38,218 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:56:38,220 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:56:38,221 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 16:56:38,223 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 16:56:38,224 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:56:38,224 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 16:56:38,224 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7780410ca0) -- 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 = 6001405f053e2f031db4d2bb88ab5846 2024-03-01 16:56:38,227 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:56:38,227 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:56:38,230 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/wwn-0x6001405c930cf566dc64509be8137452 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-36001405c930cf566dc64509be8137452', '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': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'ID_SERIAL': '36001405c930cf566dc64509be8137452', 'ID_SERIAL_SHORT': '6001405c930cf566dc64509be8137452', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c930cf566', 'ID_WWN_VENDOR_EXTENSION': '0xdc64509be8137452', 'ID_WWN_WITH_EXTENSION': '0x6001405c930cf566dc64509be8137452', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c930cf566dc64509be8137452', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715277294'} ; 2024-03-01 16:56:38,230 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 16:56:38,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:56:38,235 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:38,241 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:56:38,241 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:56:38,241 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:56:38,241 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 16:56:38,244 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:56:38,247 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:56:38,247 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 16:56:38,250 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 16:56:38,250 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:56:38,250 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 16:56:38,250 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7780410ee0) -- 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 = 6001405c930cf566dc64509be8137452 2024-03-01 16:56:38,253 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:56:38,253 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:56:38,256 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/wwn-0x60014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/scsi-360014051528b2f7fa1b4b0ea44f2b71d ' '/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': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'ID_SERIAL': '360014051528b2f7fa1b4b0ea44f2b71d', 'ID_SERIAL_SHORT': '60014051528b2f7fa1b4b0ea44f2b71d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051528b2f7f', 'ID_WWN_VENDOR_EXTENSION': '0xa1b4b0ea44f2b71d', 'ID_WWN_WITH_EXTENSION': '0x60014051528b2f7fa1b4b0ea44f2b71d', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051528b2f7fa1b4b0ea44f2b71d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715335966'} ; 2024-03-01 16:56:38,256 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 16:56:38,259 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:56:38,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:38,267 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:56:38,267 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:56:38,267 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 16:56:38,267 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 16:56:38,270 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:56:38,273 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:56:38,273 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 16:56:38,276 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 16:56:38,276 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:56:38,276 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 16:56:38,277 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7780424f10) -- 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 = 60014051528b2f7fa1b4b0ea44f2b71d 2024-03-01 16:56:38,279 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:56:38,280 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:56:38,282 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': '12232267'} ; 2024-03-01 16:56:38,282 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:56:38,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:38,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:38,292 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:56:38,292 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:56:38,292 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:56:38,292 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:56:38,292 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:56:38,292 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:56:38,295 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:56:38,298 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:56:38,298 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:56:38,301 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:56:38,301 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:56:38,301 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 16:56:38,301 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7780424fa0) -- 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 16:56:38,304 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:56:38,307 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:38,307 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 16:56:38,310 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:38,310 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 16:56:38,313 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:38,313 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 16:56:38,316 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:38,316 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 16:56:38,319 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:56:38,322 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:38,324 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:56:38,331 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 0x7f77815f0480> 2024-03-01 16:56:38,371 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 16:56:38,375 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:56:38,375 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:56:38,379 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': '12234224'} ; 2024-03-01 16:56:38,379 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:56:38,379 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:56:38,382 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:38,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:38,387 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:56:38,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:38,392 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:38,393 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:38,405 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:38,421 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:38,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 16:56:38,425 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 16:56:38,428 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:56:38,428 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 16:56:38,430 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:56:38,433 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:56:38,433 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:56:38,436 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:56:38,437 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:56:38,437 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:56:38,439 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:56:38,442 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:56:38,445 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:56:38,447 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:56:38,450 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:56:38,451 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:56:38,451 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 16:56:38,451 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:56:38,451 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f778043b490) -- 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 0x7f7780434e00> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:56:38,454 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:56:38,457 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:38,457 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 16:56:38,460 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:38,460 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 16:56:38,463 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:38,463 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 16:56:38,466 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:38,466 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 16:56:38,467 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:56:38,469 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:38,469 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 16:56:38,472 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:56:38,472 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:56:38,475 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-jxAV9lij09BFGsmGTB8gLnWh8Q2yMpzVSnShJaWW6NX6vrctup59dlng6KJ9F1q2 ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/211391ad-bcbb-498d-9c37-450a1f87d07b', '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-jxAV9lij09BFGsmGTB8gLnWh8Q2yMpzVSnShJaWW6NX6vrctup59dlng6KJ9F1q2', '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': '211391ad-bcbb-498d-9c37-450a1f87d07b', 'ID_FS_UUID_ENC': '211391ad-bcbb-498d-9c37-450a1f87d07b', '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': '1055718132'} ; 2024-03-01 16:56:38,475 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:56:38,475 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:38,478 INFO program/MainThread: stdout[15]: LVM 2024-03-01 16:56:38,478 INFO program/MainThread: stderr[15]: 2024-03-01 16:56:38,478 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:56:38,479 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:38,481 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:56:38,481 INFO program/MainThread: stderr[16]: 2024-03-01 16:56:38,481 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:56:38,481 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:38,484 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:56:38,484 INFO program/MainThread: stderr[17]: 2024-03-01 16:56:38,484 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:56:38,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:38,490 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 16:56:38,492 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:38,493 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:38,493 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:38,494 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:38,490 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f7780475e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7f77804c5670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:38,494 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:38,497 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:56:38,497 INFO program/MainThread: stderr[18]: 2024-03-01 16:56:38,497 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:56:38,500 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:56:38,500 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:56:38,501 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:38,509 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:38,522 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:56:38,523 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:56:38,526 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 16:56:38,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:38,532 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 16:56:38,534 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:38,535 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:56:38,537 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:56:38,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:38,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:56:38,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:38,544 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:56:38,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:56:38,549 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:38,552 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 16:56:38,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:38,554 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:56:38,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:56:38,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:38,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:56:38,564 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:38,564 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:56:38,567 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 16:56:38,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:38,572 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 16:56:38,574 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:38,574 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 16:56:38,577 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 16:56:38,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:38,581 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 16:56:38,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:38,584 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:56:41,515 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_7rz7fekv/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:56:41,547 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:41,547 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:56:41,550 INFO program/MainThread: stdout[2]: 2024-03-01 16:56:41,550 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 16:56:41,550 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:56:41,550 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:56:41,554 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:41,555 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:56:41,558 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:41,558 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:56:41,561 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:41,561 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:56:41,564 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:56:41,564 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:56:41,572 INFO program/MainThread: stdout: 2024-03-01 16:56:41,572 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:56:41,572 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member GCYaTt-rIvD-2qPg-h51H-zths-L55T-jrg1EM 2024-03-01 16:56:41,572 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 211391ad-bcbb-498d-9c37-450a1f87d07b 2024-03-01 16:56:41,572 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO 2024-03-01 16:56:41,572 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 211391ad-bcbb-498d-9c37-450a1f87d07b 2024-03-01 16:56:41,572 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I 2024-03-01 16:56:41,572 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:56:41,572 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:56:41,572 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:56:41,572 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:56:41,572 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:56:41,572 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:56:41,572 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:56:41,572 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:56:41,572 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:56:41,572 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:56:41,572 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:56:41,572 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:41,572 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member GCYaTt-rIvD-2qPg-h51H-zths-L55T-jrg1EM `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 211391ad-bcbb-498d-9c37-450a1f87d07b sdb 1073741824 root disk brw-rw---- LVM2_member G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 211391ad-bcbb-498d-9c37-450a1f87d07b sdc 1073741824 root disk brw-rw---- LVM2_member ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I 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 16:56:41,573 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:41,573 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:41,573 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:56:41,573 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:56:41,573 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:56:41,574 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:56:41,574 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:41,586 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:41,599 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 16:56:41,603 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/lvm-pv-uuid-GCYaTt-rIvD-2qPg-h51H-zths-L55T-jrg1EM ' '/dev/disk/by-id/scsi-360014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_7cf51c23-445f-40df-a6c2-5f80572c63a5', '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': 'GCYaTt-rIvD-2qPg-h51H-zths-L55T-jrg1EM', 'ID_FS_UUID_ENC': 'GCYaTt-rIvD-2qPg-h51H-zths-L55T-jrg1EM', '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': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'ID_SERIAL': '360014057cf51c23445f40dfa6c25f805', 'ID_SERIAL_SHORT': '60014057cf51c23445f40dfa6c25f805', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cf51c234', 'ID_WWN_VENDOR_EXTENSION': '0x45f40dfa6c25f805', 'ID_WWN_WITH_EXTENSION': '0x60014057cf51c23445f40dfa6c25f805', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cf51c23445f40dfa6c25f805', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714898134'} ; 2024-03-01 16:56:41,603 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 16:56:41,604 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 16:56:41,635 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 16:56:41,636 INFO program/MainThread: stderr[3]: 2024-03-01 16:56:41,636 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:56:41,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:41,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:41,647 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:56:41,649 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 16:56:41,653 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:56:41,654 INFO blivet/MainThread: sda is a disk 2024-03-01 16:56:41,654 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:56:41,654 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:56:41,657 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:56:41,661 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:56:41,661 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 16:56:41,664 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 16:56:41,664 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:56:41,665 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:56:41,665 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaa9f59700) -- 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 = 60014057cf51c23445f40dfa6c25f805 2024-03-01 16:56:41,668 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:56:41,671 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:41,671 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:56:41,675 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:41,675 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:56:41,678 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:41,678 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:56:41,681 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:41,681 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:56:41,684 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:56:41,684 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:56:41,684 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 16:56:41,711 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GCYaTt-rIvD-2qPg-h51H-zths-L55T-jrg1EM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV 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=G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV 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=ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV 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 16:56:41,712 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO. WARNING: Couldn't find device with uuid ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I. WARNING: VG test_vg1 is missing PV G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I (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 16:56:41,712 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:56:41,712 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:56:41,716 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: GCYaTt-rIvD-2qPg-h51H-zths-L55T-jrg1EM ; label: None ; device: /dev/sda ; serial: 360014057cf51c23445f40dfa6c25f805 ; exists: True ; vg_name: test_vg1 ; vg_uuid: jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV ; pe_start: 8 MiB ; 2024-03-01 16:56:41,716 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:56:41,719 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:56:41,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV ; incomplete: True ; hidden: False ; 2024-03-01 16:56:41,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:56:41,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:41,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:41,730 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 16:56:41,763 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV 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 16:56:41,764 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO. WARNING: Couldn't find device with uuid ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I. WARNING: VG test_vg1 is missing PV G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I (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 16:56:41,764 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:56:41,764 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:56:41,764 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:56:41,769 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:56:41,772 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:56:41,773 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:56:41,775 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:56:41,776 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 16:56:41,813 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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=SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 16:56:41,813 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO. WARNING: Couldn't find device with uuid ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I. WARNING: VG test_vg1 is missing PV G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I (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 16:56:41,813 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:56:41,817 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:56:41,818 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:56:41,820 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:56:41,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV ; incomplete: True ; hidden: False ; 2024-03-01 16:56:41,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:56:41,826 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:56:41,826 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:56:41,829 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/scsi-36001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/wwn-0x6001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-diskseq/3', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'DISKSEQ': '3', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO', 'ID_FS_UUID_ENC': 'G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO', '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': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'ID_SERIAL': '36001405bfdaa9bea299423f892a1b88d', 'ID_SERIAL_SHORT': '6001405bfdaa9bea299423f892a1b88d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bfdaa9bea', 'ID_WWN_VENDOR_EXTENSION': '0x299423f892a1b88d', 'ID_WWN_WITH_EXTENSION': '0x6001405bfdaa9bea299423f892a1b88d', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bfdaa9bea299423f892a1b88d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714880349'} ; 2024-03-01 16:56:41,829 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 16:56:41,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:56:41,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:41,840 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:56:41,840 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:56:41,841 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:56:41,841 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:56:41,843 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:56:41,846 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:56:41,846 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 16:56:41,849 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 16:56:41,850 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:56:41,850 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:56:41,850 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaa8bfb220) -- 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 = 6001405bfdaa9bea299423f892a1b88d 2024-03-01 16:56:41,853 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:56:41,856 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:41,856 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:56:41,859 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:41,859 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:56:41,862 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:41,862 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:56:41,865 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:41,865 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:56:41,868 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:56:41,868 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:56:41,868 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 16:56:41,900 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GCYaTt-rIvD-2qPg-h51H-zths-L55T-jrg1EM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV 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=G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV 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=ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV 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 16:56:41,901 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I. WARNING: VG test_vg1 is missing PV ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I (last written to /dev/sdc). 2024-03-01 16:56:41,901 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:56:41,901 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:56:41,904 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO ; label: None ; device: /dev/sdb ; serial: 36001405bfdaa9bea299423f892a1b88d ; exists: True ; vg_name: test_vg1 ; vg_uuid: jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 16:56:41,905 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:56:41,907 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:56:41,910 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV ; incomplete: True ; hidden: False ; 2024-03-01 16:56:41,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:56:41,916 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:56:41,919 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:56:41,921 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:56:41,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV ; incomplete: True ; hidden: False ; 2024-03-01 16:56:41,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:41,927 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 16:56:41,961 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 16:56:41,961 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I. WARNING: VG test_vg1 is missing PV ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I (last written to /dev/sdc). 2024-03-01 16:56:41,961 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:56:41,961 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:56:41,961 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:56:41,965 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/wwn-0x60014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c ' '/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': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'ID_SERIAL': '360014051372a44c1af14aec911a838a7', 'ID_SERIAL_SHORT': '60014051372a44c1af14aec911a838a7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051372a44c1', 'ID_WWN_VENDOR_EXTENSION': '0xaf14aec911a838a7', 'ID_WWN_WITH_EXTENSION': '0x60014051372a44c1af14aec911a838a7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051372a44c1af14aec911a838a7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715410443'} ; 2024-03-01 16:56:41,965 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 16:56:41,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:56:41,971 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:41,976 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:56:41,976 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:56:41,977 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:56:41,977 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:56:41,979 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:56:41,982 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:56:41,982 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 16:56:41,985 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 16:56:41,986 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:56:41,986 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:56:41,986 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaa8b74d00) -- 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 = 60014051372a44c1af14aec911a838a7 2024-03-01 16:56:41,989 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:56:41,989 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:56:41,992 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/scsi-36001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/wwn-0x6001405fb729fc8fd9847308990b0f84', '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': 'fb729fc8-fd98-4730-8990-b0f849513593', 'ID_SERIAL': '36001405fb729fc8fd9847308990b0f84', 'ID_SERIAL_SHORT': '6001405fb729fc8fd9847308990b0f84', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb729fc8f', 'ID_WWN_VENDOR_EXTENSION': '0xd9847308990b0f84', 'ID_WWN_WITH_EXTENSION': '0x6001405fb729fc8fd9847308990b0f84', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb729fc8fd9847308990b0f84', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715443786'} ; 2024-03-01 16:56:41,992 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 16:56:41,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:56:41,997 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:42,003 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:56:42,003 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:56:42,003 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:56:42,003 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:56:42,006 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:56:42,009 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:56:42,009 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 16:56:42,012 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 16:56:42,012 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:56:42,012 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:56:42,012 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaa8bc37f0) -- 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 = 6001405fb729fc8fd9847308990b0f84 2024-03-01 16:56:42,015 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:56:42,015 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:56:42,018 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/wwn-0x6001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/scsi-36001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/lvm-pv-uuid-ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I', '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': 'ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I', 'ID_FS_UUID_ENC': 'ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I', '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': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'ID_SERIAL': '36001405f45dc9d5eb5d4232af322bc7b', 'ID_SERIAL_SHORT': '6001405f45dc9d5eb5d4232af322bc7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f45dc9d5e', 'ID_WWN_VENDOR_EXTENSION': '0xb5d4232af322bc7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f45dc9d5eb5d4232af322bc7b', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f45dc9d5eb5d4232af322bc7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714961596'} ; 2024-03-01 16:56:42,018 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 16:56:42,021 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:42,029 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:56:42,029 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:56:42,029 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:56:42,029 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:56:42,032 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:56:42,035 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:56:42,035 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 16:56:42,038 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 16:56:42,038 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:56:42,038 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:56:42,038 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaa8b03580) -- 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 = 6001405f45dc9d5eb5d4232af322bc7b 2024-03-01 16:56:42,041 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:56:42,044 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:42,045 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:56:42,047 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:42,048 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:56:42,050 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:42,051 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:56:42,053 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:42,054 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:56:42,056 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:56:42,056 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:56:42,056 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 16:56:42,091 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=GCYaTt-rIvD-2qPg-h51H-zths-L55T-jrg1EM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV 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=G65Kca-jSr0-v4vq-lfYz-66JG-S0EA-RktHpO LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV 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=ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV 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 16:56:42,091 INFO program/MainThread: stderr[9]: 2024-03-01 16:56:42,091 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:56:42,091 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:56:42,095 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ZsnhQQ-VRrk-TM5J-yu5Z-SKTk-kxiW-cRxj2I ; label: None ; device: /dev/sdc ; serial: 36001405f45dc9d5eb5d4232af322bc7b ; exists: True ; vg_name: test_vg1 ; vg_uuid: jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:56:42,095 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:56:42,098 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:56:42,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV ; incomplete: True ; hidden: False ; 2024-03-01 16:56:42,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:42,106 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:56:42,110 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:56:42,112 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:56:42,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV ; incomplete: True ; hidden: False ; 2024-03-01 16:56:42,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:42,118 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 16:56:42,153 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 16:56:42,153 INFO program/MainThread: stderr[10]: 2024-03-01 16:56:42,153 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:56:42,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:42,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:56:42,165 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:56:42,169 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:56:42,169 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:56:42,172 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:56:42,175 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:56:42,175 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:56:42,178 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 16:56:42,179 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:56:42,179 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:56:42,182 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:56:42,185 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:56:42,185 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:56:42,188 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:56:42,191 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:56:42,191 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:56:42,194 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 16:56:42,195 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:56:42,195 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 16:56:42,195 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:56:42,198 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:56:42,198 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:56:42,201 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 16:56:42,201 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:56:42,205 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/211391ad-bcbb-498d-9c37-450a1f87d07b ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-jxAV9lij09BFGsmGTB8gLnWh8Q2yMpzVSnShJaWW6NX6vrctup59dlng6KJ9F1q2 ' '/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-jxAV9lij09BFGsmGTB8gLnWh8Q2yMpzVSnShJaWW6NX6vrctup59dlng6KJ9F1q2', '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': '211391ad-bcbb-498d-9c37-450a1f87d07b', 'ID_FS_UUID_ENC': '211391ad-bcbb-498d-9c37-450a1f87d07b', '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': '1055718132'} ; 2024-03-01 16:56:42,205 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:56:42,205 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:42,208 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:56:42,208 INFO program/MainThread: stderr[11]: 2024-03-01 16:56:42,208 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:56:42,208 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:42,210 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:56:42,211 INFO program/MainThread: stderr[12]: 2024-03-01 16:56:42,211 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:56:42,211 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:42,213 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:56:42,213 INFO program/MainThread: stderr[13]: 2024-03-01 16:56:42,213 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:56:42,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:56:42,223 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,224 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,224 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,225 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,220 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,225 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:42,227 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:56:42,228 INFO program/MainThread: stderr[14]: 2024-03-01 16:56:42,228 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:56:42,231 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:56:42,235 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:42,235 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:56:42,238 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:42,238 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:56:42,241 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:42,241 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:56:42,244 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:42,244 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:56:42,245 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:56:42,246 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:56:42,249 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:42,249 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:56:42,252 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:56:42,252 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:56:42,252 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:56:42,256 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x6001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', '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': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'ID_SERIAL': '36001405bdf1754409e440edb3fee6cb5', 'ID_SERIAL_SHORT': '6001405bdf1754409e440edb3fee6cb5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bdf175440', 'ID_WWN_VENDOR_EXTENSION': '0x9e440edb3fee6cb5', 'ID_WWN_WITH_EXTENSION': '0x6001405bdf1754409e440edb3fee6cb5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bdf1754409e440edb3fee6cb5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715001239'} ; 2024-03-01 16:56:42,256 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 16:56:42,259 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:42,266 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:56:42,267 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:56:42,267 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:56:42,267 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 16:56:42,270 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:56:42,273 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:56:42,273 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 16:56:42,276 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 16:56:42,276 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:56:42,276 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 16:56:42,276 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaa9f59be0) -- 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 = 6001405bdf1754409e440edb3fee6cb5 2024-03-01 16:56:42,279 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:56:42,279 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:56:42,282 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/wwn-0x6001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-diskseq/6', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'ID_SERIAL': '36001405612312a0b2d549c993d22f60a', 'ID_SERIAL_SHORT': '6001405612312a0b2d549c993d22f60a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405612312a0b', 'ID_WWN_VENDOR_EXTENSION': '0x2d549c993d22f60a', 'ID_WWN_WITH_EXTENSION': '0x6001405612312a0b2d549c993d22f60a', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405612312a0b2d549c993d22f60a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715062067'} ; 2024-03-01 16:56:42,282 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 16:56:42,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:42,293 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:56:42,293 INFO blivet/MainThread: sde is a disk 2024-03-01 16:56:42,293 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 16:56:42,293 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 16:56:42,296 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:56:42,299 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:56:42,299 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 16:56:42,302 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 16:56:42,302 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:56:42,303 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 16:56:42,303 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaa8b03a30) -- 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 = 6001405612312a0b2d549c993d22f60a 2024-03-01 16:56:42,306 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:56:42,306 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:56:42,309 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-3600140514e1c5412f2a4e3da52cb21dd', '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': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'ID_SERIAL': '3600140514e1c5412f2a4e3da52cb21dd', 'ID_SERIAL_SHORT': '600140514e1c5412f2a4e3da52cb21dd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140514e1c5412', 'ID_WWN_VENDOR_EXTENSION': '0xf2a4e3da52cb21dd', 'ID_WWN_WITH_EXTENSION': '0x600140514e1c5412f2a4e3da52cb21dd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140514e1c5412f2a4e3da52cb21dd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715143859'} ; 2024-03-01 16:56:42,309 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 16:56:42,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:42,319 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:56:42,320 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:56:42,320 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 16:56:42,320 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 16:56:42,322 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:56:42,325 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:56:42,325 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 16:56:42,328 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 16:56:42,328 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:56:42,329 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 16:56:42,329 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaa8b0a0d0) -- 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 = 600140514e1c5412f2a4e3da52cb21dd 2024-03-01 16:56:42,332 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:56:42,332 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:56:42,335 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-36001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/wwn-0x6001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', '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': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'ID_SERIAL': '36001405a1a87cda68094b1e883b4f5fe', 'ID_SERIAL_SHORT': '6001405a1a87cda68094b1e883b4f5fe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a1a87cda6', 'ID_WWN_VENDOR_EXTENSION': '0x8094b1e883b4f5fe', 'ID_WWN_WITH_EXTENSION': '0x6001405a1a87cda68094b1e883b4f5fe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a1a87cda68094b1e883b4f5fe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715163740'} ; 2024-03-01 16:56:42,335 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 16:56:42,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:42,345 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:56:42,346 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:56:42,346 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 16:56:42,346 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 16:56:42,349 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:56:42,352 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:56:42,352 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 16:56:42,355 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 16:56:42,355 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:56:42,355 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 16:56:42,355 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaa8b05520) -- 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 = 6001405a1a87cda68094b1e883b4f5fe 2024-03-01 16:56:42,358 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:56:42,358 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:56:42,361 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-36001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/wwn-0x6001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f053e2f0-31db-4d2b-b88a-b5846a2cf28e', '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': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'ID_SERIAL': '36001405f053e2f031db4d2bb88ab5846', 'ID_SERIAL_SHORT': '6001405f053e2f031db4d2bb88ab5846', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f053e2f03', 'ID_WWN_VENDOR_EXTENSION': '0x1db4d2bb88ab5846', 'ID_WWN_WITH_EXTENSION': '0x6001405f053e2f031db4d2bb88ab5846', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f053e2f031db4d2bb88ab5846', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715228881'} ; 2024-03-01 16:56:42,361 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 16:56:42,364 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:42,372 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:56:42,372 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:56:42,372 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 16:56:42,372 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 16:56:42,375 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:56:42,378 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:56:42,378 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 16:56:42,381 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 16:56:42,381 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:56:42,381 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 16:56:42,381 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaa8b05ca0) -- 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 = 6001405f053e2f031db4d2bb88ab5846 2024-03-01 16:56:42,384 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:56:42,384 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:56:42,387 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-36001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c930cf56-6dc6-4509-be81-374525d1ff3b', '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': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'ID_SERIAL': '36001405c930cf566dc64509be8137452', 'ID_SERIAL_SHORT': '6001405c930cf566dc64509be8137452', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c930cf566', 'ID_WWN_VENDOR_EXTENSION': '0xdc64509be8137452', 'ID_WWN_WITH_EXTENSION': '0x6001405c930cf566dc64509be8137452', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c930cf566dc64509be8137452', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715277294'} ; 2024-03-01 16:56:42,387 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 16:56:42,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:42,398 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:56:42,398 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:56:42,399 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:56:42,399 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 16:56:42,401 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:56:42,404 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:56:42,404 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 16:56:42,407 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 16:56:42,407 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:56:42,408 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 16:56:42,408 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaa8b05eb0) -- 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 = 6001405c930cf566dc64509be8137452 2024-03-01 16:56:42,411 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:56:42,411 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:56:42,414 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/scsi-360014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/wwn-0x60014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', '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': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'ID_SERIAL': '360014051528b2f7fa1b4b0ea44f2b71d', 'ID_SERIAL_SHORT': '60014051528b2f7fa1b4b0ea44f2b71d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051528b2f7f', 'ID_WWN_VENDOR_EXTENSION': '0xa1b4b0ea44f2b71d', 'ID_WWN_WITH_EXTENSION': '0x60014051528b2f7fa1b4b0ea44f2b71d', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051528b2f7fa1b4b0ea44f2b71d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715335966'} ; 2024-03-01 16:56:42,414 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 16:56:42,417 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:42,424 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:56:42,425 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:56:42,425 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 16:56:42,425 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 16:56:42,428 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:56:42,430 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:56:42,431 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 16:56:42,433 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 16:56:42,434 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:56:42,434 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 16:56:42,434 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaa8b22f10) -- 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 = 60014051528b2f7fa1b4b0ea44f2b71d 2024-03-01 16:56:42,437 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:56:42,437 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:56:42,440 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': '12232267'} ; 2024-03-01 16:56:42,440 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:56:42,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:42,449 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:56:42,450 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:56:42,450 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:56:42,450 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:56:42,450 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:56:42,450 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:56:42,453 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:56:42,455 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:56:42,456 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:56:42,458 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:56:42,459 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:56:42,459 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 16:56:42,459 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbaa8b22fa0) -- 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 16:56:42,462 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:56:42,465 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:42,465 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 16:56:42,468 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:42,468 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 16:56:42,471 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:42,471 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 16:56:42,474 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:42,474 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 16:56:42,477 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:56:42,479 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:56:42,482 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:56:42,491 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 0x7fbaa8b07800> 2024-03-01 16:56:42,529 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 16:56:42,533 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:56:42,533 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:56:42,537 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': '12234224'} ; 2024-03-01 16:56:42,537 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:56:42,537 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:56:42,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:42,545 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:56:42,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:42,551 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:42,562 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:42,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 16:56:42,581 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 16:56:42,584 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:56:42,585 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 16:56:42,587 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:56:42,590 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:56:42,590 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:56:42,593 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:56:42,593 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:56:42,594 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:56:42,596 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:56:42,599 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:56:42,602 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:56:42,604 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:56:42,607 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:56:42,608 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:56:42,608 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 16:56:42,608 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:56:42,608 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fbaa8b3a490) -- 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 0x7fbaa8b33cc0> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:56:42,611 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:56:42,614 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:56:42,614 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 16:56:42,617 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:56:42,617 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 16:56:42,620 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:42,620 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 16:56:42,623 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:56:42,623 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 16:56:42,624 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:56:42,626 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:56:42,626 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 16:56:42,629 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:56:42,629 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:56:42,632 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/211391ad-bcbb-498d-9c37-450a1f87d07b ' '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-jxAV9lij09BFGsmGTB8gLnWh8Q2yMpzVSnShJaWW6NX6vrctup59dlng6KJ9F1q2 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-jxAV9lij09BFGsmGTB8gLnWh8Q2yMpzVSnShJaWW6NX6vrctup59dlng6KJ9F1q2', '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': '211391ad-bcbb-498d-9c37-450a1f87d07b', 'ID_FS_UUID_ENC': '211391ad-bcbb-498d-9c37-450a1f87d07b', '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': '1055718132'} ; 2024-03-01 16:56:42,632 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:56:42,632 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:42,635 INFO program/MainThread: stdout[15]: LVM 2024-03-01 16:56:42,635 INFO program/MainThread: stderr[15]: 2024-03-01 16:56:42,635 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:56:42,635 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:42,638 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:56:42,638 INFO program/MainThread: stderr[16]: 2024-03-01 16:56:42,638 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:56:42,638 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:42,640 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:56:42,640 INFO program/MainThread: stderr[17]: 2024-03-01 16:56:42,640 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:56:42,644 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,647 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 16:56:42,649 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,650 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,650 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,650 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,647 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,651 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:56:42,653 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:56:42,653 INFO program/MainThread: stderr[18]: 2024-03-01 16:56:42,653 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:56:42,657 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:56:42,657 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:56:42,657 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:42,669 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:42,683 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:56:42,683 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:56:42,686 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 16:56:42,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:42,692 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 16:56:42,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:42,694 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:56:42,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:42,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,704 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:42,704 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:56:42,707 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:42,712 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 16:56:42,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:42,714 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:56:42,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:42,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:42,724 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:56:42,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:42,731 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 16:56:42,734 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:42,734 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 16:56:42,736 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 16:56:42,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:56:42,741 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 16:56:42,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:56:42,744 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:56:42,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:42,750 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 16:56:42,750 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:42,750 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:42,750 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:42,751 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:42,751 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:42,751 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:42,752 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:42,752 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:42,752 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:42,753 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:42,753 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:42,753 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:56:42,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:56:42,759 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:56:42,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 16:56:42,764 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:56:42,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 16:56:42,769 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:56:42,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:56:42,774 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 16:56:42,774 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:56:42,776 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,776 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,777 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,777 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,774 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,779 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,780 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,780 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,781 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,778 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,783 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,783 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,784 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,784 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,781 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,786 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,787 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,787 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,788 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,785 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,790 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,790 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,791 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,791 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,788 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,793 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,794 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,794 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,795 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,792 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,797 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,797 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,798 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,798 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,795 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,800 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,801 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,801 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,802 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,798 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,804 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,804 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,805 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,805 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,802 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,807 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,808 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,808 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,809 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,805 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,811 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,811 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,811 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,812 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,809 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,814 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,815 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,815 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,815 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,812 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,818 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,818 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,818 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,819 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,816 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,821 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,822 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,822 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,822 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,819 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,824 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,825 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,825 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,826 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,823 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,828 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,828 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,829 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,829 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,826 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,831 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,832 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,832 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,833 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,830 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,835 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,835 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,836 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,836 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,833 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,838 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,839 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,839 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,840 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,837 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,842 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,842 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,843 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,843 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,840 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,845 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,846 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,846 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,847 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,844 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,849 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,849 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,850 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,850 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,847 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,852 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,853 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,853 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,854 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,850 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,856 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,856 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,856 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,857 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,854 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,859 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,860 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,860 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,860 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,857 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,863 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,863 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,863 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,864 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,861 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,866 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,867 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,867 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,867 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,864 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,870 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,870 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,871 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,871 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,868 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,873 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,874 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,874 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,875 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,871 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,877 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,877 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,877 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,878 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,875 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,880 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,881 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,881 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,881 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,878 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,883 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,884 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,884 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:56:42,885 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:56:42,882 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbaa8b74e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SnShJa-WW6N-X6vr-ctup-59dl-ng6K-J9F1q2 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 (0x7fbaa8bc3670) -- 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 = jxAV9l-ij09-BFGs-mGTB-8gLn-Wh8Q-2yMpzV size = 2.98 GiB format = existing None major = 0 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 16:56:42,885 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 16:56:42,888 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 16:56:42,888 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:56:42,888 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 16:56:42,891 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 16:56:42,892 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:56:42,892 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 16:56:42,895 INFO program/MainThread: stdout[19]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 16:56:42,895 INFO program/MainThread: stderr[19]: 2024-03-01 16:56:42,895 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:56:42,899 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:56:42,899 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 16:56:42,899 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:56:42,900 DEBUG blivet.ansible/MainThread: ['sda', 'sdb', 'sdc', 'test_vg1'] 2024-03-01 16:56:42,900 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 16:56:42,902 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 16:56:42,903 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:56:42,905 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:56:42,908 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:56:42,911 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:56:42,911 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 16:56:42,911 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:56:42,911 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 16:56:42,911 DEBUG blivet/MainThread: removing sda 2024-03-01 16:56:42,914 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 16:56:42,914 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:56:42,914 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 16:56:42,917 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 16:56:42,917 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:56:42,917 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 16:56:42,917 DEBUG blivet/MainThread: removing sdb 2024-03-01 16:56:42,919 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 16:56:42,919 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:56:42,919 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 16:56:42,922 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 16:56:42,922 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:56:42,922 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 16:56:42,922 DEBUG blivet/MainThread: removing sdc 2024-03-01 16:56:42,925 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 16:56:42,925 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:56:42,925 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 16:56:42,928 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 16:56:42,928 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:56:42,928 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:42,938 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:42,951 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:42,963 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:42,979 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:56:42,979 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:56:42,979 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:56:42,979 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:56:42,980 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:56:42,980 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:56:42,980 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:56:42,980 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:56:42,980 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:56:42,982 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:56:42,985 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:56:42,987 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:56:42,988 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:56:42,990 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:56:42,990 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 0x7fbaa8a842c0> 2024-03-01 16:56:42,990 INFO blivet/MainThread: sorting actions... 2024-03-01 16:56:42,991 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:56:42,991 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:56:42,991 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:56:42,991 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:56:42,992 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:56:42,992 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:56:42,992 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:56:42,995 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:42,997 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:56:42,998 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 16:56:43,004 INFO program/MainThread: stdout: 2024-03-01 16:56:43,004 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:56:43,004 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:43,004 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:43,020 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:43,020 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:43,032 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:43,033 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:56:43,036 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 16:56:43,040 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:56:43,044 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:56:43,046 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 16:56:43,049 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:56:43,050 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 16:56:43,088 INFO program/MainThread: stdout[20]: 2024-03-01 16:56:43,088 INFO program/MainThread: stderr[20]: 2024-03-01 16:56:43,088 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:56:43,092 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:56:43,095 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:43,098 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:56:43,100 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:43,103 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:56:43,106 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:43,108 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:56:43,111 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 16:56:43,111 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 16:56:43,146 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 16:56:43,146 INFO program/MainThread: stderr[21]: 2024-03-01 16:56:43,146 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:56:43,147 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:56:43,153 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 16:56:43,161 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 16:56:43,169 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:56:43,174 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:43,182 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:56:43,188 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:43,193 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:56:43,196 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:43,199 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:56:43,201 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 16:56:43,201 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 16:56:43,235 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 16:56:43,235 INFO program/MainThread: stderr[22]: 2024-03-01 16:56:43,236 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:56:43,236 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 16:56:43,280 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 16:56:43,280 INFO program/MainThread: stderr[23]: 2024-03-01 16:56:43,280 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:56:43,281 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 16:56:43,316 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 16:56:43,316 INFO program/MainThread: stderr[24]: 2024-03-01 16:56:43,316 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:56:43,317 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:56:43,325 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:43,335 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:56:43,341 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:56:43,341 INFO program/MainThread: Running [25] lvm pvremove --force --force --yes /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdb,/dev/sda ... 2024-03-01 16:56:43,385 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 16:56:43,385 INFO program/MainThread: stderr[25]: 2024-03-01 16:56:43,386 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:56:43,386 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 16:56:43,386 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:43,400 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:43,401 INFO program/MainThread: Running [26] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 16:56:43,408 INFO program/MainThread: stdout[26]: use_devicesfile=1 2024-03-01 16:56:43,408 INFO program/MainThread: stderr[26]: 2024-03-01 16:56:43,408 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:56:43,408 INFO program/MainThread: Running [27] lvmdevices --deldev /dev/sdc ... 2024-03-01 16:56:43,421 INFO program/MainThread: stdout[27]: 2024-03-01 16:56:43,421 INFO program/MainThread: stderr[27]: 2024-03-01 16:56:43,421 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:56:43,421 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:43,433 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:43,433 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:43,444 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:43,445 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:56:43,448 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:43,451 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:56:43,453 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:56:43,453 INFO program/MainThread: Running [28] lvm pvremove --force --force --yes /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 16:56:43,481 INFO program/MainThread: stdout[28]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 16:56:43,481 INFO program/MainThread: stderr[28]: 2024-03-01 16:56:43,482 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:56:43,482 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 16:56:43,482 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:43,498 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:43,499 INFO program/MainThread: Running [29] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 16:56:43,506 INFO program/MainThread: stdout[29]: use_devicesfile=1 2024-03-01 16:56:43,506 INFO program/MainThread: stderr[29]: 2024-03-01 16:56:43,506 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:56:43,506 INFO program/MainThread: Running [30] lvmdevices --deldev /dev/sdb ... 2024-03-01 16:56:43,519 INFO program/MainThread: stdout[30]: 2024-03-01 16:56:43,519 INFO program/MainThread: stderr[30]: 2024-03-01 16:56:43,519 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:56:43,519 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:43,531 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:43,531 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:43,543 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:43,544 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:56:43,547 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:56:43,550 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:56:43,552 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:56:43,553 INFO program/MainThread: Running [31] lvm pvremove --force --force --yes /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda ... 2024-03-01 16:56:43,578 INFO program/MainThread: stdout[31]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 16:56:43,579 INFO program/MainThread: stderr[31]: 2024-03-01 16:56:43,579 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:56:43,579 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 16:56:43,579 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:43,596 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:43,597 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 16:56:43,604 INFO program/MainThread: stdout[32]: use_devicesfile=1 2024-03-01 16:56:43,604 INFO program/MainThread: stderr[32]: 2024-03-01 16:56:43,604 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:56:43,604 INFO program/MainThread: Running [33] lvmdevices --deldev /dev/sda ... 2024-03-01 16:56:43,617 INFO program/MainThread: stdout[33]: 2024-03-01 16:56:43,617 INFO program/MainThread: stderr[33]: 2024-03-01 16:56:43,617 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:56:43,617 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:43,626 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:43,626 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:56:43,637 DEBUG program/MainThread: Return code: 0 2024-03-01 16:56:43,642 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:56:43,642 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 0x7fbaa8a84130> 2024-03-01 16:56:57,785 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_h18lugfv/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:00,776 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_qo63n5tz/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:04,962 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_3wycgth5/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:04,996 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:04,996 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:57:04,999 INFO program/MainThread: stdout[2]: 2024-03-01 16:57:04,999 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 16:57:04,999 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:57:04,999 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:57:05,004 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:05,004 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:57:05,007 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:05,007 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:57:05,010 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:05,010 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:57:05,013 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:05,013 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:57:05,020 INFO program/MainThread: stdout: 2024-03-01 16:57:05,020 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:57:05,021 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:57:05,021 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:57:05,021 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:57:05,021 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:57:05,021 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:57:05,021 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:57:05,021 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:57:05,021 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:57:05,021 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:57:05,021 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:57:05,021 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:57:05,021 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:57:05,021 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:57:05,021 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:57:05,021 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:05,021 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 16:57:05,021 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:05,021 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:05,022 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:57:05,022 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:05,022 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:57:05,022 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:57:05,022 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:05,035 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:05,048 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 16:57:05,052 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/scsi-360014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/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': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'ID_SERIAL': '360014057cf51c23445f40dfa6c25f805', 'ID_SERIAL_SHORT': '60014057cf51c23445f40dfa6c25f805', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cf51c234', 'ID_WWN_VENDOR_EXTENSION': '0x45f40dfa6c25f805', 'ID_WWN_WITH_EXTENSION': '0x60014057cf51c23445f40dfa6c25f805', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cf51c23445f40dfa6c25f805', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714898134'} ; 2024-03-01 16:57:05,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 16:57:05,052 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 16:57:05,078 INFO program/MainThread: stdout[3]: 2024-03-01 16:57:05,079 INFO program/MainThread: stderr[3]: 2024-03-01 16:57:05,079 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:57:05,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,090 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:57:05,091 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 16:57:05,096 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:57:05,096 INFO blivet/MainThread: sda is a disk 2024-03-01 16:57:05,096 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:57:05,097 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:57:05,100 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:57:05,103 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:57:05,103 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 16:57:05,106 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 16:57:05,106 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:57:05,107 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:57:05,107 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82d0eeb6d0) -- 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 = 60014057cf51c23445f40dfa6c25f805 2024-03-01 16:57:05,110 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:57:05,110 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:57:05,113 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/wwn-0x6001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', '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': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'ID_SERIAL': '36001405bfdaa9bea299423f892a1b88d', 'ID_SERIAL_SHORT': '6001405bfdaa9bea299423f892a1b88d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bfdaa9bea', 'ID_WWN_VENDOR_EXTENSION': '0x299423f892a1b88d', 'ID_WWN_WITH_EXTENSION': '0x6001405bfdaa9bea299423f892a1b88d', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bfdaa9bea299423f892a1b88d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714880349'} ; 2024-03-01 16:57:05,113 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 16:57:05,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,124 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:57:05,124 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:57:05,124 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:57:05,125 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:57:05,127 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:57:05,130 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:57:05,130 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 16:57:05,133 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 16:57:05,134 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:57:05,134 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:57:05,134 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82d0344700) -- 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 = 6001405bfdaa9bea299423f892a1b88d 2024-03-01 16:57:05,137 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:57:05,137 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:57:05,140 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/scsi-360014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/wwn-0x60014051372a44c1af14aec911a838a7', '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': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'ID_SERIAL': '360014051372a44c1af14aec911a838a7', 'ID_SERIAL_SHORT': '60014051372a44c1af14aec911a838a7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051372a44c1', 'ID_WWN_VENDOR_EXTENSION': '0xaf14aec911a838a7', 'ID_WWN_WITH_EXTENSION': '0x60014051372a44c1af14aec911a838a7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051372a44c1af14aec911a838a7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715410443'} ; 2024-03-01 16:57:05,140 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 16:57:05,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,151 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:57:05,151 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:57:05,151 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:57:05,151 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:57:05,154 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:57:05,157 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:57:05,157 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 16:57:05,160 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 16:57:05,160 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:57:05,161 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:57:05,161 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82d0344550) -- 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 = 60014051372a44c1af14aec911a838a7 2024-03-01 16:57:05,164 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:57:05,164 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:57:05,167 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/wwn-0x6001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/scsi-36001405fb729fc8fd9847308990b0f84 ' '/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': 'fb729fc8-fd98-4730-8990-b0f849513593', 'ID_SERIAL': '36001405fb729fc8fd9847308990b0f84', 'ID_SERIAL_SHORT': '6001405fb729fc8fd9847308990b0f84', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb729fc8f', 'ID_WWN_VENDOR_EXTENSION': '0xd9847308990b0f84', 'ID_WWN_WITH_EXTENSION': '0x6001405fb729fc8fd9847308990b0f84', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb729fc8fd9847308990b0f84', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715443786'} ; 2024-03-01 16:57:05,167 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 16:57:05,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,177 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:57:05,177 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:57:05,178 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:57:05,178 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:57:05,180 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:57:05,183 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:57:05,183 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 16:57:05,186 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 16:57:05,186 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:57:05,187 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:57:05,187 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82d037e4c0) -- 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 = 6001405fb729fc8fd9847308990b0f84 2024-03-01 16:57:05,190 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:57:05,190 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:57:05,193 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/wwn-0x6001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-36001405f45dc9d5eb5d4232af322bc7b', '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': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'ID_SERIAL': '36001405f45dc9d5eb5d4232af322bc7b', 'ID_SERIAL_SHORT': '6001405f45dc9d5eb5d4232af322bc7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f45dc9d5e', 'ID_WWN_VENDOR_EXTENSION': '0xb5d4232af322bc7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f45dc9d5eb5d4232af322bc7b', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f45dc9d5eb5d4232af322bc7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714961596'} ; 2024-03-01 16:57:05,193 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 16:57:05,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,203 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:57:05,203 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:57:05,204 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:57:05,204 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:57:05,206 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:57:05,209 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:57:05,209 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 16:57:05,212 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 16:57:05,212 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:57:05,213 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:57:05,213 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82d030e760) -- 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 = 6001405f45dc9d5eb5d4232af322bc7b 2024-03-01 16:57:05,216 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:57:05,216 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:57:05,219 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/scsi-36001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/wwn-0x6001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', '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': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'ID_SERIAL': '36001405bdf1754409e440edb3fee6cb5', 'ID_SERIAL_SHORT': '6001405bdf1754409e440edb3fee6cb5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bdf175440', 'ID_WWN_VENDOR_EXTENSION': '0x9e440edb3fee6cb5', 'ID_WWN_WITH_EXTENSION': '0x6001405bdf1754409e440edb3fee6cb5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bdf1754409e440edb3fee6cb5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715001239'} ; 2024-03-01 16:57:05,219 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 16:57:05,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,229 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:57:05,229 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:57:05,229 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:57:05,230 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:57:05,232 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:57:05,235 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:57:05,235 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 16:57:05,238 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 16:57:05,238 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:57:05,238 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:57:05,238 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82d03444f0) -- 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 = 6001405bdf1754409e440edb3fee6cb5 2024-03-01 16:57:05,241 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:57:05,241 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:57:05,244 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/wwn-0x6001405612312a0b2d549c993d22f60a ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_612312a0-b2d5-49c9-93d2-2f60aa10c27b', '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': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'ID_SERIAL': '36001405612312a0b2d549c993d22f60a', 'ID_SERIAL_SHORT': '6001405612312a0b2d549c993d22f60a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405612312a0b', 'ID_WWN_VENDOR_EXTENSION': '0x2d549c993d22f60a', 'ID_WWN_WITH_EXTENSION': '0x6001405612312a0b2d549c993d22f60a', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405612312a0b2d549c993d22f60a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715062067'} ; 2024-03-01 16:57:05,244 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 16:57:05,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,255 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:57:05,255 INFO blivet/MainThread: sde is a disk 2024-03-01 16:57:05,255 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:57:05,255 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:57:05,258 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:57:05,261 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:57:05,261 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 16:57:05,264 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 16:57:05,264 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:57:05,264 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:57:05,264 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82d0308790) -- 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 = 6001405612312a0b2d549c993d22f60a 2024-03-01 16:57:05,267 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:57:05,267 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:57:05,270 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-3600140514e1c5412f2a4e3da52cb21dd', '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': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'ID_SERIAL': '3600140514e1c5412f2a4e3da52cb21dd', 'ID_SERIAL_SHORT': '600140514e1c5412f2a4e3da52cb21dd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140514e1c5412', 'ID_WWN_VENDOR_EXTENSION': '0xf2a4e3da52cb21dd', 'ID_WWN_WITH_EXTENSION': '0x600140514e1c5412f2a4e3da52cb21dd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140514e1c5412f2a4e3da52cb21dd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715143859'} ; 2024-03-01 16:57:05,270 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 16:57:05,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,281 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:57:05,281 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:57:05,281 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:57:05,281 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:57:05,284 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:57:05,287 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:57:05,287 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 16:57:05,290 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 16:57:05,290 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:57:05,290 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:57:05,290 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82d0308f10) -- 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 = 600140514e1c5412f2a4e3da52cb21dd 2024-03-01 16:57:05,293 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:57:05,293 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:57:05,296 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/wwn-0x6001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-36001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', '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': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'ID_SERIAL': '36001405a1a87cda68094b1e883b4f5fe', 'ID_SERIAL_SHORT': '6001405a1a87cda68094b1e883b4f5fe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a1a87cda6', 'ID_WWN_VENDOR_EXTENSION': '0x8094b1e883b4f5fe', 'ID_WWN_WITH_EXTENSION': '0x6001405a1a87cda68094b1e883b4f5fe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a1a87cda68094b1e883b4f5fe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715163740'} ; 2024-03-01 16:57:05,296 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 16:57:05,299 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,301 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,306 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:57:05,307 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:57:05,307 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:57:05,307 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:57:05,310 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:57:05,313 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:57:05,313 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 16:57:05,315 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 16:57:05,316 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:57:05,316 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:57:05,316 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82d0314be0) -- 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 = 6001405a1a87cda68094b1e883b4f5fe 2024-03-01 16:57:05,319 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:57:05,319 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:57:05,322 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/wwn-0x6001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/scsi-36001405f053e2f031db4d2bb88ab5846', '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': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'ID_SERIAL': '36001405f053e2f031db4d2bb88ab5846', 'ID_SERIAL_SHORT': '6001405f053e2f031db4d2bb88ab5846', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f053e2f03', 'ID_WWN_VENDOR_EXTENSION': '0x1db4d2bb88ab5846', 'ID_WWN_WITH_EXTENSION': '0x6001405f053e2f031db4d2bb88ab5846', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f053e2f031db4d2bb88ab5846', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715228881'} ; 2024-03-01 16:57:05,322 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 16:57:05,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,332 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:57:05,333 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:57:05,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:57:05,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:57:05,336 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:57:05,338 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:57:05,339 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 16:57:05,341 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 16:57:05,342 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:57:05,342 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:57:05,342 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82d0314dc0) -- 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 = 6001405f053e2f031db4d2bb88ab5846 2024-03-01 16:57:05,345 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:57:05,345 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:57:05,348 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/scsi-36001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c930cf56-6dc6-4509-be81-374525d1ff3b ' '/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': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'ID_SERIAL': '36001405c930cf566dc64509be8137452', 'ID_SERIAL_SHORT': '6001405c930cf566dc64509be8137452', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c930cf566', 'ID_WWN_VENDOR_EXTENSION': '0xdc64509be8137452', 'ID_WWN_WITH_EXTENSION': '0x6001405c930cf566dc64509be8137452', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c930cf566dc64509be8137452', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715277294'} ; 2024-03-01 16:57:05,348 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 16:57:05,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,358 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:57:05,359 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:57:05,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:57:05,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:57:05,361 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:57:05,364 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:57:05,364 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 16:57:05,367 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 16:57:05,367 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:57:05,368 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:57:05,368 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82d030e2e0) -- 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 = 6001405c930cf566dc64509be8137452 2024-03-01 16:57:05,371 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:57:05,371 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:57:05,374 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/wwn-0x60014051528b2f7fa1b4b0ea44f2b71d', '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': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'ID_SERIAL': '360014051528b2f7fa1b4b0ea44f2b71d', 'ID_SERIAL_SHORT': '60014051528b2f7fa1b4b0ea44f2b71d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051528b2f7f', 'ID_WWN_VENDOR_EXTENSION': '0xa1b4b0ea44f2b71d', 'ID_WWN_WITH_EXTENSION': '0x60014051528b2f7fa1b4b0ea44f2b71d', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051528b2f7fa1b4b0ea44f2b71d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715335966'} ; 2024-03-01 16:57:05,374 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 16:57:05,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,384 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:57:05,384 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:57:05,384 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:57:05,384 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:57:05,387 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:57:05,390 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:57:05,390 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 16:57:05,393 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 16:57:05,393 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:57:05,393 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:57:05,393 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82d03111f0) -- 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 = 60014051528b2f7fa1b4b0ea44f2b71d 2024-03-01 16:57:05,396 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:57:05,397 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:57:05,399 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': '12232267'} ; 2024-03-01 16:57:05,399 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:57:05,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,409 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:57:05,409 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:57:05,409 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:57:05,409 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:57:05,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:57:05,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:57:05,412 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:57:05,414 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:57:05,415 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:57:05,417 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:57:05,418 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:57:05,418 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:57:05,418 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82d031e4c0) -- 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 16:57:05,421 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:57:05,424 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:05,424 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:57:05,427 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:05,427 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:57:05,430 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:05,430 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:57:05,433 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:05,433 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:57:05,436 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:57:05,438 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:05,441 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:57:05,453 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 0x7f82d1c281c0> 2024-03-01 16:57:05,498 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:57:05,502 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:57:05,502 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:57:05,505 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': '12234224'} ; 2024-03-01 16:57:05,506 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:57:05,506 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:57:05,508 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,514 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:57:05,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,519 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:05,531 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:05,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 16:57:05,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:57:05,554 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:57:05,554 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:57:05,557 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:57:05,559 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:57:05,560 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:57:05,562 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:57:05,563 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:05,563 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:57:05,566 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:57:05,568 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:57:05,571 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:57:05,574 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:57:05,576 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:57:05,577 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:05,577 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:57:05,577 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:57:05,577 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f82d0322fd0) -- 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 0x7f82d1479900> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:57:05,580 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:57:05,583 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:05,583 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:57:05,586 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:05,586 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:57:05,589 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:05,589 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:57:05,592 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:05,592 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:57:05,594 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:57:05,594 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:57:05,597 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:05,597 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:57:05,600 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:57:05,600 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:05,600 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:05,610 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:05,623 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:57:05,624 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:57:05,627 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 16:57:05,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,632 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 16:57:05,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:05,634 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:57:05,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,644 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:05,644 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:57:05,647 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,652 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 16:57:05,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:05,654 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:57:05,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:57:05,664 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:05,664 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:57:05,666 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 16:57:05,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,671 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 16:57:05,673 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:05,673 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 16:57:05,676 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 16:57:05,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:05,680 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 16:57:05,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:05,683 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:57:05,683 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 16:57:05,683 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 16:57:05,683 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 16:57:05,683 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:57:05,683 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 16:57:05,684 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 16:57:05,684 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 16:57:05,684 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 16:57:08,635 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_04thu9ma/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:08,669 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:08,669 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:57:08,671 INFO program/MainThread: stdout[2]: 2024-03-01 16:57:08,672 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 16:57:08,672 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:57:08,672 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:57:08,676 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:08,676 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:57:08,680 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:08,680 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:57:08,683 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:08,683 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:57:08,685 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:08,685 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:57:08,693 INFO program/MainThread: stdout: 2024-03-01 16:57:08,693 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:57:08,693 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:57:08,693 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:57:08,693 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:57:08,693 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:57:08,693 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:57:08,693 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:57:08,693 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:57:08,693 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:57:08,693 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:57:08,693 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:57:08,693 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:57:08,693 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:57:08,694 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:57:08,694 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:57:08,694 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:08,694 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 16:57:08,694 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:08,694 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:08,694 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:57:08,694 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:08,695 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:57:08,695 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:57:08,695 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:08,707 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:08,720 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 16:57:08,724 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_7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/scsi-360014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/wwn-0x60014057cf51c23445f40dfa6c25f805', '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': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'ID_SERIAL': '360014057cf51c23445f40dfa6c25f805', 'ID_SERIAL_SHORT': '60014057cf51c23445f40dfa6c25f805', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cf51c234', 'ID_WWN_VENDOR_EXTENSION': '0x45f40dfa6c25f805', 'ID_WWN_WITH_EXTENSION': '0x60014057cf51c23445f40dfa6c25f805', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cf51c23445f40dfa6c25f805', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714898134'} ; 2024-03-01 16:57:08,724 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 16:57:08,724 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 16:57:08,752 INFO program/MainThread: stdout[3]: 2024-03-01 16:57:08,752 INFO program/MainThread: stderr[3]: 2024-03-01 16:57:08,752 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:57:08,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:08,763 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:57:08,764 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 16:57:08,769 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:57:08,769 INFO blivet/MainThread: sda is a disk 2024-03-01 16:57:08,769 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:57:08,770 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:57:08,773 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:57:08,776 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:57:08,776 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 16:57:08,779 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 16:57:08,779 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:57:08,780 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:57:08,780 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8eca97c6d0) -- 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 = 60014057cf51c23445f40dfa6c25f805 2024-03-01 16:57:08,783 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:57:08,783 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:57:08,786 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/wwn-0x6001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/scsi-36001405bfdaa9bea299423f892a1b88d', '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': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'ID_SERIAL': '36001405bfdaa9bea299423f892a1b88d', 'ID_SERIAL_SHORT': '6001405bfdaa9bea299423f892a1b88d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bfdaa9bea', 'ID_WWN_VENDOR_EXTENSION': '0x299423f892a1b88d', 'ID_WWN_WITH_EXTENSION': '0x6001405bfdaa9bea299423f892a1b88d', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bfdaa9bea299423f892a1b88d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714880349'} ; 2024-03-01 16:57:08,786 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 16:57:08,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:08,797 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:57:08,797 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:57:08,798 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:57:08,798 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:57:08,801 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:57:08,803 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:57:08,804 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 16:57:08,807 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 16:57:08,807 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:57:08,807 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:57:08,807 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8ec9864700) -- 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 = 6001405bfdaa9bea299423f892a1b88d 2024-03-01 16:57:08,810 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:57:08,811 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:57:08,814 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-360014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c ' '/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': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'ID_SERIAL': '360014051372a44c1af14aec911a838a7', 'ID_SERIAL_SHORT': '60014051372a44c1af14aec911a838a7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051372a44c1', 'ID_WWN_VENDOR_EXTENSION': '0xaf14aec911a838a7', 'ID_WWN_WITH_EXTENSION': '0x60014051372a44c1af14aec911a838a7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051372a44c1af14aec911a838a7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715410443'} ; 2024-03-01 16:57:08,814 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 16:57:08,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:08,824 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:57:08,825 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:57:08,825 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:57:08,825 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:57:08,828 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:57:08,831 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:57:08,831 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 16:57:08,834 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 16:57:08,834 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:57:08,834 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:57:08,834 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8ec9864550) -- 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 = 60014051372a44c1af14aec911a838a7 2024-03-01 16:57:08,837 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:57:08,837 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:57:08,840 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/wwn-0x6001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405fb729fc8fd9847308990b0f84', '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': 'fb729fc8-fd98-4730-8990-b0f849513593', 'ID_SERIAL': '36001405fb729fc8fd9847308990b0f84', 'ID_SERIAL_SHORT': '6001405fb729fc8fd9847308990b0f84', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb729fc8f', 'ID_WWN_VENDOR_EXTENSION': '0xd9847308990b0f84', 'ID_WWN_WITH_EXTENSION': '0x6001405fb729fc8fd9847308990b0f84', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb729fc8fd9847308990b0f84', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715443786'} ; 2024-03-01 16:57:08,840 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 16:57:08,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,846 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:08,851 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:57:08,851 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:57:08,851 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:57:08,852 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:57:08,854 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:57:08,857 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:57:08,857 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 16:57:08,860 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 16:57:08,860 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:57:08,861 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:57:08,861 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8ec989e4c0) -- 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 = 6001405fb729fc8fd9847308990b0f84 2024-03-01 16:57:08,864 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:57:08,864 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:57:08,867 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:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/wwn-0x6001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/scsi-36001405f45dc9d5eb5d4232af322bc7b', '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': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'ID_SERIAL': '36001405f45dc9d5eb5d4232af322bc7b', 'ID_SERIAL_SHORT': '6001405f45dc9d5eb5d4232af322bc7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f45dc9d5e', 'ID_WWN_VENDOR_EXTENSION': '0xb5d4232af322bc7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f45dc9d5eb5d4232af322bc7b', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f45dc9d5eb5d4232af322bc7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714961596'} ; 2024-03-01 16:57:08,867 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 16:57:08,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,872 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:08,877 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:57:08,877 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:57:08,877 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:57:08,878 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:57:08,880 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:57:08,883 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:57:08,883 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 16:57:08,886 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 16:57:08,886 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:57:08,887 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:57:08,887 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8ec982e760) -- 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 = 6001405f45dc9d5eb5d4232af322bc7b 2024-03-01 16:57:08,890 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:57:08,890 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:57:08,893 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x6001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', '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': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'ID_SERIAL': '36001405bdf1754409e440edb3fee6cb5', 'ID_SERIAL_SHORT': '6001405bdf1754409e440edb3fee6cb5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bdf175440', 'ID_WWN_VENDOR_EXTENSION': '0x9e440edb3fee6cb5', 'ID_WWN_WITH_EXTENSION': '0x6001405bdf1754409e440edb3fee6cb5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bdf1754409e440edb3fee6cb5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715001239'} ; 2024-03-01 16:57:08,893 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 16:57:08,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:08,903 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:57:08,904 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:57:08,904 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:57:08,904 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:57:08,906 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:57:08,909 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:57:08,909 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 16:57:08,912 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 16:57:08,912 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:57:08,913 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:57:08,913 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8ec98644f0) -- 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 = 6001405bdf1754409e440edb3fee6cb5 2024-03-01 16:57:08,916 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:57:08,916 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:57:08,919 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/wwn-0x6001405612312a0b2d549c993d22f60a ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_612312a0-b2d5-49c9-93d2-2f60aa10c27b', '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': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'ID_SERIAL': '36001405612312a0b2d549c993d22f60a', 'ID_SERIAL_SHORT': '6001405612312a0b2d549c993d22f60a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405612312a0b', 'ID_WWN_VENDOR_EXTENSION': '0x2d549c993d22f60a', 'ID_WWN_WITH_EXTENSION': '0x6001405612312a0b2d549c993d22f60a', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405612312a0b2d549c993d22f60a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715062067'} ; 2024-03-01 16:57:08,919 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 16:57:08,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:08,929 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:57:08,930 INFO blivet/MainThread: sde is a disk 2024-03-01 16:57:08,930 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:57:08,930 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:57:08,933 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:57:08,935 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:57:08,936 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 16:57:08,939 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 16:57:08,939 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:57:08,939 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:57:08,939 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8ec9828790) -- 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 = 6001405612312a0b2d549c993d22f60a 2024-03-01 16:57:08,942 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:57:08,942 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:57:08,945 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/wwn-0x600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-3600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', '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': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'ID_SERIAL': '3600140514e1c5412f2a4e3da52cb21dd', 'ID_SERIAL_SHORT': '600140514e1c5412f2a4e3da52cb21dd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140514e1c5412', 'ID_WWN_VENDOR_EXTENSION': '0xf2a4e3da52cb21dd', 'ID_WWN_WITH_EXTENSION': '0x600140514e1c5412f2a4e3da52cb21dd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140514e1c5412f2a4e3da52cb21dd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715143859'} ; 2024-03-01 16:57:08,945 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 16:57:08,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:08,955 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:57:08,956 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:57:08,956 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:57:08,956 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:57:08,959 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:57:08,961 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:57:08,962 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 16:57:08,964 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 16:57:08,965 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:57:08,965 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:57:08,965 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8ec9828f10) -- 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 = 600140514e1c5412f2a4e3da52cb21dd 2024-03-01 16:57:08,968 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:57:08,968 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:57:08,971 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-id/scsi-36001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/wwn-0x6001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_a1a87cda-6809-4b1e-883b-4f5fe8349887', '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': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'ID_SERIAL': '36001405a1a87cda68094b1e883b4f5fe', 'ID_SERIAL_SHORT': '6001405a1a87cda68094b1e883b4f5fe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a1a87cda6', 'ID_WWN_VENDOR_EXTENSION': '0x8094b1e883b4f5fe', 'ID_WWN_WITH_EXTENSION': '0x6001405a1a87cda68094b1e883b4f5fe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a1a87cda68094b1e883b4f5fe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715163740'} ; 2024-03-01 16:57:08,971 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 16:57:08,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:08,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:08,981 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:57:08,982 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:57:08,982 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:57:08,982 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:57:08,985 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:57:08,987 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:57:08,988 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 16:57:08,990 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 16:57:08,991 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:57:08,991 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:57:08,991 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8ec9834be0) -- 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 = 6001405a1a87cda68094b1e883b4f5fe 2024-03-01 16:57:08,994 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:57:08,994 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:57:08,997 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-36001405f053e2f031db4d2bb88ab5846', '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': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'ID_SERIAL': '36001405f053e2f031db4d2bb88ab5846', 'ID_SERIAL_SHORT': '6001405f053e2f031db4d2bb88ab5846', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f053e2f03', 'ID_WWN_VENDOR_EXTENSION': '0x1db4d2bb88ab5846', 'ID_WWN_WITH_EXTENSION': '0x6001405f053e2f031db4d2bb88ab5846', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f053e2f031db4d2bb88ab5846', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715228881'} ; 2024-03-01 16:57:08,997 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 16:57:09,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:09,007 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:57:09,008 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:57:09,008 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:57:09,008 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:57:09,010 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:57:09,013 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:57:09,013 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 16:57:09,016 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 16:57:09,016 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:57:09,017 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:57:09,017 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8ec9834dc0) -- 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 = 6001405f053e2f031db4d2bb88ab5846 2024-03-01 16:57:09,020 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:57:09,020 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:57:09,022 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-36001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/wwn-0x6001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c930cf56-6dc6-4509-be81-374525d1ff3b', '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': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'ID_SERIAL': '36001405c930cf566dc64509be8137452', 'ID_SERIAL_SHORT': '6001405c930cf566dc64509be8137452', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c930cf566', 'ID_WWN_VENDOR_EXTENSION': '0xdc64509be8137452', 'ID_WWN_WITH_EXTENSION': '0x6001405c930cf566dc64509be8137452', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c930cf566dc64509be8137452', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715277294'} ; 2024-03-01 16:57:09,023 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 16:57:09,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:09,033 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:57:09,034 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:57:09,034 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:57:09,034 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:57:09,036 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:57:09,039 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:57:09,039 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 16:57:09,042 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 16:57:09,042 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:57:09,043 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:57:09,043 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8ec982e2e0) -- 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 = 6001405c930cf566dc64509be8137452 2024-03-01 16:57:09,046 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:57:09,046 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:57:09,048 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/scsi-360014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/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': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'ID_SERIAL': '360014051528b2f7fa1b4b0ea44f2b71d', 'ID_SERIAL_SHORT': '60014051528b2f7fa1b4b0ea44f2b71d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051528b2f7f', 'ID_WWN_VENDOR_EXTENSION': '0xa1b4b0ea44f2b71d', 'ID_WWN_WITH_EXTENSION': '0x60014051528b2f7fa1b4b0ea44f2b71d', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051528b2f7fa1b4b0ea44f2b71d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715335966'} ; 2024-03-01 16:57:09,049 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 16:57:09,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:09,059 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:57:09,059 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:57:09,059 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:57:09,060 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:57:09,062 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:57:09,065 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:57:09,065 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 16:57:09,068 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 16:57:09,068 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:57:09,069 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:57:09,069 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8ec98311f0) -- 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 = 60014051528b2f7fa1b4b0ea44f2b71d 2024-03-01 16:57:09,072 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:57:09,072 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:57:09,074 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': '12232267'} ; 2024-03-01 16:57:09,074 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:57:09,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:09,083 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:57:09,084 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:57:09,084 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:57:09,084 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:57:09,084 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:57:09,084 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:57:09,087 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:57:09,089 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:57:09,090 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:57:09,092 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:57:09,093 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:57:09,093 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:57:09,093 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8ec983e4c0) -- 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 16:57:09,096 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:57:09,099 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:09,099 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:57:09,102 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:09,102 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:57:09,105 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:09,105 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:57:09,108 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:09,108 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:57:09,111 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:57:09,114 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:09,116 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:57:09,123 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 0x7f8ecc073e80> 2024-03-01 16:57:09,165 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:57:09,168 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:57:09,169 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:57:09,172 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': '12234224'} ; 2024-03-01 16:57:09,172 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:57:09,172 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:57:09,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:09,180 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:57:09,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:09,185 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:09,197 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:09,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 16:57:09,217 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:57:09,220 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:57:09,220 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:57:09,223 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:57:09,226 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:57:09,226 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:57:09,229 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:57:09,229 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:09,229 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:57:09,232 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:57:09,235 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:57:09,237 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:57:09,240 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:57:09,243 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:57:09,243 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:09,243 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:57:09,244 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:57:09,243 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f8ec9842fd0) -- 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 0x7f8ecac8fd10> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:57:09,247 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:57:09,250 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:09,250 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:57:09,253 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:09,253 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:57:09,256 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:09,256 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:57:09,259 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:09,259 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:57:09,260 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:57:09,260 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:57:09,263 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:09,263 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:57:09,266 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:57:09,266 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:09,266 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:09,278 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:09,291 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:57:09,291 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:57:09,295 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 16:57:09,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:09,300 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 16:57:09,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:09,302 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:57:09,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:09,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:09,312 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:57:09,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:09,319 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 16:57:09,322 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:09,322 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:57:09,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:09,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:09,332 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:57:09,334 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 16:57:09,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:09,339 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 16:57:09,341 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:09,341 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 16:57:09,344 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 16:57:09,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:09,348 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 16:57:09,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:09,351 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:57:09,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,356 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:09,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:09,361 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 16:57:09,364 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,366 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 16:57:09,366 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:57:09,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 16:57:09,371 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:57:09,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 16:57:09,376 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:57:09,379 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:09,379 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 16:57:09,379 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:57:09,382 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:57:09,382 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:57:09,385 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:57:09,385 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:57:09,388 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:09,388 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 16:57:09,388 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 16:57:09,390 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:57:09,390 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:57:09,393 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:57:09,393 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:57:09,396 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:09,396 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 16:57:09,396 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 16:57:09,399 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:57:09,399 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:57:09,401 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:57:09,401 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:57:09,402 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:57:09,406 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:57:09,409 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:09,412 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:57:09,415 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:09,418 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:57:09,421 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:09,422 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:57:09,425 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:57:09,425 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 16:57:09,425 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:57:09,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:09,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:09,436 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 16:57:09,437 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:09,438 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:57:09,438 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 16:57:09,438 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:09,438 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:57:09,441 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:09,441 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 16:57:09,444 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:09,444 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 16:57:09,447 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:57:09,450 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:57:09,450 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 16:57:09,453 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:57:09,456 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:57:09,459 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:57:09,462 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 16:57:09,463 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:09,463 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:57:09,463 DEBUG blivet/MainThread: Adding test_vg1-lv1/308 MiB to test_vg1 2024-03-01 16:57:09,464 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 16:57:09,466 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 16:57:09,467 INFO program/MainThread: stderr[4]: 2024-03-01 16:57:09,467 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:57:09,467 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 16:57:09,467 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:09,467 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 16:57:09,472 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 16:57:09,472 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:09,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:09,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:09,482 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 16:57:09,483 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:09,484 DEBUG blivet/MainThread: vg test_vg1 has 2.69 GiB free 2024-03-01 16:57:09,484 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -793.5064935064935 2024-03-01 16:57:09,484 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:09,484 DEBUG blivet/MainThread: vg test_vg1 has 2.69 GiB free 2024-03-01 16:57:09,487 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:09,487 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 16:57:09,490 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:09,490 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 16:57:09,493 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:57:09,496 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:57:09,496 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 16:57:09,499 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:57:09,502 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:57:09,505 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:57:09,508 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 16:57:09,509 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:57:09,509 DEBUG blivet/MainThread: vg test_vg1 has 2.69 GiB free 2024-03-01 16:57:09,509 DEBUG blivet/MainThread: Adding test_vg1-lv2/308 MiB to test_vg1 2024-03-01 16:57:09,510 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 16:57:09,510 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:09,510 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 16:57:09,513 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 16:57:09,513 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:09,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:09,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:09,523 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 16:57:09,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 16:57:09,528 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 16:57:09,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 16:57:09,533 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 16:57:09,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 16:57:09,538 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 16:57:09,541 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:09,541 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 16:57:09,541 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 16:57:09,544 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:57:09,544 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:57:09,546 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 16:57:09,547 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:57:09,549 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:09,549 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 16:57:09,549 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 16:57:09,552 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:57:09,552 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:57:09,555 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 16:57:09,555 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:57:09,558 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:09,558 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 16:57:09,558 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 16:57:09,560 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:57:09,561 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:57:09,563 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 16:57:09,563 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:57:09,564 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 16:57:09,567 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 16:57:09,570 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:57:09,573 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 16:57:09,576 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:57:09,579 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 16:57:09,582 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:57:09,583 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 16:57:09,586 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 16:57:09,586 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 16:57:09,586 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:57:09,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:09,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:09,598 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 16:57:09,599 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:57:09,599 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 16:57:09,599 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 16:57:09,599 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:57:09,600 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 16:57:09,602 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:09,602 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 16:57:09,605 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:09,605 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 16:57:09,608 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:57:09,611 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:57:09,611 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 16:57:09,614 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 16:57:09,617 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:57:09,620 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:57:09,623 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 16:57:09,624 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:57:09,624 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 16:57:09,624 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 16:57:09,624 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 16:57:09,624 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:09,625 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 16:57:09,628 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 16:57:09,628 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:09,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:09,636 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:09,638 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 16:57:09,639 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:57:09,640 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 16:57:09,640 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -793.5064935064935 2024-03-01 16:57:09,640 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:57:09,640 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 16:57:09,643 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:09,643 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 16:57:09,646 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:09,646 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 16:57:09,649 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:57:09,652 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:57:09,652 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 16:57:09,655 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:57:09,658 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:57:09,661 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:57:09,664 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 16:57:09,664 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 16:57:09,665 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 16:57:09,665 DEBUG blivet/MainThread: Adding test_vg2-lv4/308 MiB to test_vg2 2024-03-01 16:57:09,665 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 16:57:09,665 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:09,665 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 16:57:09,669 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 16:57:09,669 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:09,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:09,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:09,679 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 16:57:09,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 16:57:09,684 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 16:57:09,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 16:57:09,689 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 16:57:09,692 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 16:57:09,694 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 16:57:09,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 16:57:09,699 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 16:57:09,702 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:09,702 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 16:57:09,702 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 16:57:09,705 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:57:09,705 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:57:09,707 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 16:57:09,708 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:57:09,710 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:09,710 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 16:57:09,710 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 16:57:09,713 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:57:09,713 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:57:09,716 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 16:57:09,716 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:57:09,719 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:09,719 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 16:57:09,719 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 16:57:09,722 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:57:09,722 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:57:09,725 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 16:57:09,725 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:57:09,727 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:57:09,727 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 16:57:09,728 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 16:57:09,730 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:57:09,730 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:57:09,733 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 16:57:09,733 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:57:09,734 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 16:57:09,737 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 16:57:09,740 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:09,743 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 16:57:09,746 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:09,750 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 16:57:09,752 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:09,756 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 16:57:09,759 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:09,760 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 16:57:09,763 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 16:57:09,763 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 16:57:09,763 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:57:09,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:09,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:09,776 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 16:57:09,777 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:09,777 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 16:57:09,777 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -900.0 2024-03-01 16:57:09,778 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:09,778 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 16:57:09,781 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:09,781 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 16:57:09,783 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:09,784 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 16:57:09,787 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:57:09,789 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:57:09,790 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 16:57:09,793 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 16:57:09,796 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:57:09,799 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:57:09,802 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 16:57:09,802 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:09,803 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 16:57:09,803 DEBUG blivet/MainThread: Adding test_vg3-lv5/408 MiB to test_vg3 2024-03-01 16:57:09,803 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 16:57:09,803 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:09,803 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 16:57:09,806 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 16:57:09,807 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:09,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:09,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:09,817 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 16:57:09,818 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:09,818 DEBUG blivet/MainThread: vg test_vg3 has 3.59 GiB free 2024-03-01 16:57:09,819 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -800.0 2024-03-01 16:57:09,819 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:09,819 DEBUG blivet/MainThread: vg test_vg3 has 3.59 GiB free 2024-03-01 16:57:09,822 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:09,822 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 16:57:09,825 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:09,825 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 16:57:09,828 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:57:09,831 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:57:09,831 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 16:57:09,834 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:57:09,837 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 16:57:09,840 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:57:09,843 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 16:57:09,844 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:09,844 DEBUG blivet/MainThread: vg test_vg3 has 3.59 GiB free 2024-03-01 16:57:09,844 DEBUG blivet/MainThread: Adding test_vg3-lv6/408 MiB to test_vg3 2024-03-01 16:57:09,845 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 16:57:09,845 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:09,845 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 16:57:09,848 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 16:57:09,848 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:09,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:09,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:09,859 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 16:57:09,859 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:09,860 DEBUG blivet/MainThread: vg test_vg3 has 3.19 GiB free 2024-03-01 16:57:09,860 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -700.0 2024-03-01 16:57:09,861 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:09,861 DEBUG blivet/MainThread: vg test_vg3 has 3.19 GiB free 2024-03-01 16:57:09,864 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:09,864 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 16:57:09,866 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:09,867 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 16:57:09,870 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:57:09,873 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:57:09,873 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 16:57:09,876 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 16:57:09,879 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 16:57:09,882 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:57:09,885 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 16:57:09,886 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:09,886 DEBUG blivet/MainThread: vg test_vg3 has 3.19 GiB free 2024-03-01 16:57:09,887 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 16:57:09,887 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 16:57:09,887 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:09,887 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 16:57:09,890 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 16:57:09,890 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:09,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:09,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:09,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:09,901 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 16:57:09,902 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:09,902 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 16:57:09,903 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -600.0 2024-03-01 16:57:09,903 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:09,904 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 16:57:09,906 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:09,906 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 16:57:09,909 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:09,909 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 16:57:09,912 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:57:09,915 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:57:09,916 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 16:57:09,919 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 16:57:09,922 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 16:57:09,924 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:57:09,927 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 16:57:09,928 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 16:57:09,929 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 16:57:09,929 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 16:57:09,929 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 16:57:09,929 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:09,929 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 16:57:09,932 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 16:57:09,933 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:09,934 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:57:09,934 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:57:09,934 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:57:09,934 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:57:09,934 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:57:09,934 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:57:09,934 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:57:09,934 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:09,934 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:09,934 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:09,935 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:09,935 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:57:09,935 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:57:09,935 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:57:09,935 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:57:09,935 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:57:09,935 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:57:09,935 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:57:09,935 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:09,935 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:09,935 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:09,935 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:09,935 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:57:09,935 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:57:09,935 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:57:09,935 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:57:09,935 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:57:09,936 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:57:09,936 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:57:09,936 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:57:09,936 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:57:09,936 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:09,936 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:09,936 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:09,936 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:09,936 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:09,936 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:09,936 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:09,936 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:09,936 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:57:09,938 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:57:09,941 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:57:09,943 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:57:09,946 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:57:09,946 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:57:09,948 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:57:09,948 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 0x7f8eca8c1270> 2024-03-01 16:57:09,949 INFO blivet/MainThread: sorting actions... 2024-03-01 16:57:09,980 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:57:09,981 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:57:09,981 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:57:09,981 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:57:09,982 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:57:09,982 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:57:09,982 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:57:09,983 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:57:09,983 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:57:09,983 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:57:09,984 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:57:09,984 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:57:09,984 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:57:09,985 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:57:09,985 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:57:09,985 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:09,985 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:09,986 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:09,986 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:09,987 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:09,987 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:09,987 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:09,988 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:09,988 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:57:09,989 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:57:09,989 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:57:09,989 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:57:09,990 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:09,990 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:09,990 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:09,991 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:09,991 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:57:09,991 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:57:09,992 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:57:09,992 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:57:09,993 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:09,993 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:09,993 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:09,994 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:09,994 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 16:57:09,997 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:09,999 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 16:57:09,999 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 16:57:10,005 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,005 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,027 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,027 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,039 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,040 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 16:57:10,043 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:10,046 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 16:57:10,046 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 16:57:10,050 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,051 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,072 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,072 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,083 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,084 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 16:57:10,087 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:10,090 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 16:57:10,090 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 16:57:10,094 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,095 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,116 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,116 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,128 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,129 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 16:57:10,132 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:10,134 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 16:57:10,135 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 16:57:10,139 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,139 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,163 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,163 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,175 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,176 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 16:57:10,179 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:10,182 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 16:57:10,182 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 16:57:10,186 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,187 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,208 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,208 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,220 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,221 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 16:57:10,224 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:10,227 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 16:57:10,227 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 16:57:10,231 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,232 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,257 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,257 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,269 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,270 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 16:57:10,273 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:10,276 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 16:57:10,276 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 16:57:10,280 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,281 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,305 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,306 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,317 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,318 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:57:10,321 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:10,324 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 16:57:10,324 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 16:57:10,328 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,328 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,350 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,350 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,361 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,362 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:57:10,365 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:10,368 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 16:57:10,368 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 16:57:10,373 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,373 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,398 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,399 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,410 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,411 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:57:10,414 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:10,417 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 16:57:10,417 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 16:57:10,421 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,422 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,446 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,446 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,458 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,459 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 16:57:10,462 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:10,465 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:57:10,467 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:57:10,467 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 16:57:10,467 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:10,468 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:10,508 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 16:57:10,508 INFO program/MainThread: stderr[5]: 2024-03-01 16:57:10,508 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:57:10,509 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 16:57:10,516 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 16:57:10,516 INFO program/MainThread: stderr[6]: 2024-03-01 16:57:10,516 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:57:10,516 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdj ... 2024-03-01 16:57:10,544 INFO program/MainThread: stdout[7]: 2024-03-01 16:57:10,544 INFO program/MainThread: stderr[7]: 2024-03-01 16:57:10,544 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:57:10,544 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdj 2024-03-01 16:57:10,545 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,557 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,561 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:57:10,561 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 16:57:10,562 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 16:57:10,571 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,571 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,592 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,592 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 16:57:10,596 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:10,599 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:57:10,601 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:57:10,601 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 16:57:10,601 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:10,601 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:10,639 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdi" successfully created. 2024-03-01 16:57:10,639 INFO program/MainThread: stderr[8]: 2024-03-01 16:57:10,639 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:57:10,640 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 16:57:10,649 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 16:57:10,649 INFO program/MainThread: stderr[9]: 2024-03-01 16:57:10,649 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:57:10,649 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdi ... 2024-03-01 16:57:10,676 INFO program/MainThread: stdout[10]: 2024-03-01 16:57:10,676 INFO program/MainThread: stderr[10]: 2024-03-01 16:57:10,676 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:57:10,676 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdi 2024-03-01 16:57:10,677 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,689 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,693 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:57:10,693 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 16:57:10,694 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 16:57:10,703 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,703 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,726 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,726 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 16:57:10,730 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:10,732 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:57:10,735 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:57:10,735 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 16:57:10,735 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:10,735 INFO program/MainThread: Running [11] lvm pvcreate /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:10,765 INFO program/MainThread: stdout[11]: Physical volume "/dev/sdh" successfully created. 2024-03-01 16:57:10,765 INFO program/MainThread: stderr[11]: 2024-03-01 16:57:10,765 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:57:10,765 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 16:57:10,778 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 16:57:10,779 INFO program/MainThread: stderr[12]: 2024-03-01 16:57:10,779 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:57:10,779 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sdh ... 2024-03-01 16:57:10,806 INFO program/MainThread: stdout[13]: 2024-03-01 16:57:10,806 INFO program/MainThread: stderr[13]: 2024-03-01 16:57:10,806 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:57:10,806 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdh 2024-03-01 16:57:10,806 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,818 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,822 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:57:10,822 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 16:57:10,823 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 16:57:10,831 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,831 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,854 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,854 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 16:57:10,858 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:10,860 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:57:10,863 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:57:10,863 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 16:57:10,863 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:10,863 INFO program/MainThread: Running [14] lvm pvcreate /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:10,894 INFO program/MainThread: stdout[14]: Physical volume "/dev/sdg" successfully created. 2024-03-01 16:57:10,894 INFO program/MainThread: stderr[14]: 2024-03-01 16:57:10,894 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:57:10,894 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 16:57:10,907 INFO program/MainThread: stdout[15]: use_devicesfile=1 2024-03-01 16:57:10,908 INFO program/MainThread: stderr[15]: 2024-03-01 16:57:10,908 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:57:10,908 INFO program/MainThread: Running [16] lvmdevices --adddev /dev/sdg ... 2024-03-01 16:57:10,938 INFO program/MainThread: stdout[16]: 2024-03-01 16:57:10,938 INFO program/MainThread: stderr[16]: 2024-03-01 16:57:10,938 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:57:10,938 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdg 2024-03-01 16:57:10,938 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,950 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,954 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:57:10,954 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 16:57:10,955 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 16:57:10,964 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,964 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:10,987 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:10,987 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 16:57:10,991 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 16:57:10,993 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 16:57:10,996 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:10,999 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:57:11,001 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:11,004 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:57:11,006 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:11,009 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:57:11,011 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:11,014 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:57:11,017 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 16:57:11,017 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 16:57:11,063 INFO program/MainThread: stdout[17]: Volume group "test_vg3" successfully created 2024-03-01 16:57:11,064 INFO program/MainThread: stderr[17]: 2024-03-01 16:57:11,066 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:57:11,075 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:11,083 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 16:57:11,090 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:11,102 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:57:11,109 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:11,115 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:57:11,130 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:11,143 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:57:11,154 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:11,161 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:57:11,162 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:11,194 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:11,198 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 16:57:11,201 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 16:57:11,201 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:11,210 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:11,211 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 16:57:11,218 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:11,218 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:11,229 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:11,229 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:11,233 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 16:57:11,236 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 16:57:11,238 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:11,241 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 16:57:11,244 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:11,247 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:57:11,250 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:11,253 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:57:11,256 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:11,259 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:57:11,262 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:11,265 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:57:11,265 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:11,274 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:11,278 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 16:57:11,279 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 16:57:11,310 INFO program/MainThread: stdout[18]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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 16:57:11,310 INFO program/MainThread: stderr[18]: 2024-03-01 16:57:11,310 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:57:11,314 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 16:57:11,314 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 16:57:11,379 INFO program/MainThread: stdout[19]: Logical volume "lv8" created. 2024-03-01 16:57:11,379 INFO program/MainThread: stderr[19]: 2024-03-01 16:57:11,379 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:57:11,389 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:11,398 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:57:11,399 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:11,399 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:11,428 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:11,433 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 16:57:11,433 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:57:11,434 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:57:11,442 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:11,442 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:11,457 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:11,458 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 16:57:11,461 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:11,464 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:57:11,467 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 16:57:11,467 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 16:57:11,640 INFO program/MainThread: stdout: 2024-03-01 16:57:11,641 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 16:57:11,641 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:11,641 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:11,641 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:57:11,641 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 16:57:11,641 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:11,641 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:11,641 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:57:11,641 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:11,641 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:11,641 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:11,642 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 16:57:11,656 INFO program/MainThread: stdout: 2024-03-01 16:57:11,656 INFO program/MainThread: writing all SBs 2024-03-01 16:57:11,657 INFO program/MainThread: new label = "" 2024-03-01 16:57:11,657 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:11,657 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:11,673 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:11,677 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:57:11,677 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:11,678 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:57:11,687 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:11,687 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:11,703 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:11,703 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:11,707 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 16:57:11,710 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 16:57:11,713 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:11,713 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 16:57:11,747 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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 16:57:11,747 INFO program/MainThread: stderr[20]: 2024-03-01 16:57:11,748 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:57:11,751 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 16:57:11,751 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 16:57:11,813 INFO program/MainThread: stdout[21]: Logical volume "lv7" created. 2024-03-01 16:57:11,814 INFO program/MainThread: stderr[21]: 2024-03-01 16:57:11,814 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:57:11,823 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:11,829 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:57:11,830 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:57:11,830 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:11,873 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:11,878 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 16:57:11,878 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:57:11,879 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 16:57:11,887 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:11,888 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:11,903 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:11,904 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 16:57:11,907 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:11,910 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:57:11,912 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 16:57:11,913 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 16:57:12,663 INFO program/MainThread: stdout: 2024-03-01 16:57:12,664 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 16:57:12,664 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:12,664 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:12,664 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:57:12,664 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 16:57:12,664 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:12,664 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:12,664 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:57:12,664 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:12,664 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:12,664 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:12,665 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 16:57:12,682 INFO program/MainThread: stdout: 2024-03-01 16:57:12,683 INFO program/MainThread: writing all SBs 2024-03-01 16:57:12,683 INFO program/MainThread: new label = "" 2024-03-01 16:57:12,683 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:12,683 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:12,699 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:12,703 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:57:12,703 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:57:12,704 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 16:57:12,713 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:12,713 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:12,729 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:12,729 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:12,733 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 16:57:12,737 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 16:57:12,739 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:12,740 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 16:57:12,770 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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 16:57:12,771 INFO program/MainThread: stderr[22]: 2024-03-01 16:57:12,771 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:57:12,775 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 16:57:12,775 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 16:57:12,843 INFO program/MainThread: stdout[23]: Logical volume "lv6" created. 2024-03-01 16:57:12,844 INFO program/MainThread: stderr[23]: 2024-03-01 16:57:12,844 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:57:12,854 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:12,862 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:57:12,863 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:57:12,864 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:12,895 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:12,901 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 16:57:12,901 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 16:57:12,902 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 16:57:12,910 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:12,910 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:12,926 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:12,926 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 16:57:12,930 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:12,933 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:57:12,935 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 16:57:12,935 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 16:57:13,745 INFO program/MainThread: stdout: 2024-03-01 16:57:13,745 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=26112 blks 2024-03-01 16:57:13,745 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:13,746 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:13,746 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:57:13,746 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 16:57:13,746 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:13,746 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:13,746 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:57:13,746 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:13,746 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:13,746 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:13,746 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 16:57:13,759 INFO program/MainThread: stdout: 2024-03-01 16:57:13,760 INFO program/MainThread: writing all SBs 2024-03-01 16:57:13,760 INFO program/MainThread: new label = "" 2024-03-01 16:57:13,760 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:13,760 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:13,776 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:13,780 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:57:13,780 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:57:13,781 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 16:57:13,789 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:13,790 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:13,805 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:13,805 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:13,809 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 16:57:13,812 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 16:57:13,814 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:13,815 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 16:57:13,847 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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 16:57:13,847 INFO program/MainThread: stderr[24]: 2024-03-01 16:57:13,847 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:57:13,851 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 16:57:13,851 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 16:57:13,895 INFO program/MainThread: stdout[25]: Logical volume "lv5" created. 2024-03-01 16:57:13,895 INFO program/MainThread: stderr[25]: 2024-03-01 16:57:13,895 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:57:13,902 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:13,907 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:57:13,908 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:57:13,908 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:13,966 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:13,980 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 16:57:13,980 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 16:57:13,981 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 16:57:13,990 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:13,990 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:14,005 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:14,005 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 16:57:14,009 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:14,012 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:57:14,015 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 16:57:14,015 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 16:57:14,829 INFO program/MainThread: stdout: 2024-03-01 16:57:14,829 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=26112 blks 2024-03-01 16:57:14,829 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:14,829 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:14,829 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:57:14,829 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 16:57:14,829 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:14,829 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:14,829 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:57:14,829 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:14,829 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:14,830 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:14,830 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 16:57:14,845 INFO program/MainThread: stdout: 2024-03-01 16:57:14,845 INFO program/MainThread: writing all SBs 2024-03-01 16:57:14,845 INFO program/MainThread: new label = "" 2024-03-01 16:57:14,845 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:14,845 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:14,861 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:14,865 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:57:14,865 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:57:14,866 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 16:57:14,875 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:14,876 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:14,893 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:14,893 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 16:57:14,897 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:14,899 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:57:14,902 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:57:14,902 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 16:57:14,902 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:14,902 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:14,936 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdf" successfully created. 2024-03-01 16:57:14,936 INFO program/MainThread: stderr[26]: 2024-03-01 16:57:14,937 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:57:14,937 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 16:57:14,948 INFO program/MainThread: stdout[27]: use_devicesfile=1 2024-03-01 16:57:14,949 INFO program/MainThread: stderr[27]: 2024-03-01 16:57:14,949 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:57:14,949 INFO program/MainThread: Running [28] lvmdevices --adddev /dev/sdf ... 2024-03-01 16:57:14,976 INFO program/MainThread: stdout[28]: 2024-03-01 16:57:14,976 INFO program/MainThread: stderr[28]: 2024-03-01 16:57:14,976 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:57:14,976 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdf 2024-03-01 16:57:14,976 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:14,988 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:14,992 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:57:14,992 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 16:57:14,993 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 16:57:15,001 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:15,002 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:15,024 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:15,024 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 16:57:15,028 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:15,030 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:57:15,033 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:57:15,033 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 16:57:15,033 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:15,033 INFO program/MainThread: Running [29] lvm pvcreate /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:15,069 INFO program/MainThread: stdout[29]: Physical volume "/dev/sde" successfully created. 2024-03-01 16:57:15,070 INFO program/MainThread: stderr[29]: 2024-03-01 16:57:15,070 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:57:15,070 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 16:57:15,079 INFO program/MainThread: stdout[30]: use_devicesfile=1 2024-03-01 16:57:15,079 INFO program/MainThread: stderr[30]: 2024-03-01 16:57:15,079 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:57:15,079 INFO program/MainThread: Running [31] lvmdevices --adddev /dev/sde ... 2024-03-01 16:57:15,108 INFO program/MainThread: stdout[31]: 2024-03-01 16:57:15,108 INFO program/MainThread: stderr[31]: 2024-03-01 16:57:15,108 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:57:15,108 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sde 2024-03-01 16:57:15,109 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:15,120 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:15,124 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:57:15,124 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 16:57:15,125 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 16:57:15,134 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:15,134 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:15,154 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:15,154 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 16:57:15,158 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:15,160 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:57:15,163 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:57:15,163 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 16:57:15,163 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:15,163 INFO program/MainThread: Running [32] lvm pvcreate /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:15,201 INFO program/MainThread: stdout[32]: Physical volume "/dev/sdd" successfully created. 2024-03-01 16:57:15,201 INFO program/MainThread: stderr[32]: 2024-03-01 16:57:15,202 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:57:15,202 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 16:57:15,211 INFO program/MainThread: stdout[33]: use_devicesfile=1 2024-03-01 16:57:15,211 INFO program/MainThread: stderr[33]: 2024-03-01 16:57:15,211 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:57:15,211 INFO program/MainThread: Running [34] lvmdevices --adddev /dev/sdd ... 2024-03-01 16:57:15,242 INFO program/MainThread: stdout[34]: 2024-03-01 16:57:15,242 INFO program/MainThread: stderr[34]: 2024-03-01 16:57:15,242 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 16:57:15,242 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdd 2024-03-01 16:57:15,243 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:15,254 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:15,258 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:57:15,258 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 16:57:15,259 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 16:57:15,267 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:15,267 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:15,290 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:15,290 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 16:57:15,294 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 16:57:15,296 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 16:57:15,299 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:15,302 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:57:15,304 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:15,307 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:57:15,309 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:15,312 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:57:15,314 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 16:57:15,315 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 16:57:15,368 INFO program/MainThread: stdout[35]: Volume group "test_vg2" successfully created 2024-03-01 16:57:15,368 INFO program/MainThread: stderr[35]: 2024-03-01 16:57:15,368 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 16:57:15,375 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:15,381 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 16:57:15,388 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:15,394 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:57:15,399 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:15,404 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:57:15,407 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:15,410 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:57:15,410 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:15,422 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:15,426 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 16:57:15,429 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 16:57:15,429 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:15,440 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:15,441 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 16:57:15,448 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:15,448 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:15,459 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:15,459 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:15,463 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 16:57:15,465 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 16:57:15,468 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:15,471 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 16:57:15,474 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:15,477 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:57:15,480 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:15,483 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:57:15,486 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:15,489 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:57:15,489 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:15,500 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:15,504 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 16:57:15,504 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 16:57:15,543 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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 16:57:15,543 INFO program/MainThread: stderr[36]: 2024-03-01 16:57:15,543 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 16:57:15,547 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 16:57:15,547 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 16:57:15,722 INFO program/MainThread: stdout[37]: Logical volume "lv4" created. 2024-03-01 16:57:15,723 INFO program/MainThread: stderr[37]: 2024-03-01 16:57:15,723 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 16:57:15,733 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:15,739 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:57:15,740 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:57:15,740 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:15,778 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:15,782 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 16:57:15,783 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 16:57:15,783 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 16:57:15,791 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:15,792 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:15,807 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:15,807 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 16:57:15,811 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:15,814 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:57:15,816 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 16:57:15,816 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 16:57:16,002 INFO program/MainThread: stdout: 2024-03-01 16:57:16,002 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=19712 blks 2024-03-01 16:57:16,002 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:16,002 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:16,002 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:57:16,003 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 16:57:16,003 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:16,003 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:16,003 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:57:16,003 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:16,003 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:16,003 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,003 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 16:57:16,018 INFO program/MainThread: stdout: 2024-03-01 16:57:16,018 INFO program/MainThread: writing all SBs 2024-03-01 16:57:16,018 INFO program/MainThread: new label = "" 2024-03-01 16:57:16,018 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,019 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,034 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,038 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:57:16,038 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:57:16,039 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 16:57:16,047 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,048 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,063 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,063 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:16,067 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 16:57:16,070 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 16:57:16,073 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:16,073 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 16:57:16,108 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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 16:57:16,109 INFO program/MainThread: stderr[38]: 2024-03-01 16:57:16,109 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 16:57:16,112 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 16:57:16,113 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 16:57:16,175 INFO program/MainThread: stdout[39]: Logical volume "lv3" created. 2024-03-01 16:57:16,175 INFO program/MainThread: stderr[39]: 2024-03-01 16:57:16,176 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 16:57:16,187 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:16,193 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:57:16,194 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:57:16,194 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,214 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,218 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 16:57:16,219 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:57:16,219 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 16:57:16,227 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,227 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:16,242 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:16,242 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 16:57:16,246 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:16,249 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:57:16,251 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 16:57:16,252 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 16:57:17,032 INFO program/MainThread: stdout: 2024-03-01 16:57:17,032 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 16:57:17,032 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:17,032 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:17,032 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:57:17,032 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 16:57:17,033 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:17,033 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:17,033 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:57:17,033 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:17,033 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:17,033 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,033 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 16:57:17,047 INFO program/MainThread: stdout: 2024-03-01 16:57:17,048 INFO program/MainThread: writing all SBs 2024-03-01 16:57:17,048 INFO program/MainThread: new label = "" 2024-03-01 16:57:17,048 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,048 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,064 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,068 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:57:17,068 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:57:17,069 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 16:57:17,078 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,078 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,093 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,093 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:57:17,097 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:17,099 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:17,102 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:17,102 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:57:17,102 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:17,102 INFO program/MainThread: Running [40] lvm pvcreate /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:17,132 INFO program/MainThread: stdout[40]: Physical volume "/dev/sdc" successfully created. 2024-03-01 16:57:17,133 INFO program/MainThread: stderr[40]: 2024-03-01 16:57:17,133 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 16:57:17,133 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 16:57:17,146 INFO program/MainThread: stdout[41]: use_devicesfile=1 2024-03-01 16:57:17,146 INFO program/MainThread: stderr[41]: 2024-03-01 16:57:17,146 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 16:57:17,146 INFO program/MainThread: Running [42] lvmdevices --adddev /dev/sdc ... 2024-03-01 16:57:17,171 INFO program/MainThread: stdout[42]: 2024-03-01 16:57:17,171 INFO program/MainThread: stderr[42]: 2024-03-01 16:57:17,171 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 16:57:17,171 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 16:57:17,171 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,183 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,187 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:57:17,187 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 16:57:17,188 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 16:57:17,196 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,197 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,216 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,216 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:57:17,220 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:17,222 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:17,225 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:17,225 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:57:17,225 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:17,226 INFO program/MainThread: Running [43] lvm pvcreate /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:17,267 INFO program/MainThread: stdout[43]: Physical volume "/dev/sdb" successfully created. 2024-03-01 16:57:17,267 INFO program/MainThread: stderr[43]: 2024-03-01 16:57:17,267 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 16:57:17,267 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 16:57:17,275 INFO program/MainThread: stdout[44]: use_devicesfile=1 2024-03-01 16:57:17,275 INFO program/MainThread: stderr[44]: 2024-03-01 16:57:17,275 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 16:57:17,275 INFO program/MainThread: Running [45] lvmdevices --adddev /dev/sdb ... 2024-03-01 16:57:17,305 INFO program/MainThread: stdout[45]: 2024-03-01 16:57:17,305 INFO program/MainThread: stderr[45]: 2024-03-01 16:57:17,305 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 16:57:17,305 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 16:57:17,305 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,317 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,321 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:57:17,321 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 16:57:17,322 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 16:57:17,330 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,331 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,354 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,354 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:57:17,358 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:17,361 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:17,363 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:17,363 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:57:17,363 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:17,364 INFO program/MainThread: Running [46] lvm pvcreate /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:57:17,404 INFO program/MainThread: stdout[46]: Physical volume "/dev/sda" successfully created. 2024-03-01 16:57:17,404 INFO program/MainThread: stderr[46]: 2024-03-01 16:57:17,404 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 16:57:17,405 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 16:57:17,412 INFO program/MainThread: stdout[47]: use_devicesfile=1 2024-03-01 16:57:17,412 INFO program/MainThread: stderr[47]: 2024-03-01 16:57:17,412 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 16:57:17,412 INFO program/MainThread: Running [48] lvmdevices --adddev /dev/sda ... 2024-03-01 16:57:17,445 INFO program/MainThread: stdout[48]: 2024-03-01 16:57:17,445 INFO program/MainThread: stderr[48]: 2024-03-01 16:57:17,445 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 16:57:17,445 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 16:57:17,446 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,457 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,461 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:57:17,461 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 16:57:17,462 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 16:57:17,470 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,470 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,493 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,494 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:57:17,497 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 16:57:17,499 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:57:17,502 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:17,505 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:17,507 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:17,510 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:17,513 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:17,515 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:17,518 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 16:57:17,518 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 16:57:17,567 INFO program/MainThread: stdout[49]: Volume group "test_vg1" successfully created 2024-03-01 16:57:17,568 INFO program/MainThread: stderr[49]: 2024-03-01 16:57:17,568 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 16:57:17,578 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:17,586 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:57:17,592 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:17,598 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:17,604 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:17,609 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:17,612 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:17,615 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:17,615 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,627 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,631 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:57:17,634 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:57:17,634 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,643 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,644 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 16:57:17,651 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,651 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,662 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,662 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:17,666 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 16:57:17,669 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 16:57:17,671 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:57:17,674 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:57:17,677 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:17,680 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:57:17,683 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:17,686 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:57:17,689 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:17,692 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:57:17,692 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,703 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,707 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:57:17,707 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 16:57:17,744 INFO program/MainThread: stdout[50]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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 16:57:17,744 INFO program/MainThread: stderr[50]: 2024-03-01 16:57:17,744 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 16:57:17,748 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 16:57:17,748 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 16:57:17,801 INFO program/MainThread: stdout[51]: Logical volume "lv2" created. 2024-03-01 16:57:17,801 INFO program/MainThread: stderr[51]: 2024-03-01 16:57:17,801 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 16:57:17,811 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:17,818 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:57:17,819 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:57:17,819 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,850 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,854 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 16:57:17,855 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 16:57:17,855 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 16:57:17,863 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,864 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:17,877 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:17,877 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 16:57:17,881 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:17,884 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:57:17,886 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 16:57:17,887 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 16:57:18,116 INFO program/MainThread: stdout: 2024-03-01 16:57:18,117 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=19712 blks 2024-03-01 16:57:18,117 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:18,117 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:18,117 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:57:18,117 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 16:57:18,117 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:18,117 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:18,117 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:57:18,117 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:18,117 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:18,117 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:18,118 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 16:57:18,132 INFO program/MainThread: stdout: 2024-03-01 16:57:18,132 INFO program/MainThread: writing all SBs 2024-03-01 16:57:18,132 INFO program/MainThread: new label = "" 2024-03-01 16:57:18,132 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:18,132 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:18,148 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:18,152 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:57:18,152 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:57:18,154 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 16:57:18,162 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:18,162 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:18,178 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:18,178 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:18,182 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 16:57:18,185 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 16:57:18,188 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:18,188 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 16:57:18,216 INFO program/MainThread: stdout[52]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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 16:57:18,217 INFO program/MainThread: stderr[52]: 2024-03-01 16:57:18,217 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 16:57:18,220 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 16:57:18,221 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 16:57:18,274 INFO program/MainThread: stdout[53]: Logical volume "lv1" created. 2024-03-01 16:57:18,275 INFO program/MainThread: stderr[53]: 2024-03-01 16:57:18,275 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 16:57:18,288 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:18,294 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:18,295 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:57:18,295 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:18,326 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:18,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 16:57:18,331 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 16:57:18,331 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 16:57:18,339 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:18,339 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:18,355 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:18,355 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:57:18,359 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:18,362 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:57:18,364 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 16:57:18,365 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 16:57:19,196 INFO program/MainThread: stdout: 2024-03-01 16:57:19,197 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=19712 blks 2024-03-01 16:57:19,197 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:57:19,197 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:57:19,197 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:57:19,197 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 16:57:19,197 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:57:19,197 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:57:19,197 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:57:19,197 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:57:19,197 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:57:19,197 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:19,198 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 16:57:19,211 INFO program/MainThread: stdout: 2024-03-01 16:57:19,211 INFO program/MainThread: writing all SBs 2024-03-01 16:57:19,211 INFO program/MainThread: new label = "" 2024-03-01 16:57:19,211 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:19,211 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:19,234 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:19,238 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:19,238 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:57:19,239 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 16:57:19,248 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:19,248 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:19,264 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:19,269 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:57:19,269 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 0x7f8ec988cc70> 2024-03-01 16:57:19,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:19,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 16:57:19,275 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:57:19,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:19,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 16:57:19,281 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 16:57:19,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:19,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 16:57:19,286 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 16:57:19,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:19,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 16:57:19,292 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 16:57:19,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:19,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 16:57:19,297 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 16:57:19,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:19,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 16:57:19,302 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 16:57:19,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:19,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 16:57:19,308 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 16:57:19,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:19,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 16:57:19,313 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 16:57:19,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:19,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 16:57:19,318 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:57:19,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:19,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 16:57:19,324 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 16:57:19,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:19,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 16:57:19,329 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 16:57:19,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:19,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 16:57:19,334 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 16:57:19,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:19,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 16:57:19,339 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 16:57:19,341 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:19,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 16:57:19,344 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 16:57:19,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:19,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 16:57:19,349 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 16:57:19,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:19,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 16:57:19,354 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 16:57:40,937 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_nq_ia41d/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:40,972 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:40,972 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:57:40,974 INFO program/MainThread: stdout[2]: 2024-03-01 16:57:40,975 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 16:57:40,975 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:57:40,975 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:57:40,979 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:40,979 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:57:40,983 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:40,983 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:57:40,986 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:40,986 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:57:40,989 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:40,989 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:57:41,007 INFO program/MainThread: stdout: 2024-03-01 16:57:41,007 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:57:41,007 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K 2024-03-01 16:57:41,007 INFO program/MainThread: |-test_vg1-lv1-real 322961408 root disk brw-rw---- 2024-03-01 16:57:41,007 INFO program/MainThread: | |-test_vg1-lv1 322961408 root disk brw-rw---- xfs 630a8279-ad47-4ad1-b6ca-c2acdbba482a 2024-03-01 16:57:41,007 INFO program/MainThread: | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs 630a8279-ad47-4ad1-b6ca-c2acdbba482a 2024-03-01 16:57:41,007 INFO program/MainThread: |-test_vg1-lv1_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 16:57:41,007 INFO program/MainThread: | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs 630a8279-ad47-4ad1-b6ca-c2acdbba482a 2024-03-01 16:57:41,007 INFO program/MainThread: |-test_vg1-lv2-real 322961408 root disk brw-rw---- 2024-03-01 16:57:41,007 INFO program/MainThread: | |-test_vg1-lv2 322961408 root disk brw-rw---- xfs d07e7067-538f-4d46-b7e0-44a3c75d5627 2024-03-01 16:57:41,007 INFO program/MainThread: | `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs d07e7067-538f-4d46-b7e0-44a3c75d5627 2024-03-01 16:57:41,008 INFO program/MainThread: `-test_vg1-lv2_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 16:57:41,008 INFO program/MainThread: `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs d07e7067-538f-4d46-b7e0-44a3c75d5627 2024-03-01 16:57:41,008 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS 2024-03-01 16:57:41,008 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS 2024-03-01 16:57:41,008 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF 2024-03-01 16:57:41,008 INFO program/MainThread: |-test_vg2-lv3-real 322961408 root disk brw-rw---- 2024-03-01 16:57:41,008 INFO program/MainThread: | |-test_vg2-lv3 322961408 root disk brw-rw---- xfs ee1019f1-f170-4ade-97ab-9b6236999601 2024-03-01 16:57:41,008 INFO program/MainThread: | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs ee1019f1-f170-4ade-97ab-9b6236999601 2024-03-01 16:57:41,008 INFO program/MainThread: |-test_vg2-lv3_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 16:57:41,008 INFO program/MainThread: | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs ee1019f1-f170-4ade-97ab-9b6236999601 2024-03-01 16:57:41,008 INFO program/MainThread: |-test_vg2-lv4-real 322961408 root disk brw-rw---- 2024-03-01 16:57:41,008 INFO program/MainThread: | |-test_vg2-lv4 322961408 root disk brw-rw---- xfs 61a3ebe1-d54a-474f-82f2-2687d5943dbd 2024-03-01 16:57:41,008 INFO program/MainThread: | `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 61a3ebe1-d54a-474f-82f2-2687d5943dbd 2024-03-01 16:57:41,008 INFO program/MainThread: `-test_vg2-lv4_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 16:57:41,008 INFO program/MainThread: `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 61a3ebe1-d54a-474f-82f2-2687d5943dbd 2024-03-01 16:57:41,008 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM 2024-03-01 16:57:41,008 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo 2024-03-01 16:57:41,008 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM 2024-03-01 16:57:41,008 INFO program/MainThread: |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:57:41,008 INFO program/MainThread: | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs e8202ed9-d197-4c63-960f-db323bc13157 2024-03-01 16:57:41,008 INFO program/MainThread: |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:57:41,008 INFO program/MainThread: | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 162ecaa7-00c7-41a7-be47-37643566d566 2024-03-01 16:57:41,008 INFO program/MainThread: |-test_vg3-lv7-real 427819008 root disk brw-rw---- 2024-03-01 16:57:41,008 INFO program/MainThread: | |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 3f6f4443-6bb6-4d53-a039-f8f742230d2a 2024-03-01 16:57:41,008 INFO program/MainThread: | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 3f6f4443-6bb6-4d53-a039-f8f742230d2a 2024-03-01 16:57:41,008 INFO program/MainThread: |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:57:41,008 INFO program/MainThread: | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 3f6f4443-6bb6-4d53-a039-f8f742230d2a 2024-03-01 16:57:41,008 INFO program/MainThread: `-test_vg3-lv8-real 427819008 root disk brw-rw---- 2024-03-01 16:57:41,008 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs b62c5782-6228-4f80-913e-e884fee51ecd 2024-03-01 16:57:41,008 INFO program/MainThread: `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs b62c5782-6228-4f80-913e-e884fee51ecd 2024-03-01 16:57:41,008 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe 2024-03-01 16:57:41,008 INFO program/MainThread: |-test_vg3-lv5-real 427819008 root disk brw-rw---- 2024-03-01 16:57:41,009 INFO program/MainThread: | |-test_vg3-lv5 427819008 root disk brw-rw---- xfs e8202ed9-d197-4c63-960f-db323bc13157 2024-03-01 16:57:41,009 INFO program/MainThread: | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs e8202ed9-d197-4c63-960f-db323bc13157 2024-03-01 16:57:41,009 INFO program/MainThread: |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:57:41,009 INFO program/MainThread: | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs e8202ed9-d197-4c63-960f-db323bc13157 2024-03-01 16:57:41,009 INFO program/MainThread: |-test_vg3-lv6-real 427819008 root disk brw-rw---- 2024-03-01 16:57:41,009 INFO program/MainThread: | |-test_vg3-lv6 427819008 root disk brw-rw---- xfs 162ecaa7-00c7-41a7-be47-37643566d566 2024-03-01 16:57:41,009 INFO program/MainThread: | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 162ecaa7-00c7-41a7-be47-37643566d566 2024-03-01 16:57:41,009 INFO program/MainThread: `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:57:41,009 INFO program/MainThread: `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs b62c5782-6228-4f80-913e-e884fee51ecd 2024-03-01 16:57:41,009 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ 2024-03-01 16:57:41,009 INFO program/MainThread: |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:57:41,009 INFO program/MainThread: | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 162ecaa7-00c7-41a7-be47-37643566d566 2024-03-01 16:57:41,009 INFO program/MainThread: |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:57:41,009 INFO program/MainThread: | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 3f6f4443-6bb6-4d53-a039-f8f742230d2a 2024-03-01 16:57:41,009 INFO program/MainThread: `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:57:41,009 INFO program/MainThread: `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs b62c5782-6228-4f80-913e-e884fee51ecd 2024-03-01 16:57:41,009 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml 2024-03-01 16:57:41,009 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:57:41,009 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:57:41,009 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:57:41,009 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:57:41,009 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,009 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K |-test_vg1-lv1-real 322961408 root disk brw-rw---- | |-test_vg1-lv1 322961408 root disk brw-rw---- xfs 630a8279-ad47-4ad1-b6ca-c2acdbba482a | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs 630a8279-ad47-4ad1-b6ca-c2acdbba482a |-test_vg1-lv1_snapset1-cow 130023424 root disk brw-rw---- | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs 630a8279-ad47-4ad1-b6ca-c2acdbba482a |-test_vg1-lv2-real 322961408 root disk brw-rw---- | |-test_vg1-lv2 322961408 root disk brw-rw---- xfs d07e7067-538f-4d46-b7e0-44a3c75d5627 | `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs d07e7067-538f-4d46-b7e0-44a3c75d5627 `-test_vg1-lv2_snapset1-cow 130023424 root disk brw-rw---- `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs d07e7067-538f-4d46-b7e0-44a3c75d5627 sdb 1073741824 root disk brw-rw---- LVM2_member 3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS sdc 1073741824 root disk brw-rw---- LVM2_member 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS sdd 1073741824 root disk brw-rw---- LVM2_member DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF |-test_vg2-lv3-real 322961408 root disk brw-rw---- | |-test_vg2-lv3 322961408 root disk brw-rw---- xfs ee1019f1-f170-4ade-97ab-9b6236999601 | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs ee1019f1-f170-4ade-97ab-9b6236999601 |-test_vg2-lv3_snapset1-cow 130023424 root disk brw-rw---- | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs ee1019f1-f170-4ade-97ab-9b6236999601 |-test_vg2-lv4-real 322961408 root disk brw-rw---- | |-test_vg2-lv4 322961408 root disk brw-rw---- xfs 61a3ebe1-d54a-474f-82f2-2687d5943dbd | `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 61a3ebe1-d54a-474f-82f2-2687d5943dbd `-test_vg2-lv4_snapset1-cow 130023424 root disk brw-rw---- `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 61a3ebe1-d54a-474f-82f2-2687d5943dbd sde 1073741824 root disk brw-rw---- LVM2_member AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM sdf 1073741824 root disk brw-rw---- LVM2_member KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo sdg 1073741824 root disk brw-rw---- LVM2_member rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs e8202ed9-d197-4c63-960f-db323bc13157 |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 162ecaa7-00c7-41a7-be47-37643566d566 |-test_vg3-lv7-real 427819008 root disk brw-rw---- | |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 3f6f4443-6bb6-4d53-a039-f8f742230d2a | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 3f6f4443-6bb6-4d53-a039-f8f742230d2a |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 3f6f4443-6bb6-4d53-a039-f8f742230d2a `-test_vg3-lv8-real 427819008 root disk brw-rw---- |-test_vg3-lv8 427819008 root disk brw-rw---- xfs b62c5782-6228-4f80-913e-e884fee51ecd `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs b62c5782-6228-4f80-913e-e884fee51ecd sdh 1073741824 root disk brw-rw---- LVM2_member A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe |-test_vg3-lv5-real 427819008 root disk brw-rw---- | |-test_vg3-lv5 427819008 root disk brw-rw---- xfs e8202ed9-d197-4c63-960f-db323bc13157 | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs e8202ed9-d197-4c63-960f-db323bc13157 |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs e8202ed9-d197-4c63-960f-db323bc13157 |-test_vg3-lv6-real 427819008 root disk brw-rw---- | |-test_vg3-lv6 427819008 root disk brw-rw---- xfs 162ecaa7-00c7-41a7-be47-37643566d566 | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 162ecaa7-00c7-41a7-be47-37643566d566 `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs b62c5782-6228-4f80-913e-e884fee51ecd sdi 1073741824 root disk brw-rw---- LVM2_member xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 162ecaa7-00c7-41a7-be47-37643566d566 |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 3f6f4443-6bb6-4d53-a039-f8f742230d2a `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs b62c5782-6228-4f80-913e-e884fee51ecd sdj 1073741824 root disk brw-rw---- LVM2_member WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml 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 16:57:41,009 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:41,010 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:41,010 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:57:41,010 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:41,010 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:57:41,010 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:57:41,010 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:41,022 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:41,048 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 16:57:41,052 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/lvm-pv-uuid-eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K ' '/dev/disk/by-id/wwn-0x60014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', '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': 'eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K', 'ID_FS_UUID_ENC': 'eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K', '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': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'ID_SERIAL': '360014057cf51c23445f40dfa6c25f805', 'ID_SERIAL_SHORT': '60014057cf51c23445f40dfa6c25f805', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cf51c234', 'ID_WWN_VENDOR_EXTENSION': '0x45f40dfa6c25f805', 'ID_WWN_WITH_EXTENSION': '0x60014057cf51c23445f40dfa6c25f805', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cf51c23445f40dfa6c25f805', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714898134'} ; 2024-03-01 16:57:41,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 16:57:41,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 16:57:41,096 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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=mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF 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=mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF 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=skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q 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=xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca 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=xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca 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=HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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 16:57:41,096 INFO program/MainThread: stderr[3]: 2024-03-01 16:57:41,096 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:57:41,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:41,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:41,107 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:57:41,109 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 16:57:41,113 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:57:41,114 INFO blivet/MainThread: sda is a disk 2024-03-01 16:57:41,114 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:57:41,114 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:57:41,118 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:57:41,121 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:57:41,121 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 16:57:41,124 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 16:57:41,124 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:57:41,125 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:57:41,125 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05548fd8e0) -- 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 = 60014057cf51c23445f40dfa6c25f805 2024-03-01 16:57:41,128 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:57:41,131 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:41,132 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:57:41,135 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:41,135 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:57:41,138 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:41,138 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:57:41,141 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:41,141 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:57:41,144 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:57:41,144 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:57:41,145 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 16:57:41,182 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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 16:57:41,182 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS. WARNING: Couldn't find device with uuid 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS. WARNING: VG test_vg1 is missing PV 3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS (last written to /dev/sdc). 2024-03-01 16:57:41,182 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:57:41,182 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:57:41,186 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K ; label: None ; device: /dev/sda ; serial: 360014057cf51c23445f40dfa6c25f805 ; exists: True ; vg_name: test_vg1 ; vg_uuid: vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d ; pe_start: 8 MiB ; free: 152 MiB ; 2024-03-01 16:57:41,186 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:57:41,189 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:57:41,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d ; incomplete: True ; hidden: False ; 2024-03-01 16:57:41,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:41,197 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:41,200 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:41,201 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 16:57:41,234 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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 16:57:41,234 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS. WARNING: Couldn't find device with uuid 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS. WARNING: VG test_vg1 is missing PV 3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS (last written to /dev/sdc). 2024-03-01 16:57:41,235 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:57:41,235 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:57:41,235 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:57:41,240 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:57:41,243 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:41,243 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:57:41,247 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:57:41,247 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 16:57:41,277 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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 16:57:41,278 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS. WARNING: Couldn't find device with uuid 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS. WARNING: VG test_vg1 is missing PV 3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS (last written to /dev/sdc). 2024-03-01 16:57:41,278 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:57:41,282 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:57:41,282 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:57:41,285 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:57:41,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d ; incomplete: True ; hidden: False ; 2024-03-01 16:57:41,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:57:41,290 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:57:41,290 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:41,294 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/wwn-0x6001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/scsi-36001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/lvm-pv-uuid-3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_bfdaa9be-a299-423f-892a-1b88db2554b9', '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': '3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS', 'ID_FS_UUID_ENC': '3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS', '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': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'ID_SERIAL': '36001405bfdaa9bea299423f892a1b88d', 'ID_SERIAL_SHORT': '6001405bfdaa9bea299423f892a1b88d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bfdaa9bea', 'ID_WWN_VENDOR_EXTENSION': '0x299423f892a1b88d', 'ID_WWN_WITH_EXTENSION': '0x6001405bfdaa9bea299423f892a1b88d', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bfdaa9bea299423f892a1b88d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714880349'} ; 2024-03-01 16:57:41,294 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 16:57:41,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:57:41,299 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:41,305 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:57:41,305 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:57:41,305 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:57:41,305 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:57:41,308 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:57:41,311 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:57:41,311 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 16:57:41,314 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 16:57:41,314 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:57:41,315 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:57:41,315 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05537da910) -- 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 = 6001405bfdaa9bea299423f892a1b88d 2024-03-01 16:57:41,318 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:57:41,321 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:41,321 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:57:41,324 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:41,324 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:57:41,327 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:41,327 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:57:41,330 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:41,330 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:57:41,333 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:57:41,333 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:57:41,333 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 16:57:41,371 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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 16:57:41,372 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS. WARNING: VG test_vg1 is missing PV 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS (last written to /dev/sdc). 2024-03-01 16:57:41,372 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:57:41,372 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:57:41,376 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS ; label: None ; device: /dev/sdb ; serial: 36001405bfdaa9bea299423f892a1b88d ; exists: True ; vg_name: test_vg1 ; vg_uuid: vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:57:41,376 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:57:41,379 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:57:41,381 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d ; incomplete: True ; hidden: False ; 2024-03-01 16:57:41,384 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:57:41,388 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:57:41,390 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:41,393 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:57:41,396 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d ; incomplete: True ; hidden: False ; 2024-03-01 16:57:41,398 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:41,399 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 16:57:41,434 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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 16:57:41,434 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS. WARNING: VG test_vg1 is missing PV 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS (last written to /dev/sdc). 2024-03-01 16:57:41,434 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:57:41,434 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:57:41,434 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:41,438 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/scsi-360014051372a44c1af14aec911a838a7 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/wwn-0x60014051372a44c1af14aec911a838a7', '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': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'ID_SERIAL': '360014051372a44c1af14aec911a838a7', 'ID_SERIAL_SHORT': '60014051372a44c1af14aec911a838a7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051372a44c1', 'ID_WWN_VENDOR_EXTENSION': '0xaf14aec911a838a7', 'ID_WWN_WITH_EXTENSION': '0x60014051372a44c1af14aec911a838a7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051372a44c1af14aec911a838a7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715410443'} ; 2024-03-01 16:57:41,438 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 16:57:41,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:57:41,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:41,449 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:57:41,450 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:57:41,450 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:57:41,450 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:57:41,453 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:57:41,455 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:57:41,456 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 16:57:41,458 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 16:57:41,459 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:57:41,459 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:57:41,459 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0553735c40) -- 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 = 60014051372a44c1af14aec911a838a7 2024-03-01 16:57:41,462 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:57:41,462 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:57:41,465 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/wwn-0x6001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405fb729fc8fd9847308990b0f84', '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': 'fb729fc8-fd98-4730-8990-b0f849513593', 'ID_SERIAL': '36001405fb729fc8fd9847308990b0f84', 'ID_SERIAL_SHORT': '6001405fb729fc8fd9847308990b0f84', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb729fc8f', 'ID_WWN_VENDOR_EXTENSION': '0xd9847308990b0f84', 'ID_WWN_WITH_EXTENSION': '0x6001405fb729fc8fd9847308990b0f84', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb729fc8fd9847308990b0f84', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715443786'} ; 2024-03-01 16:57:41,466 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 16:57:41,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:57:41,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:41,476 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:57:41,476 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:57:41,477 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:57:41,477 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:57:41,479 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:57:41,482 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:57:41,482 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 16:57:41,485 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 16:57:41,485 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:57:41,486 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:57:41,486 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0553735f70) -- 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 = 6001405fb729fc8fd9847308990b0f84 2024-03-01 16:57:41,489 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:57:41,489 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:57:41,492 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/lvm-pv-uuid-3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/scsi-36001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/wwn-0x6001405f45dc9d5eb5d4232af322bc7b', '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': '3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS', 'ID_FS_UUID_ENC': '3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS', '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': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'ID_SERIAL': '36001405f45dc9d5eb5d4232af322bc7b', 'ID_SERIAL_SHORT': '6001405f45dc9d5eb5d4232af322bc7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f45dc9d5e', 'ID_WWN_VENDOR_EXTENSION': '0xb5d4232af322bc7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f45dc9d5eb5d4232af322bc7b', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f45dc9d5eb5d4232af322bc7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714961596'} ; 2024-03-01 16:57:41,492 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 16:57:41,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:57:41,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:41,503 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:57:41,503 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:57:41,503 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:57:41,504 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:57:41,506 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:57:41,509 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:57:41,509 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 16:57:41,512 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 16:57:41,513 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:57:41,513 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:57:41,513 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0553731070) -- 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 = 6001405f45dc9d5eb5d4232af322bc7b 2024-03-01 16:57:41,516 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:57:41,519 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:41,519 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:57:41,522 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:41,522 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:57:41,525 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:41,525 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:57:41,528 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:41,528 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:57:41,530 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:57:41,531 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:57:41,531 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/sda,/dev/sdb ... 2024-03-01 16:57:41,567 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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 16:57:41,568 INFO program/MainThread: stderr[9]: 2024-03-01 16:57:41,568 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:57:41,568 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:57:41,572 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS ; label: None ; device: /dev/sdc ; serial: 36001405f45dc9d5eb5d4232af322bc7b ; exists: True ; vg_name: test_vg1 ; vg_uuid: vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:57:41,572 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:57:41,575 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:57:41,577 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d ; incomplete: True ; hidden: False ; 2024-03-01 16:57:41,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:41,583 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:57:41,586 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:41,589 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:57:41,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d ; incomplete: True ; hidden: False ; 2024-03-01 16:57:41,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:41,595 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/sda,/dev/sdb ... 2024-03-01 16:57:41,627 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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 16:57:41,628 INFO program/MainThread: stderr[10]: 2024-03-01 16:57:41,628 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:57:41,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:41,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:41,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr ; incomplete: False ; hidden: False ; 2024-03-01 16:57:41,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:41,640 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:57:41,643 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:57:41,643 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:57:41,646 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:57:41,650 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:41,650 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:57:41,653 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 16:57:41,654 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 16:57:41,654 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:57:41,657 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:57:41,660 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:57:41,660 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:57:41,663 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:57:41,666 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:41,666 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:57:41,669 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 16:57:41,670 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 16:57:41,670 DEBUG blivet/MainThread: Adding test_vg1-lv1/308 MiB to test_vg1 2024-03-01 16:57:41,670 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:57:41,673 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:41,673 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:57:41,676 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 16:57:41,676 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 16:57:41,680 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dyXxVu9Co86Wcwsb8dAcDV07p5H28rSRr ' '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/630a8279-ad47-4ad1-b6ca-c2acdbba482a ' '/dev/mapper/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-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dyXxVu9Co86Wcwsb8dAcDV07p5H28rSRr', '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': '630a8279-ad47-4ad1-b6ca-c2acdbba482a', 'ID_FS_UUID_ENC': '630a8279-ad47-4ad1-b6ca-c2acdbba482a', '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': '1101121766'} ; 2024-03-01 16:57:41,680 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:57:41,680 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:41,683 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:57:41,683 INFO program/MainThread: stderr[11]: 2024-03-01 16:57:41,683 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:57:41,683 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:41,685 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:57:41,685 INFO program/MainThread: stderr[12]: 2024-03-01 16:57:41,686 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:57:41,686 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:41,688 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:57:41,688 INFO program/MainThread: stderr[13]: 2024-03-01 16:57:41,688 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:57:41,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:41,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:57:41,698 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:41,699 DEBUG blivet/MainThread: vg test_vg1 has 2.68 GiB free 2024-03-01 16:57:41,699 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:41,699 DEBUG blivet/MainThread: vg test_vg1 has 2.68 GiB free 2024-03-01 16:57:41,696 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f055373ed90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7f0554804280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:41,700 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:41,702 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:57:41,702 INFO program/MainThread: stderr[14]: 2024-03-01 16:57:41,702 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:57:41,706 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:57:41,709 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:41,709 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:57:41,713 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:41,713 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:57:41,716 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:41,716 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:57:41,719 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:41,719 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:57:41,720 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:57:41,721 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:57:41,724 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:41,724 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:57:41,727 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:57:41,727 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:41,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:41,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:41,733 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv1_snapset1' 2024-03-01 16:57:41,733 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/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:57:41,766 INFO program/MainThread: stdout[15]: lv1 2024-03-01 16:57:41,767 INFO program/MainThread: stderr[15]: 2024-03-01 16:57:41,767 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:57:41,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:41,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 16:57:41,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:41,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 16:57:41,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn ; incomplete: False ; hidden: False ; 2024-03-01 16:57:41,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:41,785 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:57:41,788 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 16:57:41,788 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:57:41,791 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:41,794 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 16:57:41,795 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-28 2024-03-01 16:57:41,798 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 16:57:41,798 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:57:41,798 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 16:57:41,801 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 2 ; 2024-03-01 16:57:41,804 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 16:57:41,805 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:57:41,808 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:41,811 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 16:57:41,811 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-28 2024-03-01 16:57:41,814 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 16:57:41,814 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:57:41,815 DEBUG blivet/MainThread: Adding test_vg1-lv1_snapset1/124 MiB to test_vg1 2024-03-01 16:57:41,815 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv1_snapset1 (id 58) to device tree 2024-03-01 16:57:41,817 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 16:57:41,818 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-28 2024-03-01 16:57:41,821 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 16:57:41,821 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:57:41,825 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1_snapset1 /dev/test_vg1/lv1_snapset1 ' '/dev/disk/by-uuid/630a8279-ad47-4ad1-b6ca-c2acdbba482a ' '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dTTd5QGUsQdbBx806nhJYmWUMZHocPPpn', '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-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dTTd5QGUsQdbBx806nhJYmWUMZHocPPpn', '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': '630a8279-ad47-4ad1-b6ca-c2acdbba482a', 'ID_FS_UUID_ENC': '630a8279-ad47-4ad1-b6ca-c2acdbba482a', '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': '1106398177'} ; 2024-03-01 16:57:41,825 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-28)... 2024-03-01 16:57:41,825 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:57:41,828 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:57:41,828 INFO program/MainThread: stderr[16]: 2024-03-01 16:57:41,828 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:57:41,828 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:57:41,830 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:57:41,830 INFO program/MainThread: stderr[17]: 2024-03-01 16:57:41,831 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:57:41,831 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:57:41,833 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:57:41,833 INFO program/MainThread: stderr[18]: 2024-03-01 16:57:41,833 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:57:41,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:41,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 2024-03-01 16:57:41,842 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:41,843 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:41,843 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:41,844 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:41,840 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f055373e400) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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 (0x7f0554804280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:41,845 INFO program/MainThread: Running [19] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:57:41,847 INFO program/MainThread: stdout[19]: LVM 2024-03-01 16:57:41,847 INFO program/MainThread: stderr[19]: 2024-03-01 16:57:41,847 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:57:41,851 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 16:57:41,854 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:41,854 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 16:57:41,857 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:41,857 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 16:57:41,860 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:41,861 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 16:57:41,864 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:41,864 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:57:41,864 INFO blivet/MainThread: type detected on 'test_vg1-lv1_snapset1' is 'xfs' 2024-03-01 16:57:41,867 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:41,867 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 16:57:41,870 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:57:41,870 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:41,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:41,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:41,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G ; incomplete: False ; hidden: False ; 2024-03-01 16:57:41,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:41,882 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 72 2024-03-01 16:57:41,885 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:57:41,885 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:57:41,888 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:57:41,891 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:57:41,891 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:57:41,894 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 16:57:41,895 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 16:57:41,895 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 16:57:41,898 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 3 ; 2024-03-01 16:57:41,901 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:57:41,902 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 16:57:41,904 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:57:41,908 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:57:41,908 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:57:41,911 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 16:57:41,911 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 16:57:41,911 DEBUG blivet/MainThread: Adding test_vg1-lv2/308 MiB to test_vg1 2024-03-01 16:57:41,911 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 71) to device tree 2024-03-01 16:57:41,914 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:57:41,914 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:57:41,917 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 16:57:41,918 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 16:57:41,921 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-uuid/d07e7067-538f-4d46-b7e0-44a3c75d5627 ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8d61B7uoHe2Yip7CUtj3XBHA4VahGPzh2G ' '/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-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8d61B7uoHe2Yip7CUtj3XBHA4VahGPzh2G', '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': 'd07e7067-538f-4d46-b7e0-44a3c75d5627', 'ID_FS_UUID_ENC': 'd07e7067-538f-4d46-b7e0-44a3c75d5627', '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': '1100651690'} ; 2024-03-01 16:57:41,921 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:57:41,921 INFO program/MainThread: Running [20] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:41,924 INFO program/MainThread: stdout[20]: LVM 2024-03-01 16:57:41,924 INFO program/MainThread: stderr[20]: 2024-03-01 16:57:41,924 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:57:41,924 INFO program/MainThread: Running [21] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:41,926 INFO program/MainThread: stdout[21]: LVM 2024-03-01 16:57:41,926 INFO program/MainThread: stderr[21]: 2024-03-01 16:57:41,926 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:57:41,927 INFO program/MainThread: Running [22] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:41,929 INFO program/MainThread: stdout[22]: LVM 2024-03-01 16:57:41,929 INFO program/MainThread: stderr[22]: 2024-03-01 16:57:41,929 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:57:41,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:41,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) 2024-03-01 16:57:41,938 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:41,939 DEBUG blivet/MainThread: vg test_vg1 has 2.25 GiB free 2024-03-01 16:57:41,940 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:41,940 DEBUG blivet/MainThread: vg test_vg1 has 2.25 GiB free 2024-03-01 16:57:41,936 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05548fdb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7f0554804280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:41,941 INFO program/MainThread: Running [23] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:41,943 INFO program/MainThread: stdout[23]: LVM 2024-03-01 16:57:41,943 INFO program/MainThread: stderr[23]: 2024-03-01 16:57:41,944 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:57:41,947 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:57:41,951 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:41,951 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 78 2024-03-01 16:57:41,954 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:41,954 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 79 2024-03-01 16:57:41,957 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:41,957 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 80 2024-03-01 16:57:41,960 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:41,960 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 81 2024-03-01 16:57:41,961 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 16:57:41,964 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:41,964 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 82 2024-03-01 16:57:41,967 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:57:41,967 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:41,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:41,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:41,973 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv2_snapset1' 2024-03-01 16:57:41,973 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/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:57:42,005 INFO program/MainThread: stdout[24]: lv2 2024-03-01 16:57:42,006 INFO program/MainThread: stderr[24]: 2024-03-01 16:57:42,006 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:57:42,009 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:42,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem 2024-03-01 16:57:42,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:42,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem 2024-03-01 16:57:42,021 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I ; incomplete: False ; hidden: False ; 2024-03-01 16:57:42,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:42,024 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:57:42,028 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 3 ; 2024-03-01 16:57:42,028 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 16:57:42,031 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:42,034 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 16:57:42,034 DEBUG blivet/MainThread: test_vg1-lv2_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-31 2024-03-01 16:57:42,037 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 16:57:42,038 DEBUG blivet/MainThread: updated test_vg1-lv2_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:57:42,038 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 16:57:42,041 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 4 ; 2024-03-01 16:57:42,044 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 3 ; 2024-03-01 16:57:42,044 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 16:57:42,048 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:42,051 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 16:57:42,051 DEBUG blivet/MainThread: test_vg1-lv2_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-31 2024-03-01 16:57:42,054 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 16:57:42,054 DEBUG blivet/MainThread: updated test_vg1-lv2_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:57:42,055 DEBUG blivet/MainThread: Adding test_vg1-lv2_snapset1/124 MiB to test_vg1 2024-03-01 16:57:42,055 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv2_snapset1 (id 84) to device tree 2024-03-01 16:57:42,057 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 16:57:42,058 DEBUG blivet/MainThread: test_vg1-lv2_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-31 2024-03-01 16:57:42,061 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 16:57:42,061 DEBUG blivet/MainThread: updated test_vg1-lv2_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:57:42,064 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv2_snapset1 ' '/dev/disk/by-uuid/d07e7067-538f-4d46-b7e0-44a3c75d5627 ' '/dev/disk/by-id/dm-uuid-LVM-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dSC2xpk7OCObBhlmpAcn7xSm5rAQB0I6I ' '/dev/disk/by-id/dm-name-test_vg1-lv2_snapset1 ' '/dev/mapper/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-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dSC2xpk7OCObBhlmpAcn7xSm5rAQB0I6I', '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': 'd07e7067-538f-4d46-b7e0-44a3c75d5627', 'ID_FS_UUID_ENC': 'd07e7067-538f-4d46-b7e0-44a3c75d5627', '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': '1106622713'} ; 2024-03-01 16:57:42,064 INFO blivet/MainThread: scanning test_vg1-lv2_snapset1 (/sys/devices/virtual/block/dm-31)... 2024-03-01 16:57:42,065 INFO program/MainThread: Running [25] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:57:42,068 INFO program/MainThread: stdout[25]: LVM 2024-03-01 16:57:42,068 INFO program/MainThread: stderr[25]: 2024-03-01 16:57:42,068 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:57:42,068 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:57:42,070 INFO program/MainThread: stdout[26]: LVM 2024-03-01 16:57:42,070 INFO program/MainThread: stderr[26]: 2024-03-01 16:57:42,070 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:57:42,071 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:57:42,073 INFO program/MainThread: stdout[27]: LVM 2024-03-01 16:57:42,073 INFO program/MainThread: stderr[27]: 2024-03-01 16:57:42,073 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:57:42,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:42,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) 2024-03-01 16:57:42,083 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:42,084 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:42,084 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:42,085 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:42,080 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05536effa0) -- name = test_vg1-lv2_snapset1 status = True id = 84 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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 (0x7f0554804280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:42,086 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:57:42,088 INFO program/MainThread: stdout[28]: LVM 2024-03-01 16:57:42,088 INFO program/MainThread: stderr[28]: 2024-03-01 16:57:42,089 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:57:42,092 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2_snapset1 ; 2024-03-01 16:57:42,096 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:42,096 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 91 2024-03-01 16:57:42,099 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:42,099 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 92 2024-03-01 16:57:42,102 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:42,102 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 16:57:42,105 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:42,106 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 94 2024-03-01 16:57:42,106 INFO blivet/MainThread: type detected on 'test_vg1-lv2_snapset1' is 'xfs' 2024-03-01 16:57:42,109 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:42,109 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 95 2024-03-01 16:57:42,112 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:57:42,112 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:42,112 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:42,115 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/lvm-pv-uuid-DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/wwn-0x6001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', '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': 'DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF', 'ID_FS_UUID_ENC': 'DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF', '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': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'ID_SERIAL': '36001405bdf1754409e440edb3fee6cb5', 'ID_SERIAL_SHORT': '6001405bdf1754409e440edb3fee6cb5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bdf175440', 'ID_WWN_VENDOR_EXTENSION': '0x9e440edb3fee6cb5', 'ID_WWN_WITH_EXTENSION': '0x6001405bdf1754409e440edb3fee6cb5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bdf1754409e440edb3fee6cb5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715001239'} ; 2024-03-01 16:57:42,115 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 16:57:42,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:42,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:42,127 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:57:42,128 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:57:42,128 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 99 2024-03-01 16:57:42,128 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 100 2024-03-01 16:57:42,131 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:57:42,134 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:57:42,134 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 16:57:42,137 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 16:57:42,137 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:57:42,137 INFO blivet/MainThread: added disk sdd (id 98) to device tree 2024-03-01 16:57:42,137 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05536e5fd0) -- 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 = 6001405bdf1754409e440edb3fee6cb5 2024-03-01 16:57:42,140 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:57:42,143 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:42,143 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 102 2024-03-01 16:57:42,146 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:42,146 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 103 2024-03-01 16:57:42,149 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:42,149 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 104 2024-03-01 16:57:42,152 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:42,152 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 105 2024-03-01 16:57:42,155 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 16:57:42,155 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 16:57:42,155 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/sdd,/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:57:42,189 INFO program/MainThread: stdout[29]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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 16:57:42,190 INFO program/MainThread: stderr[29]: WARNING: Couldn't find device with uuid AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM. WARNING: Couldn't find device with uuid KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo. WARNING: VG test_vg2 is missing PV AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM (last written to /dev/sde). WARNING: VG test_vg2 is missing PV KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo (last written to /dev/sdf). 2024-03-01 16:57:42,190 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:57:42,190 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 16:57:42,194 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF ; label: None ; device: /dev/sdd ; serial: 36001405bdf1754409e440edb3fee6cb5 ; exists: True ; vg_name: test_vg2 ; vg_uuid: WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 ; pe_start: 8 MiB ; free: 152 MiB ; 2024-03-01 16:57:42,194 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 106 2024-03-01 16:57:42,197 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 16:57:42,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 ; incomplete: True ; hidden: False ; 2024-03-01 16:57:42,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:42,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:42,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:42,208 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/sdd,/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:57:42,244 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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 16:57:42,245 INFO program/MainThread: stderr[30]: WARNING: Couldn't find device with uuid AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM. WARNING: Couldn't find device with uuid KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo. WARNING: VG test_vg2 is missing PV AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM (last written to /dev/sde). WARNING: VG test_vg2 is missing PV KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo (last written to /dev/sdf). 2024-03-01 16:57:42,245 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:57:42,245 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:57:42,245 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 108 2024-03-01 16:57:42,249 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 16:57:42,252 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:57:42,253 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 16:57:42,255 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 16:57:42,256 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/sdd,/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:57:42,297 INFO program/MainThread: stdout[31]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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 16:57:42,298 INFO program/MainThread: stderr[31]: WARNING: Couldn't find device with uuid AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM. WARNING: Couldn't find device with uuid KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo. WARNING: VG test_vg2 is missing PV AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM (last written to /dev/sde). WARNING: VG test_vg2 is missing PV KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo (last written to /dev/sdf). 2024-03-01 16:57:42,298 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:57:42,302 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 16:57:42,302 INFO blivet/MainThread: added lvmvg test_vg2 (id 107) to device tree 2024-03-01 16:57:42,305 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 16:57:42,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 ; incomplete: True ; hidden: False ; 2024-03-01 16:57:42,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (107) 2024-03-01 16:57:42,310 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:57:42,311 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:42,314 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/wwn-0x6001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/scsi-36001405612312a0b2d549c993d22f60a ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/lvm-pv-uuid-AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM', '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': 'AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM', 'ID_FS_UUID_ENC': 'AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM', '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': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'ID_SERIAL': '36001405612312a0b2d549c993d22f60a', 'ID_SERIAL_SHORT': '6001405612312a0b2d549c993d22f60a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405612312a0b', 'ID_WWN_VENDOR_EXTENSION': '0x2d549c993d22f60a', 'ID_WWN_WITH_EXTENSION': '0x6001405612312a0b2d549c993d22f60a', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405612312a0b2d549c993d22f60a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715062067'} ; 2024-03-01 16:57:42,314 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 16:57:42,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:57:42,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:42,326 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:57:42,326 INFO blivet/MainThread: sde is a disk 2024-03-01 16:57:42,327 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 113 2024-03-01 16:57:42,327 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 114 2024-03-01 16:57:42,329 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:57:42,332 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:57:42,332 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 16:57:42,335 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 16:57:42,336 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:57:42,336 INFO blivet/MainThread: added disk sde (id 112) to device tree 2024-03-01 16:57:42,336 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05536e5340) -- 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 = 6001405612312a0b2d549c993d22f60a 2024-03-01 16:57:42,339 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:57:42,342 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:42,342 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 116 2024-03-01 16:57:42,345 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:42,345 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 117 2024-03-01 16:57:42,348 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:42,348 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 118 2024-03-01 16:57:42,351 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:42,351 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 119 2024-03-01 16:57:42,354 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 16:57:42,354 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 16:57:42,354 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/sdd,/dev/sdc,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 16:57:42,394 INFO program/MainThread: stdout[32]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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 16:57:42,394 INFO program/MainThread: stderr[32]: WARNING: Couldn't find device with uuid KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo. WARNING: VG test_vg2 is missing PV KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo (last written to /dev/sdf). 2024-03-01 16:57:42,394 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:57:42,394 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 16:57:42,398 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM ; label: None ; device: /dev/sde ; serial: 36001405612312a0b2d549c993d22f60a ; exists: True ; vg_name: test_vg2 ; vg_uuid: WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:57:42,398 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 120 2024-03-01 16:57:42,401 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 16:57:42,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 ; incomplete: True ; hidden: False ; 2024-03-01 16:57:42,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (107) 2024-03-01 16:57:42,409 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 16:57:42,412 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:57:42,415 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 16:57:42,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 ; incomplete: True ; hidden: False ; 2024-03-01 16:57:42,420 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:42,421 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/sdd,/dev/sdc,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 16:57:42,461 INFO program/MainThread: stdout[33]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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 16:57:42,462 INFO program/MainThread: stderr[33]: WARNING: Couldn't find device with uuid KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo. WARNING: VG test_vg2 is missing PV KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo (last written to /dev/sdf). 2024-03-01 16:57:42,462 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:57:42,462 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:57:42,462 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:42,466 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/lvm-pv-uuid-KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/wwn-0x600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-3600140514e1c5412f2a4e3da52cb21dd', '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': 'KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo', 'ID_FS_UUID_ENC': 'KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo', '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': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'ID_SERIAL': '3600140514e1c5412f2a4e3da52cb21dd', 'ID_SERIAL_SHORT': '600140514e1c5412f2a4e3da52cb21dd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140514e1c5412', 'ID_WWN_VENDOR_EXTENSION': '0xf2a4e3da52cb21dd', 'ID_WWN_WITH_EXTENSION': '0x600140514e1c5412f2a4e3da52cb21dd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140514e1c5412f2a4e3da52cb21dd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715143859'} ; 2024-03-01 16:57:42,466 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 16:57:42,470 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:57:42,473 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:42,478 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:57:42,479 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:57:42,479 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 16:57:42,479 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 16:57:42,482 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:57:42,485 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:57:42,485 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 16:57:42,488 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 16:57:42,488 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:57:42,488 INFO blivet/MainThread: added disk sdf (id 122) to device tree 2024-03-01 16:57:42,488 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05536fe700) -- 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 = 600140514e1c5412f2a4e3da52cb21dd 2024-03-01 16:57:42,491 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:57:42,494 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:42,494 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 126 2024-03-01 16:57:42,497 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:42,497 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 127 2024-03-01 16:57:42,500 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:42,501 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 16:57:42,503 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:42,504 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 129 2024-03-01 16:57:42,506 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 16:57:42,506 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 16:57:42,506 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/sdd,/dev/sdc,/dev/sdf,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 16:57:42,546 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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 16:57:42,547 INFO program/MainThread: stderr[34]: 2024-03-01 16:57:42,547 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 16:57:42,547 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 16:57:42,551 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo ; label: None ; device: /dev/sdf ; serial: 3600140514e1c5412f2a4e3da52cb21dd ; exists: True ; vg_name: test_vg2 ; vg_uuid: WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:57:42,551 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 130 2024-03-01 16:57:42,554 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 16:57:42,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 ; incomplete: True ; hidden: False ; 2024-03-01 16:57:42,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:42,562 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 16:57:42,565 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:57:42,568 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 16:57:42,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 ; incomplete: True ; hidden: False ; 2024-03-01 16:57:42,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:42,574 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/sdd,/dev/sdc,/dev/sdf,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 16:57:42,614 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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 16:57:42,615 INFO program/MainThread: stderr[35]: 2024-03-01 16:57:42,615 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 16:57:42,619 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:42,622 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:42,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY ; incomplete: False ; hidden: False ; 2024-03-01 16:57:42,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:42,628 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 132 2024-03-01 16:57:42,631 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:57:42,631 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 16:57:42,634 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:57:42,637 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:57:42,638 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:57:42,641 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 16:57:42,641 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:57:42,641 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 135 2024-03-01 16:57:42,644 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 16:57:42,647 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:57:42,648 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 16:57:42,651 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:57:42,654 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:57:42,654 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:57:42,657 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 16:57:42,657 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:57:42,657 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 16:57:42,658 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 131) to device tree 2024-03-01 16:57:42,660 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:57:42,661 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:57:42,663 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 16:57:42,664 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:57:42,667 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-uuid/ee1019f1-f170-4ade-97ab-9b6236999601 ' '/dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-uuid-LVM-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1V3DQe3xYo2zJEJ4LxTMcrNGkVVQEXuaY ' '/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-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1V3DQe3xYo2zJEJ4LxTMcrNGkVVQEXuaY', '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': 'ee1019f1-f170-4ade-97ab-9b6236999601', 'ID_FS_UUID_ENC': 'ee1019f1-f170-4ade-97ab-9b6236999601', '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': '1099014866'} ; 2024-03-01 16:57:42,667 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:57:42,668 INFO program/MainThread: Running [36] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:42,670 INFO program/MainThread: stdout[36]: LVM 2024-03-01 16:57:42,671 INFO program/MainThread: stderr[36]: 2024-03-01 16:57:42,671 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 16:57:42,671 INFO program/MainThread: Running [37] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:42,673 INFO program/MainThread: stdout[37]: LVM 2024-03-01 16:57:42,673 INFO program/MainThread: stderr[37]: 2024-03-01 16:57:42,673 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 16:57:42,673 INFO program/MainThread: Running [38] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:42,676 INFO program/MainThread: stdout[38]: LVM 2024-03-01 16:57:42,676 INFO program/MainThread: stderr[38]: 2024-03-01 16:57:42,676 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 16:57:42,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:42,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) 2024-03-01 16:57:42,685 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:42,686 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:57:42,686 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:42,687 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:57:42,683 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05548044f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY 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 (0x7f05536feee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:42,687 INFO program/MainThread: Running [39] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:42,689 INFO program/MainThread: stdout[39]: LVM 2024-03-01 16:57:42,690 INFO program/MainThread: stderr[39]: 2024-03-01 16:57:42,690 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 16:57:42,693 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:57:42,697 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:42,697 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 138 2024-03-01 16:57:42,700 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:42,700 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 139 2024-03-01 16:57:42,703 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:42,703 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 140 2024-03-01 16:57:42,706 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:42,706 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 141 2024-03-01 16:57:42,706 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 16:57:42,709 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:42,710 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 142 2024-03-01 16:57:42,713 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:57:42,713 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:42,716 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:42,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:42,719 INFO blivet/MainThread: found lvm snapshot volume 'test_vg2-lv3_snapset1' 2024-03-01 16:57:42,719 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/sdd,/dev/sdc,/dev/sdf,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 16:57:42,752 INFO program/MainThread: stdout[40]: lv3 2024-03-01 16:57:42,752 INFO program/MainThread: stderr[40]: 2024-03-01 16:57:42,752 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 16:57:42,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:42,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem 2024-03-01 16:57:42,762 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:42,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem 2024-03-01 16:57:42,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk ; incomplete: False ; hidden: False ; 2024-03-01 16:57:42,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:42,770 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 16:57:42,773 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 1 ; 2024-03-01 16:57:42,774 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 146 2024-03-01 16:57:42,777 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:42,780 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 16:57:42,780 DEBUG blivet/MainThread: test_vg2-lv3_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-22 2024-03-01 16:57:42,784 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 16:57:42,784 DEBUG blivet/MainThread: updated test_vg2-lv3_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:57:42,784 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 16:57:42,787 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 2 ; 2024-03-01 16:57:42,790 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 1 ; 2024-03-01 16:57:42,790 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 149 2024-03-01 16:57:42,793 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:42,796 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 16:57:42,797 DEBUG blivet/MainThread: test_vg2-lv3_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-22 2024-03-01 16:57:42,800 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 16:57:42,800 DEBUG blivet/MainThread: updated test_vg2-lv3_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:57:42,800 DEBUG blivet/MainThread: Adding test_vg2-lv3_snapset1/124 MiB to test_vg2 2024-03-01 16:57:42,800 INFO blivet/MainThread: added lvmsnapshot test_vg2-lv3_snapset1 (id 144) to device tree 2024-03-01 16:57:42,803 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 16:57:42,803 DEBUG blivet/MainThread: test_vg2-lv3_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-22 2024-03-01 16:57:42,806 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 16:57:42,807 DEBUG blivet/MainThread: updated test_vg2-lv3_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:57:42,810 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-uuid/ee1019f1-f170-4ade-97ab-9b6236999601 ' '/dev/disk/by-id/dm-uuid-LVM-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1XpiG58NbCH3wLhEmPymDHUWdnrpZegsk ' '/dev/test_vg2/lv3_snapset1 /dev/mapper/test_vg2-lv3_snapset1', '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-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1XpiG58NbCH3wLhEmPymDHUWdnrpZegsk', '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': 'ee1019f1-f170-4ade-97ab-9b6236999601', 'ID_FS_UUID_ENC': 'ee1019f1-f170-4ade-97ab-9b6236999601', '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': '1105925570'} ; 2024-03-01 16:57:42,810 INFO blivet/MainThread: scanning test_vg2-lv3_snapset1 (/sys/devices/virtual/block/dm-22)... 2024-03-01 16:57:42,811 INFO program/MainThread: Running [41] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:57:42,814 INFO program/MainThread: stdout[41]: LVM 2024-03-01 16:57:42,814 INFO program/MainThread: stderr[41]: 2024-03-01 16:57:42,814 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 16:57:42,814 INFO program/MainThread: Running [42] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:57:42,816 INFO program/MainThread: stdout[42]: LVM 2024-03-01 16:57:42,816 INFO program/MainThread: stderr[42]: 2024-03-01 16:57:42,816 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 16:57:42,817 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:57:42,819 INFO program/MainThread: stdout[43]: LVM 2024-03-01 16:57:42,819 INFO program/MainThread: stderr[43]: 2024-03-01 16:57:42,819 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 16:57:42,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:42,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) 2024-03-01 16:57:42,829 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:42,830 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:42,830 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:42,831 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:42,827 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05537b9ac0) -- name = test_vg2-lv3_snapset1 status = True id = 144 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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 (0x7f05536feee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:42,831 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:57:42,834 INFO program/MainThread: stdout[44]: LVM 2024-03-01 16:57:42,834 INFO program/MainThread: stderr[44]: 2024-03-01 16:57:42,834 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 16:57:42,838 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3_snapset1 ; 2024-03-01 16:57:42,841 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:42,841 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 151 2024-03-01 16:57:42,844 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:42,844 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 152 2024-03-01 16:57:42,847 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:42,847 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 16:57:42,851 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:42,851 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 154 2024-03-01 16:57:42,851 INFO blivet/MainThread: type detected on 'test_vg2-lv3_snapset1' is 'xfs' 2024-03-01 16:57:42,854 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:42,854 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 155 2024-03-01 16:57:42,857 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:57:42,857 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:42,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:42,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:42,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:42,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:42,869 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 16:57:42,872 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:57:42,872 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 16:57:42,875 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:57:42,879 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:57:42,879 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:57:42,882 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 16:57:42,882 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 16:57:42,883 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 161 2024-03-01 16:57:42,886 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 3 ; 2024-03-01 16:57:42,889 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:57:42,889 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 162 2024-03-01 16:57:42,892 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:57:42,895 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:57:42,895 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:57:42,898 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 16:57:42,899 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 16:57:42,899 DEBUG blivet/MainThread: Adding test_vg2-lv4/308 MiB to test_vg2 2024-03-01 16:57:42,899 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 157) to device tree 2024-03-01 16:57:42,902 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:57:42,902 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:57:42,905 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 16:57:42,905 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 16:57:42,909 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-uuid/61a3ebe1-d54a-474f-82f2-2687d5943dbd ' '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1EXRVhoAuwBYHdeQtsTOYdMX1ZNfDHvK6', '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-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1EXRVhoAuwBYHdeQtsTOYdMX1ZNfDHvK6', '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': '61a3ebe1-d54a-474f-82f2-2687d5943dbd', 'ID_FS_UUID_ENC': '61a3ebe1-d54a-474f-82f2-2687d5943dbd', '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': '1098448877'} ; 2024-03-01 16:57:42,909 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:57:42,909 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:42,912 INFO program/MainThread: stdout[45]: LVM 2024-03-01 16:57:42,912 INFO program/MainThread: stderr[45]: 2024-03-01 16:57:42,912 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 16:57:42,912 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:42,915 INFO program/MainThread: stdout[46]: LVM 2024-03-01 16:57:42,915 INFO program/MainThread: stderr[46]: 2024-03-01 16:57:42,915 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 16:57:42,915 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:42,917 INFO program/MainThread: stdout[47]: LVM 2024-03-01 16:57:42,917 INFO program/MainThread: stderr[47]: 2024-03-01 16:57:42,917 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 16:57:42,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:42,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) 2024-03-01 16:57:42,927 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:42,928 DEBUG blivet/MainThread: vg test_vg2 has 2.25 GiB free 2024-03-01 16:57:42,929 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:42,929 DEBUG blivet/MainThread: vg test_vg2 has 2.25 GiB free 2024-03-01 16:57:42,925 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05536ef790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7f05536feee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:42,930 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:42,932 INFO program/MainThread: stdout[48]: LVM 2024-03-01 16:57:42,932 INFO program/MainThread: stderr[48]: 2024-03-01 16:57:42,933 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 16:57:42,936 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:57:42,940 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:42,940 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 164 2024-03-01 16:57:42,943 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:42,943 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 165 2024-03-01 16:57:42,946 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:42,946 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 166 2024-03-01 16:57:42,949 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:42,950 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 167 2024-03-01 16:57:42,950 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 16:57:42,953 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:42,953 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 168 2024-03-01 16:57:42,956 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:57:42,956 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:42,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:42,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:42,962 INFO blivet/MainThread: found lvm snapshot volume 'test_vg2-lv4_snapset1' 2024-03-01 16:57:42,962 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/sdd,/dev/sdc,/dev/sdf,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 16:57:42,996 INFO program/MainThread: stdout[49]: lv4 2024-03-01 16:57:42,997 INFO program/MainThread: stderr[49]: 2024-03-01 16:57:42,997 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 16:57:43,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,004 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem 2024-03-01 16:57:43,007 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem 2024-03-01 16:57:43,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:43,016 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 171 2024-03-01 16:57:43,020 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 3 ; 2024-03-01 16:57:43,020 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 172 2024-03-01 16:57:43,023 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:43,026 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 16:57:43,026 DEBUG blivet/MainThread: test_vg2-lv4_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-25 2024-03-01 16:57:43,029 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 16:57:43,030 DEBUG blivet/MainThread: updated test_vg2-lv4_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:57:43,030 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 174 2024-03-01 16:57:43,033 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 4 ; 2024-03-01 16:57:43,036 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 3 ; 2024-03-01 16:57:43,036 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 16:57:43,039 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:43,043 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 16:57:43,043 DEBUG blivet/MainThread: test_vg2-lv4_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-25 2024-03-01 16:57:43,055 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 16:57:43,056 DEBUG blivet/MainThread: updated test_vg2-lv4_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:57:43,056 DEBUG blivet/MainThread: Adding test_vg2-lv4_snapset1/124 MiB to test_vg2 2024-03-01 16:57:43,056 INFO blivet/MainThread: added lvmsnapshot test_vg2-lv4_snapset1 (id 170) to device tree 2024-03-01 16:57:43,059 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 16:57:43,059 DEBUG blivet/MainThread: test_vg2-lv4_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-25 2024-03-01 16:57:43,062 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 16:57:43,063 DEBUG blivet/MainThread: updated test_vg2-lv4_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:57:43,066 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg2/lv4_snapset1 ' '/dev/disk/by-id/dm-name-test_vg2-lv4_snapset1 ' '/dev/mapper/test_vg2-lv4_snapset1 ' '/dev/disk/by-uuid/61a3ebe1-d54a-474f-82f2-2687d5943dbd ' '/dev/disk/by-id/dm-uuid-LVM-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1PXf4qYYeqfQqQcWEUy5jfgqsMmeTow8K', '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-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1PXf4qYYeqfQqQcWEUy5jfgqsMmeTow8K', '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': '61a3ebe1-d54a-474f-82f2-2687d5943dbd', 'ID_FS_UUID_ENC': '61a3ebe1-d54a-474f-82f2-2687d5943dbd', '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': '1106150657'} ; 2024-03-01 16:57:43,066 INFO blivet/MainThread: scanning test_vg2-lv4_snapset1 (/sys/devices/virtual/block/dm-25)... 2024-03-01 16:57:43,066 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:57:43,069 INFO program/MainThread: stdout[50]: LVM 2024-03-01 16:57:43,069 INFO program/MainThread: stderr[50]: 2024-03-01 16:57:43,070 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 16:57:43,070 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:57:43,072 INFO program/MainThread: stdout[51]: LVM 2024-03-01 16:57:43,072 INFO program/MainThread: stderr[51]: 2024-03-01 16:57:43,072 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 16:57:43,072 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:57:43,075 INFO program/MainThread: stdout[52]: LVM 2024-03-01 16:57:43,075 INFO program/MainThread: stderr[52]: 2024-03-01 16:57:43,075 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 16:57:43,079 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) 2024-03-01 16:57:43,085 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:43,086 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:43,086 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:43,087 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:43,082 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f055370ec70) -- name = test_vg2-lv4_snapset1 status = True id = 170 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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 (0x7f05536feee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:43,088 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:57:43,090 INFO program/MainThread: stdout[53]: LVM 2024-03-01 16:57:43,090 INFO program/MainThread: stderr[53]: 2024-03-01 16:57:43,090 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 16:57:43,094 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4_snapset1 ; 2024-03-01 16:57:43,097 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:43,098 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 177 2024-03-01 16:57:43,101 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:43,101 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 178 2024-03-01 16:57:43,104 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:43,104 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 179 2024-03-01 16:57:43,107 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:43,107 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 180 2024-03-01 16:57:43,108 INFO blivet/MainThread: type detected on 'test_vg2-lv4_snapset1' is 'xfs' 2024-03-01 16:57:43,111 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:43,111 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 181 2024-03-01 16:57:43,114 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:57:43,114 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:43,114 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:43,117 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/wwn-0x6001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-id/scsi-36001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-id/lvm-pv-uuid-rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM', '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': 'rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM', 'ID_FS_UUID_ENC': 'rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM', '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': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'ID_SERIAL': '36001405a1a87cda68094b1e883b4f5fe', 'ID_SERIAL_SHORT': '6001405a1a87cda68094b1e883b4f5fe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a1a87cda6', 'ID_WWN_VENDOR_EXTENSION': '0x8094b1e883b4f5fe', 'ID_WWN_WITH_EXTENSION': '0x6001405a1a87cda68094b1e883b4f5fe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a1a87cda68094b1e883b4f5fe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715163740'} ; 2024-03-01 16:57:43,117 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 16:57:43,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,129 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:57:43,130 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:57:43,130 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 185 2024-03-01 16:57:43,130 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 16:57:43,133 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:57:43,136 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:57:43,136 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 16:57:43,139 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 16:57:43,139 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:57:43,139 INFO blivet/MainThread: added disk sdg (id 184) to device tree 2024-03-01 16:57:43,140 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0553746a30) -- 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 = 6001405a1a87cda68094b1e883b4f5fe 2024-03-01 16:57:43,143 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:57:43,145 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:43,146 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 188 2024-03-01 16:57:43,148 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:43,149 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 189 2024-03-01 16:57:43,152 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:43,152 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 190 2024-03-01 16:57:43,155 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:43,155 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 191 2024-03-01 16:57:43,157 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 16:57:43,157 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 16:57:43,158 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/sdg,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 16:57:43,191 INFO program/MainThread: stdout[54]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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=A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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=xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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=WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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 16:57:43,191 INFO program/MainThread: stderr[54]: WARNING: Couldn't find device with uuid A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe. WARNING: Couldn't find device with uuid xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ. WARNING: Couldn't find device with uuid WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml. WARNING: VG test_vg3 is missing PV A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml (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 16:57:43,191 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 16:57:43,192 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 16:57:43,196 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM ; label: None ; device: /dev/sdg ; serial: 36001405a1a87cda68094b1e883b4f5fe ; exists: True ; vg_name: test_vg3 ; vg_uuid: cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v ; pe_start: 8 MiB ; 2024-03-01 16:57:43,196 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 192 2024-03-01 16:57:43,199 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 16:57:43,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v ; incomplete: True ; hidden: False ; 2024-03-01 16:57:43,204 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:43,207 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,210 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/sdg,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 16:57:43,253 INFO program/MainThread: stdout[55]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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 16:57:43,253 INFO program/MainThread: stderr[55]: WARNING: Couldn't find device with uuid A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe. WARNING: Couldn't find device with uuid xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ. WARNING: Couldn't find device with uuid WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml. WARNING: VG test_vg3 is missing PV A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml (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 16:57:43,253 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 16:57:43,253 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:57:43,254 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 194 2024-03-01 16:57:43,258 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 16:57:43,261 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:43,261 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 16:57:43,264 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 16:57:43,264 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/sdg,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 16:57:43,303 INFO program/MainThread: stdout[56]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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=mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF 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=mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF 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=skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q 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=xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca 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=xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca 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=HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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 16:57:43,304 INFO program/MainThread: stderr[56]: WARNING: Couldn't find device with uuid A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe. WARNING: Couldn't find device with uuid xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ. WARNING: Couldn't find device with uuid WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml. WARNING: VG test_vg3 is missing PV A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml (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 16:57:43,304 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 16:57:43,308 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 16:57:43,309 INFO blivet/MainThread: added lvmvg test_vg3 (id 193) to device tree 2024-03-01 16:57:43,311 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 16:57:43,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v ; incomplete: True ; hidden: False ; 2024-03-01 16:57:43,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (193) 2024-03-01 16:57:43,317 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:57:43,317 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:43,320 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/wwn-0x6001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/scsi-36001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', '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': 'A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe', 'ID_FS_UUID_ENC': 'A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe', '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': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'ID_SERIAL': '36001405f053e2f031db4d2bb88ab5846', 'ID_SERIAL_SHORT': '6001405f053e2f031db4d2bb88ab5846', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f053e2f03', 'ID_WWN_VENDOR_EXTENSION': '0x1db4d2bb88ab5846', 'ID_WWN_WITH_EXTENSION': '0x6001405f053e2f031db4d2bb88ab5846', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f053e2f031db4d2bb88ab5846', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715228881'} ; 2024-03-01 16:57:43,320 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 16:57:43,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,333 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:57:43,333 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:57:43,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 16:57:43,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 200 2024-03-01 16:57:43,336 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:57:43,339 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:57:43,339 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 16:57:43,342 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 16:57:43,342 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:57:43,343 INFO blivet/MainThread: added disk sdh (id 198) to device tree 2024-03-01 16:57:43,343 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0554804370) -- 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 = 6001405f053e2f031db4d2bb88ab5846 2024-03-01 16:57:43,346 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:57:43,349 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:43,349 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 202 2024-03-01 16:57:43,352 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:43,352 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 203 2024-03-01 16:57:43,355 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:43,355 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 204 2024-03-01 16:57:43,358 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:43,358 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 205 2024-03-01 16:57:43,361 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 16:57:43,361 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 16:57:43,361 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/sdh,/dev/sdg,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 16:57:43,393 INFO program/MainThread: stdout[57]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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=A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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=xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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=WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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 16:57:43,394 INFO program/MainThread: stderr[57]: WARNING: Couldn't find device with uuid xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ. WARNING: Couldn't find device with uuid WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml. WARNING: VG test_vg3 is missing PV xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml (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 16:57:43,394 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 16:57:43,394 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 16:57:43,398 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe ; label: None ; device: /dev/sdh ; serial: 36001405f053e2f031db4d2bb88ab5846 ; exists: True ; vg_name: test_vg3 ; vg_uuid: cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v ; pe_start: 8 MiB ; 2024-03-01 16:57:43,398 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 206 2024-03-01 16:57:43,401 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 16:57:43,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v ; incomplete: True ; hidden: False ; 2024-03-01 16:57:43,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (193) 2024-03-01 16:57:43,409 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 16:57:43,412 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:43,415 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 16:57:43,417 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v ; incomplete: True ; hidden: False ; 2024-03-01 16:57:43,420 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:43,420 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/sdh,/dev/sdg,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 16:57:43,462 INFO program/MainThread: stdout[58]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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=mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF 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=mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF 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=skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q 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=xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca 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=xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca 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=HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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 16:57:43,462 INFO program/MainThread: stderr[58]: WARNING: Couldn't find device with uuid xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ. WARNING: Couldn't find device with uuid WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml. WARNING: VG test_vg3 is missing PV xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml (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 16:57:43,462 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 16:57:43,463 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:57:43,463 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:43,467 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-36001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/lvm-pv-uuid-xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c930cf56-6dc6-4509-be81-374525d1ff3b', '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': 'xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ', 'ID_FS_UUID_ENC': 'xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ', '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': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'ID_SERIAL': '36001405c930cf566dc64509be8137452', 'ID_SERIAL_SHORT': '6001405c930cf566dc64509be8137452', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c930cf566', 'ID_WWN_VENDOR_EXTENSION': '0xdc64509be8137452', 'ID_WWN_WITH_EXTENSION': '0x6001405c930cf566dc64509be8137452', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c930cf566dc64509be8137452', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715277294'} ; 2024-03-01 16:57:43,467 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 16:57:43,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,480 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:57:43,480 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:57:43,481 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 209 2024-03-01 16:57:43,481 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 210 2024-03-01 16:57:43,483 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:57:43,486 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:57:43,486 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 16:57:43,489 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 16:57:43,490 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:57:43,490 INFO blivet/MainThread: added disk sdi (id 208) to device tree 2024-03-01 16:57:43,490 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05536e5610) -- 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 = 6001405c930cf566dc64509be8137452 2024-03-01 16:57:43,493 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:57:43,496 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:43,496 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 212 2024-03-01 16:57:43,499 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:43,499 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 213 2024-03-01 16:57:43,502 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:43,502 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 214 2024-03-01 16:57:43,505 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:43,505 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 215 2024-03-01 16:57:43,508 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 16:57:43,508 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 16:57:43,508 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/sdh,/dev/sdg,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sdi,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 16:57:43,545 INFO program/MainThread: stdout[59]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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=A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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=xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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=WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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 16:57:43,545 INFO program/MainThread: stderr[59]: WARNING: Couldn't find device with uuid WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml. WARNING: VG test_vg3 is missing PV WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml (last written to /dev/sdj). 2024-03-01 16:57:43,545 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 16:57:43,545 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 16:57:43,549 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ ; label: None ; device: /dev/sdi ; serial: 36001405c930cf566dc64509be8137452 ; exists: True ; vg_name: test_vg3 ; vg_uuid: cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v ; pe_start: 8 MiB ; free: 760 MiB ; 2024-03-01 16:57:43,549 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 216 2024-03-01 16:57:43,553 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 16:57:43,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v ; incomplete: True ; hidden: False ; 2024-03-01 16:57:43,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:43,561 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 16:57:43,564 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:43,567 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 16:57:43,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v ; incomplete: True ; hidden: False ; 2024-03-01 16:57:43,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:43,572 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/sdh,/dev/sdg,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sdi,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 16:57:43,611 INFO program/MainThread: stdout[60]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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=mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF 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=mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF 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=skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q 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=xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca 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=xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca 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=HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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 16:57:43,611 INFO program/MainThread: stderr[60]: WARNING: Couldn't find device with uuid WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml. WARNING: VG test_vg3 is missing PV WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml (last written to /dev/sdj). 2024-03-01 16:57:43,611 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 16:57:43,611 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:57:43,611 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:43,616 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/lvm-pv-uuid-WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/scsi-360014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', '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': 'WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml', 'ID_FS_UUID_ENC': 'WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml', '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': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'ID_SERIAL': '360014051528b2f7fa1b4b0ea44f2b71d', 'ID_SERIAL_SHORT': '60014051528b2f7fa1b4b0ea44f2b71d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051528b2f7f', 'ID_WWN_VENDOR_EXTENSION': '0xa1b4b0ea44f2b71d', 'ID_WWN_WITH_EXTENSION': '0x60014051528b2f7fa1b4b0ea44f2b71d', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051528b2f7fa1b4b0ea44f2b71d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715335966'} ; 2024-03-01 16:57:43,616 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 16:57:43,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,628 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:57:43,628 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:57:43,629 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 16:57:43,629 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 220 2024-03-01 16:57:43,631 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:57:43,634 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:57:43,634 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 16:57:43,638 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 16:57:43,638 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:57:43,638 INFO blivet/MainThread: added disk sdj (id 218) to device tree 2024-03-01 16:57:43,638 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05536fd760) -- 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 = 60014051528b2f7fa1b4b0ea44f2b71d 2024-03-01 16:57:43,641 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:57:43,644 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:43,644 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 222 2024-03-01 16:57:43,647 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:43,647 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 223 2024-03-01 16:57:43,650 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:43,650 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 16:57:43,653 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:43,653 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 225 2024-03-01 16:57:43,656 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 16:57:43,656 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 16:57:43,656 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/sdh,/dev/sdg,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sdj,/dev/sdi,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 16:57:43,690 INFO program/MainThread: stdout[61]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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=A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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=xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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=WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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 16:57:43,691 INFO program/MainThread: stderr[61]: 2024-03-01 16:57:43,691 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 16:57:43,691 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 16:57:43,695 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml ; label: None ; device: /dev/sdj ; serial: 360014051528b2f7fa1b4b0ea44f2b71d ; exists: True ; vg_name: test_vg3 ; vg_uuid: cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:57:43,695 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 226 2024-03-01 16:57:43,698 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 16:57:43,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v ; incomplete: True ; hidden: False ; 2024-03-01 16:57:43,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:43,707 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 16:57:43,710 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:43,712 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 16:57:43,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v ; incomplete: True ; hidden: False ; 2024-03-01 16:57:43,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:43,718 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/sdh,/dev/sdg,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sdj,/dev/sdi,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 16:57:43,761 INFO program/MainThread: stdout[62]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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=mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF 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=mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF 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=skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q 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=xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca 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=xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca 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=HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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 16:57:43,761 INFO program/MainThread: stderr[62]: 2024-03-01 16:57:43,761 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 16:57:43,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:43,774 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 228 2024-03-01 16:57:43,777 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:57:43,778 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 16:57:43,781 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:57:43,784 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:57:43,784 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:57:43,787 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 16:57:43,788 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 16:57:43,788 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 231 2024-03-01 16:57:43,791 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 16:57:43,794 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:57:43,794 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 232 2024-03-01 16:57:43,797 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:57:43,800 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:57:43,800 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:57:43,803 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 16:57:43,804 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 16:57:43,804 DEBUG blivet/MainThread: Adding test_vg3-lv5/408 MiB to test_vg3 2024-03-01 16:57:43,804 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 227) to device tree 2024-03-01 16:57:43,807 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:57:43,807 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:57:43,810 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 16:57:43,810 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 16:57:43,814 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/e8202ed9-d197-4c63-960f-db323bc13157 ' '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78vPeTVLyiYoYenbdIZZmzrBQVdQedODS5b ' '/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': '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-cnc6MM8ic9w319dUDFiua9sImUlyR78vPeTVLyiYoYenbdIZZmzrBQVdQedODS5b', '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': 'e8202ed9-d197-4c63-960f-db323bc13157', 'ID_FS_UUID_ENC': 'e8202ed9-d197-4c63-960f-db323bc13157', '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': '1096752220'} ; 2024-03-01 16:57:43,814 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:57:43,814 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:43,817 INFO program/MainThread: stdout[63]: LVM 2024-03-01 16:57:43,817 INFO program/MainThread: stderr[63]: 2024-03-01 16:57:43,817 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 16:57:43,817 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:43,820 INFO program/MainThread: stdout[64]: LVM 2024-03-01 16:57:43,820 INFO program/MainThread: stderr[64]: 2024-03-01 16:57:43,820 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 16:57:43,820 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:43,822 INFO program/MainThread: stdout[65]: LVM 2024-03-01 16:57:43,823 INFO program/MainThread: stderr[65]: 2024-03-01 16:57:43,823 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 16:57:43,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) 2024-03-01 16:57:43,833 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:43,834 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:43,834 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:43,835 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:43,831 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f0553705ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7f0554804160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:43,835 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:43,838 INFO program/MainThread: stdout[66]: LVM 2024-03-01 16:57:43,838 INFO program/MainThread: stderr[66]: 2024-03-01 16:57:43,838 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 16:57:43,841 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:57:43,845 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:43,845 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 234 2024-03-01 16:57:43,848 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:43,848 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 235 2024-03-01 16:57:43,851 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:43,851 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 236 2024-03-01 16:57:43,854 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:43,854 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 237 2024-03-01 16:57:43,855 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 16:57:43,858 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:43,858 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 238 2024-03-01 16:57:43,861 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:57:43,861 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:43,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:43,868 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv5_snapset1' 2024-03-01 16:57:43,868 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/sdh,/dev/sdg,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sdj,/dev/sdi,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 16:57:43,903 INFO program/MainThread: stdout[67]: lv5 2024-03-01 16:57:43,903 INFO program/MainThread: stderr[67]: 2024-03-01 16:57:43,903 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 16:57:43,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,910 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem 2024-03-01 16:57:43,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem 2024-03-01 16:57:43,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:43,922 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 241 2024-03-01 16:57:43,925 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 1 ; 2024-03-01 16:57:43,926 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 242 2024-03-01 16:57:43,929 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:43,932 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 16:57:43,932 DEBUG blivet/MainThread: test_vg3-lv5_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-10 2024-03-01 16:57:43,935 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 16:57:43,936 DEBUG blivet/MainThread: updated test_vg3-lv5_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:57:43,936 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 244 2024-03-01 16:57:43,939 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 2 ; 2024-03-01 16:57:43,942 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 1 ; 2024-03-01 16:57:43,942 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 245 2024-03-01 16:57:43,945 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:43,948 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 16:57:43,949 DEBUG blivet/MainThread: test_vg3-lv5_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-10 2024-03-01 16:57:43,952 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 16:57:43,952 DEBUG blivet/MainThread: updated test_vg3-lv5_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:57:43,952 DEBUG blivet/MainThread: Adding test_vg3-lv5_snapset1/164 MiB to test_vg3 2024-03-01 16:57:43,952 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv5_snapset1 (id 240) to device tree 2024-03-01 16:57:43,955 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 16:57:43,955 DEBUG blivet/MainThread: test_vg3-lv5_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-10 2024-03-01 16:57:43,958 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 16:57:43,959 DEBUG blivet/MainThread: updated test_vg3-lv5_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:57:43,962 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv5_snapset1 ' '/dev/disk/by-uuid/e8202ed9-d197-4c63-960f-db323bc13157 ' '/dev/disk/by-id/dm-name-test_vg3-lv5_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78v2VkkPu81DP1vC967hEt6HgTQA3JBYV4U ' '/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-cnc6MM8ic9w319dUDFiua9sImUlyR78v2VkkPu81DP1vC967hEt6HgTQA3JBYV4U', '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': 'e8202ed9-d197-4c63-960f-db323bc13157', 'ID_FS_UUID_ENC': 'e8202ed9-d197-4c63-960f-db323bc13157', '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': '1104927440'} ; 2024-03-01 16:57:43,962 INFO blivet/MainThread: scanning test_vg3-lv5_snapset1 (/sys/devices/virtual/block/dm-10)... 2024-03-01 16:57:43,963 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:57:43,966 INFO program/MainThread: stdout[68]: LVM 2024-03-01 16:57:43,966 INFO program/MainThread: stderr[68]: 2024-03-01 16:57:43,966 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 16:57:43,966 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:57:43,968 INFO program/MainThread: stdout[69]: LVM 2024-03-01 16:57:43,968 INFO program/MainThread: stderr[69]: 2024-03-01 16:57:43,968 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 16:57:43,969 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:57:43,971 INFO program/MainThread: stdout[70]: LVM 2024-03-01 16:57:43,971 INFO program/MainThread: stderr[70]: 2024-03-01 16:57:43,971 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 16:57:43,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:43,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) 2024-03-01 16:57:43,982 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:43,982 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:43,983 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:43,983 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:43,979 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f055371ad60) -- name = test_vg3-lv5_snapset1 status = True id = 240 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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 (0x7f0554804160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:43,984 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:57:43,986 INFO program/MainThread: stdout[71]: LVM 2024-03-01 16:57:43,987 INFO program/MainThread: stderr[71]: 2024-03-01 16:57:43,987 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 16:57:43,990 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5_snapset1 ; 2024-03-01 16:57:43,994 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:43,994 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 247 2024-03-01 16:57:43,997 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:43,997 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 248 2024-03-01 16:57:44,000 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:44,000 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 249 2024-03-01 16:57:44,003 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:44,004 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 250 2024-03-01 16:57:44,004 INFO blivet/MainThread: type detected on 'test_vg3-lv5_snapset1' is 'xfs' 2024-03-01 16:57:44,007 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:44,007 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 251 2024-03-01 16:57:44,010 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:57:44,010 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:44,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:44,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:44,022 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 254 2024-03-01 16:57:44,025 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:57:44,025 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 255 2024-03-01 16:57:44,028 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:57:44,031 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:57:44,032 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:57:44,035 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 16:57:44,035 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 16:57:44,035 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 257 2024-03-01 16:57:44,038 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 16:57:44,042 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:57:44,042 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 16:57:44,045 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:57:44,048 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:57:44,048 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:57:44,051 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 16:57:44,052 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 16:57:44,052 DEBUG blivet/MainThread: Adding test_vg3-lv6/408 MiB to test_vg3 2024-03-01 16:57:44,052 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 253) to device tree 2024-03-01 16:57:44,055 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:57:44,055 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:57:44,058 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 16:57:44,058 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 16:57:44,062 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-cnc6MM8ic9w319dUDFiua9sImUlyR78v7ly9LPteSBYByfNaYoBLTT5qpOSjIaih ' '/dev/disk/by-uuid/162ecaa7-00c7-41a7-be47-37643566d566 ' '/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': '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-cnc6MM8ic9w319dUDFiua9sImUlyR78v7ly9LPteSBYByfNaYoBLTT5qpOSjIaih', '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': '162ecaa7-00c7-41a7-be47-37643566d566', 'ID_FS_UUID_ENC': '162ecaa7-00c7-41a7-be47-37643566d566', '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': '1095679005'} ; 2024-03-01 16:57:44,062 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:57:44,062 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:44,065 INFO program/MainThread: stdout[72]: LVM 2024-03-01 16:57:44,065 INFO program/MainThread: stderr[72]: 2024-03-01 16:57:44,065 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 16:57:44,065 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:44,067 INFO program/MainThread: stdout[73]: LVM 2024-03-01 16:57:44,068 INFO program/MainThread: stderr[73]: 2024-03-01 16:57:44,068 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 16:57:44,068 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:44,070 INFO program/MainThread: stdout[74]: LVM 2024-03-01 16:57:44,070 INFO program/MainThread: stderr[74]: 2024-03-01 16:57:44,070 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 16:57:44,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,078 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) 2024-03-01 16:57:44,081 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:44,082 DEBUG blivet/MainThread: vg test_vg3 has 3.01 GiB free 2024-03-01 16:57:44,082 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:44,083 DEBUG blivet/MainThread: vg test_vg3 has 3.01 GiB free 2024-03-01 16:57:44,078 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05536ebbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7f0554804160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:44,084 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:44,086 INFO program/MainThread: stdout[75]: LVM 2024-03-01 16:57:44,086 INFO program/MainThread: stderr[75]: 2024-03-01 16:57:44,086 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 16:57:44,090 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:57:44,094 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:44,094 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 260 2024-03-01 16:57:44,097 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:44,097 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 261 2024-03-01 16:57:44,100 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:44,100 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 262 2024-03-01 16:57:44,104 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:44,104 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 263 2024-03-01 16:57:44,104 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 16:57:44,107 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:44,107 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 264 2024-03-01 16:57:44,110 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:57:44,110 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:44,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:44,116 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv6_snapset1' 2024-03-01 16:57:44,117 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/sdh,/dev/sdg,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sdj,/dev/sdi,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 16:57:44,153 INFO program/MainThread: stdout[76]: lv6 2024-03-01 16:57:44,153 INFO program/MainThread: stderr[76]: 2024-03-01 16:57:44,153 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 16:57:44,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem 2024-03-01 16:57:44,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem 2024-03-01 16:57:44,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:44,173 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 267 2024-03-01 16:57:44,176 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 3 ; 2024-03-01 16:57:44,176 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 268 2024-03-01 16:57:44,179 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:44,182 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 16:57:44,183 DEBUG blivet/MainThread: test_vg3-lv6_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-13 2024-03-01 16:57:44,186 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 16:57:44,187 DEBUG blivet/MainThread: updated test_vg3-lv6_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:57:44,187 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 270 2024-03-01 16:57:44,190 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 4 ; 2024-03-01 16:57:44,193 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 3 ; 2024-03-01 16:57:44,193 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 16:57:44,196 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:44,199 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 16:57:44,199 DEBUG blivet/MainThread: test_vg3-lv6_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-13 2024-03-01 16:57:44,202 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 16:57:44,203 DEBUG blivet/MainThread: updated test_vg3-lv6_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:57:44,203 DEBUG blivet/MainThread: Adding test_vg3-lv6_snapset1/164 MiB to test_vg3 2024-03-01 16:57:44,203 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv6_snapset1 (id 266) to device tree 2024-03-01 16:57:44,206 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 16:57:44,206 DEBUG blivet/MainThread: test_vg3-lv6_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-13 2024-03-01 16:57:44,209 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 16:57:44,210 DEBUG blivet/MainThread: updated test_vg3-lv6_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:57:44,213 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv6_snapset1 /dev/test_vg3/lv6_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78vmU6TosdOYdwxXruEQMDrM5z0Sv8T8cHF ' '/dev/disk/by-id/dm-name-test_vg3-lv6_snapset1 ' '/dev/disk/by-uuid/162ecaa7-00c7-41a7-be47-37643566d566', '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-cnc6MM8ic9w319dUDFiua9sImUlyR78vmU6TosdOYdwxXruEQMDrM5z0Sv8T8cHF', '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': '162ecaa7-00c7-41a7-be47-37643566d566', 'ID_FS_UUID_ENC': '162ecaa7-00c7-41a7-be47-37643566d566', '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': '1105187894'} ; 2024-03-01 16:57:44,213 INFO blivet/MainThread: scanning test_vg3-lv6_snapset1 (/sys/devices/virtual/block/dm-13)... 2024-03-01 16:57:44,213 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:57:44,216 INFO program/MainThread: stdout[77]: LVM 2024-03-01 16:57:44,217 INFO program/MainThread: stderr[77]: 2024-03-01 16:57:44,217 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 16:57:44,217 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:57:44,219 INFO program/MainThread: stdout[78]: LVM 2024-03-01 16:57:44,219 INFO program/MainThread: stderr[78]: 2024-03-01 16:57:44,219 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 16:57:44,219 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:57:44,222 INFO program/MainThread: stdout[79]: LVM 2024-03-01 16:57:44,222 INFO program/MainThread: stderr[79]: 2024-03-01 16:57:44,222 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 16:57:44,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) 2024-03-01 16:57:44,233 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:44,234 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:44,234 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:44,235 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:44,230 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f055370cc70) -- name = test_vg3-lv6_snapset1 status = True id = 266 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF 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 (0x7f0554804160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:44,236 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:57:44,238 INFO program/MainThread: stdout[80]: LVM 2024-03-01 16:57:44,238 INFO program/MainThread: stderr[80]: 2024-03-01 16:57:44,238 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 16:57:44,242 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6_snapset1 ; 2024-03-01 16:57:44,245 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:44,246 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 273 2024-03-01 16:57:44,249 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:44,249 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 274 2024-03-01 16:57:44,252 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:44,252 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 275 2024-03-01 16:57:44,255 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:44,255 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 276 2024-03-01 16:57:44,256 INFO blivet/MainThread: type detected on 'test_vg3-lv6_snapset1' is 'xfs' 2024-03-01 16:57:44,259 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:44,259 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 277 2024-03-01 16:57:44,262 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:57:44,262 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:44,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:44,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,274 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:44,274 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 280 2024-03-01 16:57:44,277 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 4 ; 2024-03-01 16:57:44,277 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 16:57:44,280 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:57:44,284 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:57:44,284 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:57:44,287 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 16:57:44,288 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:57:44,288 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 283 2024-03-01 16:57:44,291 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 5 ; 2024-03-01 16:57:44,294 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 4 ; 2024-03-01 16:57:44,294 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 16:57:44,297 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:57:44,300 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:57:44,301 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:57:44,304 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 16:57:44,304 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:57:44,304 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 16:57:44,304 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 279) to device tree 2024-03-01 16:57:44,307 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:57:44,307 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:57:44,310 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 16:57:44,311 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:57:44,314 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-name-test_vg3-lv7 ' '/dev/test_vg3/lv7 ' '/dev/disk/by-uuid/3f6f4443-6bb6-4d53-a039-f8f742230d2a ' '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78vskLlQF8HuR5ScHwXczddeSBM7Bewg64Q', '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-cnc6MM8ic9w319dUDFiua9sImUlyR78vskLlQF8HuR5ScHwXczddeSBM7Bewg64Q', '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': '3f6f4443-6bb6-4d53-a039-f8f742230d2a', 'ID_FS_UUID_ENC': '3f6f4443-6bb6-4d53-a039-f8f742230d2a', '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': '1094653374'} ; 2024-03-01 16:57:44,314 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:57:44,314 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:44,317 INFO program/MainThread: stdout[81]: LVM 2024-03-01 16:57:44,318 INFO program/MainThread: stderr[81]: 2024-03-01 16:57:44,318 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 16:57:44,318 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:44,320 INFO program/MainThread: stdout[82]: LVM 2024-03-01 16:57:44,320 INFO program/MainThread: stderr[82]: 2024-03-01 16:57:44,320 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 16:57:44,320 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:44,323 INFO program/MainThread: stdout[83]: LVM 2024-03-01 16:57:44,323 INFO program/MainThread: stderr[83]: 2024-03-01 16:57:44,323 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 16:57:44,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) 2024-03-01 16:57:44,335 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:44,336 DEBUG blivet/MainThread: vg test_vg3 has 2.45 GiB free 2024-03-01 16:57:44,336 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:44,337 DEBUG blivet/MainThread: vg test_vg3 has 2.45 GiB free 2024-03-01 16:57:44,332 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05536a7eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q 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 (0x7f0554804160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:44,338 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:44,341 INFO program/MainThread: stdout[84]: LVM 2024-03-01 16:57:44,341 INFO program/MainThread: stderr[84]: 2024-03-01 16:57:44,341 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 16:57:44,345 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:57:44,348 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:44,348 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 286 2024-03-01 16:57:44,351 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:44,351 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 287 2024-03-01 16:57:44,354 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:44,355 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 288 2024-03-01 16:57:44,358 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:44,358 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 289 2024-03-01 16:57:44,358 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 16:57:44,361 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:44,361 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 290 2024-03-01 16:57:44,364 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:57:44,364 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:44,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:44,371 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv7_snapset1' 2024-03-01 16:57:44,371 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/sdh,/dev/sdg,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sdj,/dev/sdi,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 16:57:44,401 INFO program/MainThread: stdout[85]: lv7 2024-03-01 16:57:44,401 INFO program/MainThread: stderr[85]: 2024-03-01 16:57:44,401 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 16:57:44,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem 2024-03-01 16:57:44,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem 2024-03-01 16:57:44,417 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,420 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:44,421 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 293 2024-03-01 16:57:44,424 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 5 ; 2024-03-01 16:57:44,424 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 16:57:44,427 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:44,430 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 16:57:44,431 DEBUG blivet/MainThread: test_vg3-lv7_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-16 2024-03-01 16:57:44,434 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 16:57:44,435 DEBUG blivet/MainThread: updated test_vg3-lv7_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:57:44,435 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 296 2024-03-01 16:57:44,438 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 6 ; 2024-03-01 16:57:44,441 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 5 ; 2024-03-01 16:57:44,442 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 297 2024-03-01 16:57:44,445 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:44,448 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 16:57:44,448 DEBUG blivet/MainThread: test_vg3-lv7_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-16 2024-03-01 16:57:44,451 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 16:57:44,451 DEBUG blivet/MainThread: updated test_vg3-lv7_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:57:44,452 DEBUG blivet/MainThread: Adding test_vg3-lv7_snapset1/164 MiB to test_vg3 2024-03-01 16:57:44,452 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv7_snapset1 (id 292) to device tree 2024-03-01 16:57:44,454 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 16:57:44,455 DEBUG blivet/MainThread: test_vg3-lv7_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-16 2024-03-01 16:57:44,458 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 16:57:44,458 DEBUG blivet/MainThread: updated test_vg3-lv7_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:57:44,461 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv7_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78vxxsJXKaqShX7Ifm4920rU4FGusJyasca ' '/dev/test_vg3/lv7_snapset1 /dev/mapper/test_vg3-lv7_snapset1 ' '/dev/disk/by-uuid/3f6f4443-6bb6-4d53-a039-f8f742230d2a', '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-cnc6MM8ic9w319dUDFiua9sImUlyR78vxxsJXKaqShX7Ifm4920rU4FGusJyasca', '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': '3f6f4443-6bb6-4d53-a039-f8f742230d2a', 'ID_FS_UUID_ENC': '3f6f4443-6bb6-4d53-a039-f8f742230d2a', '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': '1105426393'} ; 2024-03-01 16:57:44,461 INFO blivet/MainThread: scanning test_vg3-lv7_snapset1 (/sys/devices/virtual/block/dm-16)... 2024-03-01 16:57:44,462 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:57:44,465 INFO program/MainThread: stdout[86]: LVM 2024-03-01 16:57:44,465 INFO program/MainThread: stderr[86]: 2024-03-01 16:57:44,465 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 16:57:44,465 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:57:44,467 INFO program/MainThread: stdout[87]: LVM 2024-03-01 16:57:44,468 INFO program/MainThread: stderr[87]: 2024-03-01 16:57:44,468 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 16:57:44,468 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:57:44,470 INFO program/MainThread: stdout[88]: LVM 2024-03-01 16:57:44,470 INFO program/MainThread: stderr[88]: 2024-03-01 16:57:44,470 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 16:57:44,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) 2024-03-01 16:57:44,481 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:44,483 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:44,483 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:44,484 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:44,479 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05536b71f0) -- name = test_vg3-lv7_snapset1 status = True id = 292 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca 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 (0x7f0554804160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:44,485 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:57:44,488 INFO program/MainThread: stdout[89]: LVM 2024-03-01 16:57:44,488 INFO program/MainThread: stderr[89]: 2024-03-01 16:57:44,488 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 16:57:44,492 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7_snapset1 ; 2024-03-01 16:57:44,495 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:44,495 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 299 2024-03-01 16:57:44,499 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:44,499 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 300 2024-03-01 16:57:44,502 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:44,502 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 301 2024-03-01 16:57:44,505 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:44,505 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 302 2024-03-01 16:57:44,505 INFO blivet/MainThread: type detected on 'test_vg3-lv7_snapset1' is 'xfs' 2024-03-01 16:57:44,508 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:44,508 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 303 2024-03-01 16:57:44,511 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:57:44,512 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:44,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:44,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:44,524 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 306 2024-03-01 16:57:44,527 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 6 ; 2024-03-01 16:57:44,527 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 307 2024-03-01 16:57:44,530 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:57:44,533 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:57:44,534 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:44,537 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 16:57:44,537 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:57:44,537 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 309 2024-03-01 16:57:44,541 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 7 ; 2024-03-01 16:57:44,544 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 6 ; 2024-03-01 16:57:44,544 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 310 2024-03-01 16:57:44,547 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:57:44,550 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:57:44,550 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:44,553 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:57:44,554 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:57:44,554 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 16:57:44,554 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 305) to device tree 2024-03-01 16:57:44,557 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:57:44,557 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:44,560 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 16:57:44,560 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:57:44,564 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/b62c5782-6228-4f80-913e-e884fee51ecd ' '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78vHSDoOcBOZNkd3c9V8zyCDzmyznYgHVgi ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/mapper/test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '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-cnc6MM8ic9w319dUDFiua9sImUlyR78vHSDoOcBOZNkd3c9V8zyCDzmyznYgHVgi', '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': 'b62c5782-6228-4f80-913e-e884fee51ecd', 'ID_FS_UUID_ENC': 'b62c5782-6228-4f80-913e-e884fee51ecd', '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': '1094215831'} ; 2024-03-01 16:57:44,564 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:57:44,564 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:44,567 INFO program/MainThread: stdout[90]: LVM 2024-03-01 16:57:44,567 INFO program/MainThread: stderr[90]: 2024-03-01 16:57:44,567 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 16:57:44,567 INFO program/MainThread: Running [91] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:44,570 INFO program/MainThread: stdout[91]: LVM 2024-03-01 16:57:44,570 INFO program/MainThread: stderr[91]: 2024-03-01 16:57:44,570 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 16:57:44,570 INFO program/MainThread: Running [92] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:44,572 INFO program/MainThread: stdout[92]: LVM 2024-03-01 16:57:44,573 INFO program/MainThread: stderr[92]: 2024-03-01 16:57:44,573 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 16:57:44,577 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) 2024-03-01 16:57:44,584 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:44,586 DEBUG blivet/MainThread: vg test_vg3 has 1.89 GiB free 2024-03-01 16:57:44,586 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:44,587 DEBUG blivet/MainThread: vg test_vg3 has 1.89 GiB free 2024-03-01 16:57:44,581 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05536b7820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi 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 (0x7f0554804160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:44,588 INFO program/MainThread: Running [93] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:44,591 INFO program/MainThread: stdout[93]: LVM 2024-03-01 16:57:44,591 INFO program/MainThread: stderr[93]: 2024-03-01 16:57:44,591 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 16:57:44,595 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:57:44,598 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:44,598 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 312 2024-03-01 16:57:44,601 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:44,601 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 313 2024-03-01 16:57:44,605 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:44,605 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 314 2024-03-01 16:57:44,608 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:44,608 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 315 2024-03-01 16:57:44,608 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 16:57:44,611 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:44,611 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 316 2024-03-01 16:57:44,614 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:57:44,615 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:44,617 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:44,621 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv8_snapset1' 2024-03-01 16:57:44,621 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/sdh,/dev/sdg,/dev/sdd,/dev/sdc,/dev/sdf,/dev/sdj,/dev/sdi,/dev/sde,/dev/sda,/dev/sdb ... 2024-03-01 16:57:44,661 INFO program/MainThread: stdout[94]: lv8 2024-03-01 16:57:44,661 INFO program/MainThread: stderr[94]: 2024-03-01 16:57:44,661 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 16:57:44,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,668 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem 2024-03-01 16:57:44,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem 2024-03-01 16:57:44,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:44,681 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 319 2024-03-01 16:57:44,684 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 7 ; 2024-03-01 16:57:44,684 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 320 2024-03-01 16:57:44,687 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:44,691 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 16:57:44,691 DEBUG blivet/MainThread: test_vg3-lv8_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-19 2024-03-01 16:57:44,694 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 16:57:44,695 DEBUG blivet/MainThread: updated test_vg3-lv8_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:57:44,695 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 322 2024-03-01 16:57:44,698 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 8 ; 2024-03-01 16:57:44,701 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 7 ; 2024-03-01 16:57:44,701 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 323 2024-03-01 16:57:44,704 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:44,707 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 16:57:44,708 DEBUG blivet/MainThread: test_vg3-lv8_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-19 2024-03-01 16:57:44,711 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 16:57:44,711 DEBUG blivet/MainThread: updated test_vg3-lv8_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:57:44,711 DEBUG blivet/MainThread: Adding test_vg3-lv8_snapset1/164 MiB to test_vg3 2024-03-01 16:57:44,712 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv8_snapset1 (id 318) to device tree 2024-03-01 16:57:44,715 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 16:57:44,715 DEBUG blivet/MainThread: test_vg3-lv8_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-19 2024-03-01 16:57:44,718 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 16:57:44,718 DEBUG blivet/MainThread: updated test_vg3-lv8_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:57:44,722 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv8_snapset1 ' '/dev/test_vg3/lv8_snapset1 /dev/mapper/test_vg3-lv8_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78vVHR2zRdTV90gPROnn9GGn6RUkeHSoRCs ' '/dev/disk/by-uuid/b62c5782-6228-4f80-913e-e884fee51ecd', '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-cnc6MM8ic9w319dUDFiua9sImUlyR78vVHR2zRdTV90gPROnn9GGn6RUkeHSoRCs', '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': 'b62c5782-6228-4f80-913e-e884fee51ecd', 'ID_FS_UUID_ENC': 'b62c5782-6228-4f80-913e-e884fee51ecd', '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': '1105687702'} ; 2024-03-01 16:57:44,722 INFO blivet/MainThread: scanning test_vg3-lv8_snapset1 (/sys/devices/virtual/block/dm-19)... 2024-03-01 16:57:44,722 INFO program/MainThread: Running [95] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:57:44,725 INFO program/MainThread: stdout[95]: LVM 2024-03-01 16:57:44,725 INFO program/MainThread: stderr[95]: 2024-03-01 16:57:44,725 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 16:57:44,725 INFO program/MainThread: Running [96] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:57:44,728 INFO program/MainThread: stdout[96]: LVM 2024-03-01 16:57:44,728 INFO program/MainThread: stderr[96]: 2024-03-01 16:57:44,728 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 16:57:44,728 INFO program/MainThread: Running [97] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:57:44,730 INFO program/MainThread: stdout[97]: LVM 2024-03-01 16:57:44,730 INFO program/MainThread: stderr[97]: 2024-03-01 16:57:44,730 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 16:57:44,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) 2024-03-01 16:57:44,742 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:44,744 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:44,744 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:44,746 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:44,739 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05536ad940) -- name = test_vg3-lv8_snapset1 status = True id = 318 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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 (0x7f0554804160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:44,747 INFO program/MainThread: Running [98] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:57:44,749 INFO program/MainThread: stdout[98]: LVM 2024-03-01 16:57:44,749 INFO program/MainThread: stderr[98]: 2024-03-01 16:57:44,749 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 16:57:44,753 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8_snapset1 ; 2024-03-01 16:57:44,756 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:44,756 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 325 2024-03-01 16:57:44,760 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:44,760 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 326 2024-03-01 16:57:44,763 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:44,763 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 327 2024-03-01 16:57:44,766 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:44,766 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 328 2024-03-01 16:57:44,766 INFO blivet/MainThread: type detected on 'test_vg3-lv8_snapset1' is 'xfs' 2024-03-01 16:57:44,770 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:44,770 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 329 2024-03-01 16:57:44,773 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:57:44,773 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:44,773 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:44,776 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': '12232267'} ; 2024-03-01 16:57:44,776 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:57:44,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:44,788 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:57:44,788 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:57:44,788 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:57:44,788 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:57:44,788 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 333 2024-03-01 16:57:44,789 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 334 2024-03-01 16:57:44,791 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:57:44,794 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:57:44,794 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:57:44,797 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:57:44,797 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:57:44,798 INFO blivet/MainThread: added disk xvda (id 332) to device tree 2024-03-01 16:57:44,798 INFO blivet/MainThread: got device: DiskDevice instance (0x7f055371c250) -- 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 16:57:44,801 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:57:44,804 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:44,804 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 336 2024-03-01 16:57:44,807 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:44,807 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 337 2024-03-01 16:57:44,810 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:44,810 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 338 2024-03-01 16:57:44,813 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:44,813 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 339 2024-03-01 16:57:44,816 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:57:44,818 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:44,821 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:57:44,828 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 0x7f05536bdf80> 2024-03-01 16:57:44,868 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 340 2024-03-01 16:57:44,872 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:57:44,873 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:57:44,876 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': '12234224'} ; 2024-03-01 16:57:44,876 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:57:44,876 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:57:44,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:44,887 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:57:44,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:44,893 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:44,903 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:44,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:44,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (332) with existing msdos disklabel 2024-03-01 16:57:44,936 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 343 2024-03-01 16:57:44,939 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:57:44,939 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 344 2024-03-01 16:57:44,942 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:57:44,945 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:57:44,945 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:57:44,948 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:57:44,948 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:44,948 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:57:44,951 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:57:44,954 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:57:44,957 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:57:44,959 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:57:44,962 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:57:44,963 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:44,963 INFO blivet/MainThread: added partition xvda1 (id 342) to device tree 2024-03-01 16:57:44,963 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:57:44,963 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f05536a7af0) -- 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 0x7f0555fddd10> disk = existing 250 GiB disk xvda (332) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:57:44,966 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:57:44,970 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:44,970 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 346 2024-03-01 16:57:44,973 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:44,973 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 347 2024-03-01 16:57:44,976 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:44,976 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 348 2024-03-01 16:57:44,979 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:44,979 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 349 2024-03-01 16:57:44,979 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:57:44,982 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:44,982 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 350 2024-03-01 16:57:44,984 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:57:44,984 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:44,987 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-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78vHSDoOcBOZNkd3c9V8zyCDzmyznYgHVgi ' '/dev/test_vg3/lv8 ' '/dev/disk/by-uuid/b62c5782-6228-4f80-913e-e884fee51ecd', '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-cnc6MM8ic9w319dUDFiua9sImUlyR78vHSDoOcBOZNkd3c9V8zyCDzmyznYgHVgi', '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': 'b62c5782-6228-4f80-913e-e884fee51ecd', 'ID_FS_UUID_ENC': 'b62c5782-6228-4f80-913e-e884fee51ecd', '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': '1094215831'} ; 2024-03-01 16:57:44,987 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:57:44,988 INFO program/MainThread: Running [99] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:44,991 INFO program/MainThread: stdout[99]: LVM 2024-03-01 16:57:44,991 INFO program/MainThread: stderr[99]: 2024-03-01 16:57:44,991 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 16:57:44,991 INFO program/MainThread: Running [100] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:44,994 INFO program/MainThread: stdout[100]: LVM 2024-03-01 16:57:44,994 INFO program/MainThread: stderr[100]: 2024-03-01 16:57:44,994 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 16:57:44,994 INFO program/MainThread: Running [101] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:44,996 INFO program/MainThread: stdout[101]: LVM 2024-03-01 16:57:44,996 INFO program/MainThread: stderr[101]: 2024-03-01 16:57:44,996 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 16:57:45,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,004 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem 2024-03-01 16:57:45,008 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:45,009 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:45,010 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:45,011 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:45,004 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05536b7820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0554804160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:45,012 INFO program/MainThread: Running [102] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:45,015 INFO program/MainThread: stdout[102]: LVM 2024-03-01 16:57:45,015 INFO program/MainThread: stderr[102]: 2024-03-01 16:57:45,015 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 16:57:45,019 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:57:45,019 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 16:57:45,022 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-uuid/3f6f4443-6bb6-4d53-a039-f8f742230d2a ' '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78vskLlQF8HuR5ScHwXczddeSBM7Bewg64Q', '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-cnc6MM8ic9w319dUDFiua9sImUlyR78vskLlQF8HuR5ScHwXczddeSBM7Bewg64Q', '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': '3f6f4443-6bb6-4d53-a039-f8f742230d2a', 'ID_FS_UUID_ENC': '3f6f4443-6bb6-4d53-a039-f8f742230d2a', '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': '1094653374'} ; 2024-03-01 16:57:45,022 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:57:45,023 INFO program/MainThread: Running [103] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:45,025 INFO program/MainThread: stdout[103]: LVM 2024-03-01 16:57:45,025 INFO program/MainThread: stderr[103]: 2024-03-01 16:57:45,025 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 16:57:45,025 INFO program/MainThread: Running [104] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:45,028 INFO program/MainThread: stdout[104]: LVM 2024-03-01 16:57:45,028 INFO program/MainThread: stderr[104]: 2024-03-01 16:57:45,028 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 16:57:45,028 INFO program/MainThread: Running [105] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:45,030 INFO program/MainThread: stdout[105]: LVM 2024-03-01 16:57:45,030 INFO program/MainThread: stderr[105]: 2024-03-01 16:57:45,030 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 16:57:45,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem 2024-03-01 16:57:45,042 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:45,043 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:45,044 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:45,045 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:45,038 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05536a7eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0554804160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:45,046 INFO program/MainThread: Running [106] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:45,049 INFO program/MainThread: stdout[106]: LVM 2024-03-01 16:57:45,049 INFO program/MainThread: stderr[106]: 2024-03-01 16:57:45,049 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 16:57:45,052 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:57:45,052 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 16:57:45,055 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv5_snapset1 /dev/test_vg3/lv5_snapset1 ' '/dev/disk/by-uuid/e8202ed9-d197-4c63-960f-db323bc13157 ' '/dev/disk/by-id/dm-name-test_vg3-lv5_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78v2VkkPu81DP1vC967hEt6HgTQA3JBYV4U', '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-cnc6MM8ic9w319dUDFiua9sImUlyR78v2VkkPu81DP1vC967hEt6HgTQA3JBYV4U', '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': 'e8202ed9-d197-4c63-960f-db323bc13157', 'ID_FS_UUID_ENC': 'e8202ed9-d197-4c63-960f-db323bc13157', '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': '1104927440'} ; 2024-03-01 16:57:45,055 INFO blivet/MainThread: scanning test_vg3-lv5_snapset1 (/sys/devices/virtual/block/dm-10)... 2024-03-01 16:57:45,056 INFO program/MainThread: Running [107] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:57:45,058 INFO program/MainThread: stdout[107]: LVM 2024-03-01 16:57:45,058 INFO program/MainThread: stderr[107]: 2024-03-01 16:57:45,058 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 16:57:45,058 INFO program/MainThread: Running [108] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:57:45,061 INFO program/MainThread: stdout[108]: LVM 2024-03-01 16:57:45,061 INFO program/MainThread: stderr[108]: 2024-03-01 16:57:45,061 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 16:57:45,061 INFO program/MainThread: Running [109] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:57:45,063 INFO program/MainThread: stdout[109]: LVM 2024-03-01 16:57:45,063 INFO program/MainThread: stderr[109]: 2024-03-01 16:57:45,063 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 16:57:45,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,071 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 16:57:45,074 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:45,076 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:45,076 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:45,078 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:45,071 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f055371ad60) -- name = test_vg3-lv5_snapset1 status = True id = 240 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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 (0x7f0554804160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:45,079 INFO program/MainThread: Running [110] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:57:45,082 INFO program/MainThread: stdout[110]: LVM 2024-03-01 16:57:45,084 INFO program/MainThread: stderr[110]: 2024-03-01 16:57:45,084 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 16:57:45,088 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5_snapset1 ; 2024-03-01 16:57:45,088 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5_snapset1, bailing 2024-03-01 16:57:45,090 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-cnc6MM8ic9w319dUDFiua9sImUlyR78v7ly9LPteSBYByfNaYoBLTT5qpOSjIaih-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': '1105166828'} ; 2024-03-01 16:57:45,090 INFO blivet/MainThread: scanning test_vg3-lv6-real (/sys/devices/virtual/block/dm-11)... 2024-03-01 16:57:45,091 INFO program/MainThread: Running [111] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 16:57:45,093 INFO program/MainThread: stdout[111]: LVM 2024-03-01 16:57:45,093 INFO program/MainThread: stderr[111]: 2024-03-01 16:57:45,093 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 16:57:45,094 INFO program/MainThread: Running [112] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 16:57:45,096 INFO program/MainThread: stdout[112]: LVM 2024-03-01 16:57:45,096 INFO program/MainThread: stderr[112]: 2024-03-01 16:57:45,096 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 16:57:45,096 INFO program/MainThread: Running [113] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 16:57:45,098 INFO program/MainThread: stdout[113]: LVM 2024-03-01 16:57:45,098 INFO program/MainThread: stderr[113]: 2024-03-01 16:57:45,098 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 16:57:45,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,107 INFO program/MainThread: Running [114] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 16:57:45,109 INFO program/MainThread: stdout[114]: LVM 2024-03-01 16:57:45,110 INFO program/MainThread: stderr[114]: 2024-03-01 16:57:45,110 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 16:57:45,110 INFO program/MainThread: Running [115] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 16:57:45,112 INFO program/MainThread: stdout[115]: LVM 2024-03-01 16:57:45,112 INFO program/MainThread: stderr[115]: 2024-03-01 16:57:45,112 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 16:57:45,112 INFO program/MainThread: Running [116] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 16:57:45,114 INFO program/MainThread: stdout[116]: LVM 2024-03-01 16:57:45,115 INFO program/MainThread: stderr[116]: 2024-03-01 16:57:45,115 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 16:57:45,118 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv6-real ; 2024-03-01 16:57:45,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:45,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:45,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 16:57:45,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:45,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,143 DEBUG blivet/MainThread: no device obtained for test_vg3-lv6-real 2024-03-01 16:57:45,145 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-cnc6MM8ic9w319dUDFiua9sImUlyR78vmU6TosdOYdwxXruEQMDrM5z0Sv8T8cHF-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': '1105173185'} ; 2024-03-01 16:57:45,145 INFO blivet/MainThread: scanning test_vg3-lv6_snapset1-cow (/sys/devices/virtual/block/dm-12)... 2024-03-01 16:57:45,146 INFO program/MainThread: Running [117] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 16:57:45,148 INFO program/MainThread: stdout[117]: LVM 2024-03-01 16:57:45,148 INFO program/MainThread: stderr[117]: 2024-03-01 16:57:45,148 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 16:57:45,148 INFO program/MainThread: Running [118] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 16:57:45,150 INFO program/MainThread: stdout[118]: LVM 2024-03-01 16:57:45,151 INFO program/MainThread: stderr[118]: 2024-03-01 16:57:45,151 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 16:57:45,151 INFO program/MainThread: Running [119] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 16:57:45,153 INFO program/MainThread: stdout[119]: LVM 2024-03-01 16:57:45,153 INFO program/MainThread: stderr[119]: 2024-03-01 16:57:45,153 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 16:57:45,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,162 INFO program/MainThread: Running [120] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 16:57:45,165 INFO program/MainThread: stdout[120]: LVM 2024-03-01 16:57:45,165 INFO program/MainThread: stderr[120]: 2024-03-01 16:57:45,165 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 16:57:45,165 INFO program/MainThread: Running [121] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 16:57:45,167 INFO program/MainThread: stdout[121]: LVM 2024-03-01 16:57:45,167 INFO program/MainThread: stderr[121]: 2024-03-01 16:57:45,167 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 16:57:45,167 INFO program/MainThread: Running [122] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 16:57:45,170 INFO program/MainThread: stdout[122]: LVM 2024-03-01 16:57:45,170 INFO program/MainThread: stderr[122]: 2024-03-01 16:57:45,170 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 16:57:45,173 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv6_snapset1-cow ; 2024-03-01 16:57:45,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:45,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:45,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 16:57:45,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 16:57:45,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,197 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:45,200 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,204 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,204 DEBUG blivet/MainThread: no device obtained for test_vg3-lv6_snapset1-cow 2024-03-01 16:57:45,206 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-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78vmU6TosdOYdwxXruEQMDrM5z0Sv8T8cHF ' '/dev/disk/by-id/dm-name-test_vg3-lv6_snapset1 ' '/dev/test_vg3/lv6_snapset1 ' '/dev/disk/by-uuid/162ecaa7-00c7-41a7-be47-37643566d566', '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-cnc6MM8ic9w319dUDFiua9sImUlyR78vmU6TosdOYdwxXruEQMDrM5z0Sv8T8cHF', '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': '162ecaa7-00c7-41a7-be47-37643566d566', 'ID_FS_UUID_ENC': '162ecaa7-00c7-41a7-be47-37643566d566', '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': '1105187894'} ; 2024-03-01 16:57:45,207 INFO blivet/MainThread: scanning test_vg3-lv6_snapset1 (/sys/devices/virtual/block/dm-13)... 2024-03-01 16:57:45,207 INFO program/MainThread: Running [123] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:57:45,210 INFO program/MainThread: stdout[123]: LVM 2024-03-01 16:57:45,210 INFO program/MainThread: stderr[123]: 2024-03-01 16:57:45,210 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 16:57:45,210 INFO program/MainThread: Running [124] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:57:45,212 INFO program/MainThread: stdout[124]: LVM 2024-03-01 16:57:45,212 INFO program/MainThread: stderr[124]: 2024-03-01 16:57:45,213 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 16:57:45,213 INFO program/MainThread: Running [125] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:57:45,215 INFO program/MainThread: stdout[125]: LVM 2024-03-01 16:57:45,215 INFO program/MainThread: stderr[125]: 2024-03-01 16:57:45,215 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 16:57:45,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,223 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 16:57:45,226 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:45,228 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:45,228 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:45,230 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:45,223 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f055370cc70) -- name = test_vg3-lv6_snapset1 status = True id = 266 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF 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 (0x7f0554804160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:45,231 INFO program/MainThread: Running [126] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:57:45,234 INFO program/MainThread: stdout[126]: LVM 2024-03-01 16:57:45,234 INFO program/MainThread: stderr[126]: 2024-03-01 16:57:45,234 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 16:57:45,237 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6_snapset1 ; 2024-03-01 16:57:45,237 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6_snapset1, bailing 2024-03-01 16:57:45,240 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-cnc6MM8ic9w319dUDFiua9sImUlyR78vskLlQF8HuR5ScHwXczddeSBM7Bewg64Q-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': '1105414646'} ; 2024-03-01 16:57:45,240 INFO blivet/MainThread: scanning test_vg3-lv7-real (/sys/devices/virtual/block/dm-14)... 2024-03-01 16:57:45,240 INFO program/MainThread: Running [127] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 16:57:45,243 INFO program/MainThread: stdout[127]: LVM 2024-03-01 16:57:45,243 INFO program/MainThread: stderr[127]: 2024-03-01 16:57:45,243 INFO program/MainThread: ...done [127] (exit code: 0) 2024-03-01 16:57:45,243 INFO program/MainThread: Running [128] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 16:57:45,245 INFO program/MainThread: stdout[128]: LVM 2024-03-01 16:57:45,245 INFO program/MainThread: stderr[128]: 2024-03-01 16:57:45,245 INFO program/MainThread: ...done [128] (exit code: 0) 2024-03-01 16:57:45,246 INFO program/MainThread: Running [129] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 16:57:45,248 INFO program/MainThread: stdout[129]: LVM 2024-03-01 16:57:45,248 INFO program/MainThread: stderr[129]: 2024-03-01 16:57:45,248 INFO program/MainThread: ...done [129] (exit code: 0) 2024-03-01 16:57:45,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,257 INFO program/MainThread: Running [130] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 16:57:45,259 INFO program/MainThread: stdout[130]: LVM 2024-03-01 16:57:45,259 INFO program/MainThread: stderr[130]: 2024-03-01 16:57:45,259 INFO program/MainThread: ...done [130] (exit code: 0) 2024-03-01 16:57:45,259 INFO program/MainThread: Running [131] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 16:57:45,262 INFO program/MainThread: stdout[131]: LVM 2024-03-01 16:57:45,262 INFO program/MainThread: stderr[131]: 2024-03-01 16:57:45,262 INFO program/MainThread: ...done [131] (exit code: 0) 2024-03-01 16:57:45,262 INFO program/MainThread: Running [132] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 16:57:45,264 INFO program/MainThread: stdout[132]: LVM 2024-03-01 16:57:45,264 INFO program/MainThread: stderr[132]: 2024-03-01 16:57:45,264 INFO program/MainThread: ...done [132] (exit code: 0) 2024-03-01 16:57:45,268 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv7-real ; 2024-03-01 16:57:45,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:45,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:45,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 16:57:45,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:45,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,292 DEBUG blivet/MainThread: no device obtained for test_vg3-lv7-real 2024-03-01 16:57:45,295 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-cnc6MM8ic9w319dUDFiua9sImUlyR78vxxsJXKaqShX7Ifm4920rU4FGusJyasca-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': '1105416446'} ; 2024-03-01 16:57:45,295 INFO blivet/MainThread: scanning test_vg3-lv7_snapset1-cow (/sys/devices/virtual/block/dm-15)... 2024-03-01 16:57:45,295 INFO program/MainThread: Running [133] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 16:57:45,298 INFO program/MainThread: stdout[133]: LVM 2024-03-01 16:57:45,298 INFO program/MainThread: stderr[133]: 2024-03-01 16:57:45,298 INFO program/MainThread: ...done [133] (exit code: 0) 2024-03-01 16:57:45,298 INFO program/MainThread: Running [134] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 16:57:45,300 INFO program/MainThread: stdout[134]: LVM 2024-03-01 16:57:45,301 INFO program/MainThread: stderr[134]: 2024-03-01 16:57:45,301 INFO program/MainThread: ...done [134] (exit code: 0) 2024-03-01 16:57:45,301 INFO program/MainThread: Running [135] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 16:57:45,303 INFO program/MainThread: stdout[135]: LVM 2024-03-01 16:57:45,303 INFO program/MainThread: stderr[135]: 2024-03-01 16:57:45,303 INFO program/MainThread: ...done [135] (exit code: 0) 2024-03-01 16:57:45,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,312 INFO program/MainThread: Running [136] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 16:57:45,314 INFO program/MainThread: stdout[136]: LVM 2024-03-01 16:57:45,314 INFO program/MainThread: stderr[136]: 2024-03-01 16:57:45,314 INFO program/MainThread: ...done [136] (exit code: 0) 2024-03-01 16:57:45,315 INFO program/MainThread: Running [137] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 16:57:45,317 INFO program/MainThread: stdout[137]: LVM 2024-03-01 16:57:45,317 INFO program/MainThread: stderr[137]: 2024-03-01 16:57:45,317 INFO program/MainThread: ...done [137] (exit code: 0) 2024-03-01 16:57:45,317 INFO program/MainThread: Running [138] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 16:57:45,319 INFO program/MainThread: stdout[138]: LVM 2024-03-01 16:57:45,319 INFO program/MainThread: stderr[138]: 2024-03-01 16:57:45,319 INFO program/MainThread: ...done [138] (exit code: 0) 2024-03-01 16:57:45,323 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv7_snapset1-cow ; 2024-03-01 16:57:45,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:45,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:45,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 16:57:45,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,342 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 16:57:45,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:45,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,353 DEBUG blivet/MainThread: no device obtained for test_vg3-lv7_snapset1-cow 2024-03-01 16:57:45,356 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78vxxsJXKaqShX7Ifm4920rU4FGusJyasca ' '/dev/mapper/test_vg3-lv7_snapset1 ' '/dev/disk/by-uuid/3f6f4443-6bb6-4d53-a039-f8f742230d2a ' '/dev/disk/by-id/dm-name-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-cnc6MM8ic9w319dUDFiua9sImUlyR78vxxsJXKaqShX7Ifm4920rU4FGusJyasca', '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': '3f6f4443-6bb6-4d53-a039-f8f742230d2a', 'ID_FS_UUID_ENC': '3f6f4443-6bb6-4d53-a039-f8f742230d2a', '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': '1105426393'} ; 2024-03-01 16:57:45,356 INFO blivet/MainThread: scanning test_vg3-lv7_snapset1 (/sys/devices/virtual/block/dm-16)... 2024-03-01 16:57:45,356 INFO program/MainThread: Running [139] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:57:45,359 INFO program/MainThread: stdout[139]: LVM 2024-03-01 16:57:45,359 INFO program/MainThread: stderr[139]: 2024-03-01 16:57:45,360 INFO program/MainThread: ...done [139] (exit code: 0) 2024-03-01 16:57:45,360 INFO program/MainThread: Running [140] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:57:45,362 INFO program/MainThread: stdout[140]: LVM 2024-03-01 16:57:45,362 INFO program/MainThread: stderr[140]: 2024-03-01 16:57:45,362 INFO program/MainThread: ...done [140] (exit code: 0) 2024-03-01 16:57:45,362 INFO program/MainThread: Running [141] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:57:45,364 INFO program/MainThread: stdout[141]: LVM 2024-03-01 16:57:45,364 INFO program/MainThread: stderr[141]: 2024-03-01 16:57:45,365 INFO program/MainThread: ...done [141] (exit code: 0) 2024-03-01 16:57:45,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,372 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 16:57:45,376 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:45,377 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:45,378 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:45,379 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:45,373 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05536b71f0) -- name = test_vg3-lv7_snapset1 status = True id = 292 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca 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 (0x7f0554804160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:45,380 INFO program/MainThread: Running [142] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:57:45,383 INFO program/MainThread: stdout[142]: LVM 2024-03-01 16:57:45,383 INFO program/MainThread: stderr[142]: 2024-03-01 16:57:45,383 INFO program/MainThread: ...done [142] (exit code: 0) 2024-03-01 16:57:45,387 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7_snapset1 ; 2024-03-01 16:57:45,387 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7_snapset1, bailing 2024-03-01 16:57:45,389 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-cnc6MM8ic9w319dUDFiua9sImUlyR78vHSDoOcBOZNkd3c9V8zyCDzmyznYgHVgi-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': '1105668786'} ; 2024-03-01 16:57:45,389 INFO blivet/MainThread: scanning test_vg3-lv8-real (/sys/devices/virtual/block/dm-17)... 2024-03-01 16:57:45,390 INFO program/MainThread: Running [143] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 16:57:45,392 INFO program/MainThread: stdout[143]: LVM 2024-03-01 16:57:45,392 INFO program/MainThread: stderr[143]: 2024-03-01 16:57:45,392 INFO program/MainThread: ...done [143] (exit code: 0) 2024-03-01 16:57:45,392 INFO program/MainThread: Running [144] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 16:57:45,395 INFO program/MainThread: stdout[144]: LVM 2024-03-01 16:57:45,395 INFO program/MainThread: stderr[144]: 2024-03-01 16:57:45,395 INFO program/MainThread: ...done [144] (exit code: 0) 2024-03-01 16:57:45,395 INFO program/MainThread: Running [145] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 16:57:45,397 INFO program/MainThread: stdout[145]: LVM 2024-03-01 16:57:45,397 INFO program/MainThread: stderr[145]: 2024-03-01 16:57:45,397 INFO program/MainThread: ...done [145] (exit code: 0) 2024-03-01 16:57:45,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,406 INFO program/MainThread: Running [146] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 16:57:45,409 INFO program/MainThread: stdout[146]: LVM 2024-03-01 16:57:45,409 INFO program/MainThread: stderr[146]: 2024-03-01 16:57:45,409 INFO program/MainThread: ...done [146] (exit code: 0) 2024-03-01 16:57:45,409 INFO program/MainThread: Running [147] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 16:57:45,411 INFO program/MainThread: stdout[147]: LVM 2024-03-01 16:57:45,412 INFO program/MainThread: stderr[147]: 2024-03-01 16:57:45,412 INFO program/MainThread: ...done [147] (exit code: 0) 2024-03-01 16:57:45,412 INFO program/MainThread: Running [148] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 16:57:45,414 INFO program/MainThread: stdout[148]: LVM 2024-03-01 16:57:45,414 INFO program/MainThread: stderr[148]: 2024-03-01 16:57:45,414 INFO program/MainThread: ...done [148] (exit code: 0) 2024-03-01 16:57:45,418 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv8-real ; 2024-03-01 16:57:45,420 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:45,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:45,427 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 16:57:45,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:45,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,442 DEBUG blivet/MainThread: no device obtained for test_vg3-lv8-real 2024-03-01 16:57:45,445 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-cnc6MM8ic9w319dUDFiua9sImUlyR78vVHR2zRdTV90gPROnn9GGn6RUkeHSoRCs-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': '1105670555'} ; 2024-03-01 16:57:45,445 INFO blivet/MainThread: scanning test_vg3-lv8_snapset1-cow (/sys/devices/virtual/block/dm-18)... 2024-03-01 16:57:45,445 INFO program/MainThread: Running [149] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 16:57:45,448 INFO program/MainThread: stdout[149]: LVM 2024-03-01 16:57:45,448 INFO program/MainThread: stderr[149]: 2024-03-01 16:57:45,448 INFO program/MainThread: ...done [149] (exit code: 0) 2024-03-01 16:57:45,448 INFO program/MainThread: Running [150] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 16:57:45,450 INFO program/MainThread: stdout[150]: LVM 2024-03-01 16:57:45,451 INFO program/MainThread: stderr[150]: 2024-03-01 16:57:45,451 INFO program/MainThread: ...done [150] (exit code: 0) 2024-03-01 16:57:45,451 INFO program/MainThread: Running [151] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 16:57:45,453 INFO program/MainThread: stdout[151]: LVM 2024-03-01 16:57:45,453 INFO program/MainThread: stderr[151]: 2024-03-01 16:57:45,453 INFO program/MainThread: ...done [151] (exit code: 0) 2024-03-01 16:57:45,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,462 INFO program/MainThread: Running [152] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 16:57:45,464 INFO program/MainThread: stdout[152]: LVM 2024-03-01 16:57:45,464 INFO program/MainThread: stderr[152]: 2024-03-01 16:57:45,464 INFO program/MainThread: ...done [152] (exit code: 0) 2024-03-01 16:57:45,464 INFO program/MainThread: Running [153] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 16:57:45,467 INFO program/MainThread: stdout[153]: LVM 2024-03-01 16:57:45,467 INFO program/MainThread: stderr[153]: 2024-03-01 16:57:45,467 INFO program/MainThread: ...done [153] (exit code: 0) 2024-03-01 16:57:45,467 INFO program/MainThread: Running [154] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 16:57:45,469 INFO program/MainThread: stdout[154]: LVM 2024-03-01 16:57:45,469 INFO program/MainThread: stderr[154]: 2024-03-01 16:57:45,469 INFO program/MainThread: ...done [154] (exit code: 0) 2024-03-01 16:57:45,473 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv8_snapset1-cow ; 2024-03-01 16:57:45,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:45,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:45,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 16:57:45,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 16:57:45,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:45,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,503 DEBUG blivet/MainThread: no device obtained for test_vg3-lv8_snapset1-cow 2024-03-01 16:57:45,505 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-uuid/b62c5782-6228-4f80-913e-e884fee51ecd ' '/dev/test_vg3/lv8_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78vVHR2zRdTV90gPROnn9GGn6RUkeHSoRCs', '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-cnc6MM8ic9w319dUDFiua9sImUlyR78vVHR2zRdTV90gPROnn9GGn6RUkeHSoRCs', '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': 'b62c5782-6228-4f80-913e-e884fee51ecd', 'ID_FS_UUID_ENC': 'b62c5782-6228-4f80-913e-e884fee51ecd', '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': '1105687702'} ; 2024-03-01 16:57:45,506 INFO blivet/MainThread: scanning test_vg3-lv8_snapset1 (/sys/devices/virtual/block/dm-19)... 2024-03-01 16:57:45,506 INFO program/MainThread: Running [155] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:57:45,508 INFO program/MainThread: stdout[155]: LVM 2024-03-01 16:57:45,508 INFO program/MainThread: stderr[155]: 2024-03-01 16:57:45,508 INFO program/MainThread: ...done [155] (exit code: 0) 2024-03-01 16:57:45,508 INFO program/MainThread: Running [156] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:57:45,510 INFO program/MainThread: stdout[156]: LVM 2024-03-01 16:57:45,511 INFO program/MainThread: stderr[156]: 2024-03-01 16:57:45,511 INFO program/MainThread: ...done [156] (exit code: 0) 2024-03-01 16:57:45,511 INFO program/MainThread: Running [157] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:57:45,513 INFO program/MainThread: stdout[157]: LVM 2024-03-01 16:57:45,513 INFO program/MainThread: stderr[157]: 2024-03-01 16:57:45,513 INFO program/MainThread: ...done [157] (exit code: 0) 2024-03-01 16:57:45,517 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,521 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 16:57:45,524 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:45,526 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:45,526 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:45,528 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:45,521 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05536ad940) -- name = test_vg3-lv8_snapset1 status = True id = 318 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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 (0x7f0554804160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:45,529 INFO program/MainThread: Running [158] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:57:45,531 INFO program/MainThread: stdout[158]: LVM 2024-03-01 16:57:45,531 INFO program/MainThread: stderr[158]: 2024-03-01 16:57:45,531 INFO program/MainThread: ...done [158] (exit code: 0) 2024-03-01 16:57:45,534 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8_snapset1 ; 2024-03-01 16:57:45,534 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8_snapset1, bailing 2024-03-01 16:57:45,537 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/162ecaa7-00c7-41a7-be47-37643566d566 ' '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78v7ly9LPteSBYByfNaYoBLTT5qpOSjIaih ' '/dev/mapper/test_vg3-lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '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-cnc6MM8ic9w319dUDFiua9sImUlyR78v7ly9LPteSBYByfNaYoBLTT5qpOSjIaih', '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': '162ecaa7-00c7-41a7-be47-37643566d566', 'ID_FS_UUID_ENC': '162ecaa7-00c7-41a7-be47-37643566d566', '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': '1095679005'} ; 2024-03-01 16:57:45,537 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:57:45,538 INFO program/MainThread: Running [159] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:45,540 INFO program/MainThread: stdout[159]: LVM 2024-03-01 16:57:45,540 INFO program/MainThread: stderr[159]: 2024-03-01 16:57:45,540 INFO program/MainThread: ...done [159] (exit code: 0) 2024-03-01 16:57:45,540 INFO program/MainThread: Running [160] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:45,542 INFO program/MainThread: stdout[160]: LVM 2024-03-01 16:57:45,542 INFO program/MainThread: stderr[160]: 2024-03-01 16:57:45,542 INFO program/MainThread: ...done [160] (exit code: 0) 2024-03-01 16:57:45,542 INFO program/MainThread: Running [161] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:45,545 INFO program/MainThread: stdout[161]: LVM 2024-03-01 16:57:45,545 INFO program/MainThread: stderr[161]: 2024-03-01 16:57:45,545 INFO program/MainThread: ...done [161] (exit code: 0) 2024-03-01 16:57:45,549 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,552 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem 2024-03-01 16:57:45,556 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:45,557 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:45,558 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:45,559 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:45,553 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05536ebbe0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7f0554804160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:45,560 INFO program/MainThread: Running [162] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:45,562 INFO program/MainThread: stdout[162]: LVM 2024-03-01 16:57:45,563 INFO program/MainThread: stderr[162]: 2024-03-01 16:57:45,563 INFO program/MainThread: ...done [162] (exit code: 0) 2024-03-01 16:57:45,566 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:57:45,566 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 16:57:45,569 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-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1V3DQe3xYo2zJEJ4LxTMcrNGkVVQEXuaY-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': '1105904334'} ; 2024-03-01 16:57:45,569 INFO blivet/MainThread: scanning test_vg2-lv3-real (/sys/devices/virtual/block/dm-20)... 2024-03-01 16:57:45,569 INFO program/MainThread: Running [163] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 16:57:45,571 INFO program/MainThread: stdout[163]: LVM 2024-03-01 16:57:45,571 INFO program/MainThread: stderr[163]: 2024-03-01 16:57:45,571 INFO program/MainThread: ...done [163] (exit code: 0) 2024-03-01 16:57:45,571 INFO program/MainThread: Running [164] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 16:57:45,574 INFO program/MainThread: stdout[164]: LVM 2024-03-01 16:57:45,574 INFO program/MainThread: stderr[164]: 2024-03-01 16:57:45,574 INFO program/MainThread: ...done [164] (exit code: 0) 2024-03-01 16:57:45,574 INFO program/MainThread: Running [165] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 16:57:45,576 INFO program/MainThread: stdout[165]: LVM 2024-03-01 16:57:45,576 INFO program/MainThread: stderr[165]: 2024-03-01 16:57:45,576 INFO program/MainThread: ...done [165] (exit code: 0) 2024-03-01 16:57:45,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,585 INFO program/MainThread: Running [166] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 16:57:45,587 INFO program/MainThread: stdout[166]: LVM 2024-03-01 16:57:45,587 INFO program/MainThread: stderr[166]: 2024-03-01 16:57:45,587 INFO program/MainThread: ...done [166] (exit code: 0) 2024-03-01 16:57:45,587 INFO program/MainThread: Running [167] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 16:57:45,589 INFO program/MainThread: stdout[167]: LVM 2024-03-01 16:57:45,590 INFO program/MainThread: stderr[167]: 2024-03-01 16:57:45,590 INFO program/MainThread: ...done [167] (exit code: 0) 2024-03-01 16:57:45,590 INFO program/MainThread: Running [168] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 16:57:45,592 INFO program/MainThread: stdout[168]: LVM 2024-03-01 16:57:45,592 INFO program/MainThread: stderr[168]: 2024-03-01 16:57:45,592 INFO program/MainThread: ...done [168] (exit code: 0) 2024-03-01 16:57:45,595 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv3-real ; 2024-03-01 16:57:45,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:45,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:45,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 16:57:45,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:45,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,619 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,619 DEBUG blivet/MainThread: no device obtained for test_vg2-lv3-real 2024-03-01 16:57:45,621 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-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1XpiG58NbCH3wLhEmPymDHUWdnrpZegsk-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': '1105906013'} ; 2024-03-01 16:57:45,622 INFO blivet/MainThread: scanning test_vg2-lv3_snapset1-cow (/sys/devices/virtual/block/dm-21)... 2024-03-01 16:57:45,622 INFO program/MainThread: Running [169] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 16:57:45,624 INFO program/MainThread: stdout[169]: LVM 2024-03-01 16:57:45,624 INFO program/MainThread: stderr[169]: 2024-03-01 16:57:45,624 INFO program/MainThread: ...done [169] (exit code: 0) 2024-03-01 16:57:45,624 INFO program/MainThread: Running [170] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 16:57:45,626 INFO program/MainThread: stdout[170]: LVM 2024-03-01 16:57:45,627 INFO program/MainThread: stderr[170]: 2024-03-01 16:57:45,627 INFO program/MainThread: ...done [170] (exit code: 0) 2024-03-01 16:57:45,627 INFO program/MainThread: Running [171] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 16:57:45,629 INFO program/MainThread: stdout[171]: LVM 2024-03-01 16:57:45,629 INFO program/MainThread: stderr[171]: 2024-03-01 16:57:45,629 INFO program/MainThread: ...done [171] (exit code: 0) 2024-03-01 16:57:45,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,638 INFO program/MainThread: Running [172] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 16:57:45,640 INFO program/MainThread: stdout[172]: LVM 2024-03-01 16:57:45,640 INFO program/MainThread: stderr[172]: 2024-03-01 16:57:45,640 INFO program/MainThread: ...done [172] (exit code: 0) 2024-03-01 16:57:45,640 INFO program/MainThread: Running [173] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 16:57:45,643 INFO program/MainThread: stdout[173]: LVM 2024-03-01 16:57:45,643 INFO program/MainThread: stderr[173]: 2024-03-01 16:57:45,643 INFO program/MainThread: ...done [173] (exit code: 0) 2024-03-01 16:57:45,643 INFO program/MainThread: Running [174] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 16:57:45,645 INFO program/MainThread: stdout[174]: LVM 2024-03-01 16:57:45,645 INFO program/MainThread: stderr[174]: 2024-03-01 16:57:45,645 INFO program/MainThread: ...done [174] (exit code: 0) 2024-03-01 16:57:45,649 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv3_snapset1-cow ; 2024-03-01 16:57:45,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:45,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:45,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,660 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 16:57:45,663 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:45,668 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,672 DEBUG blivet/MainThread: no device obtained for test_vg2-lv3_snapset1-cow 2024-03-01 16:57:45,674 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1XpiG58NbCH3wLhEmPymDHUWdnrpZegsk ' '/dev/mapper/test_vg2-lv3_snapset1 ' '/dev/disk/by-id/dm-name-test_vg2-lv3_snapset1 ' '/dev/disk/by-uuid/ee1019f1-f170-4ade-97ab-9b6236999601 ' '/dev/test_vg2/lv3_snapset1', '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-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1XpiG58NbCH3wLhEmPymDHUWdnrpZegsk', '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': 'ee1019f1-f170-4ade-97ab-9b6236999601', 'ID_FS_UUID_ENC': 'ee1019f1-f170-4ade-97ab-9b6236999601', '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': '1105925570'} ; 2024-03-01 16:57:45,674 INFO blivet/MainThread: scanning test_vg2-lv3_snapset1 (/sys/devices/virtual/block/dm-22)... 2024-03-01 16:57:45,675 INFO program/MainThread: Running [175] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:57:45,677 INFO program/MainThread: stdout[175]: LVM 2024-03-01 16:57:45,677 INFO program/MainThread: stderr[175]: 2024-03-01 16:57:45,677 INFO program/MainThread: ...done [175] (exit code: 0) 2024-03-01 16:57:45,677 INFO program/MainThread: Running [176] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:57:45,680 INFO program/MainThread: stdout[176]: LVM 2024-03-01 16:57:45,680 INFO program/MainThread: stderr[176]: 2024-03-01 16:57:45,680 INFO program/MainThread: ...done [176] (exit code: 0) 2024-03-01 16:57:45,680 INFO program/MainThread: Running [177] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:57:45,682 INFO program/MainThread: stdout[177]: LVM 2024-03-01 16:57:45,682 INFO program/MainThread: stderr[177]: 2024-03-01 16:57:45,682 INFO program/MainThread: ...done [177] (exit code: 0) 2024-03-01 16:57:45,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,690 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 16:57:45,692 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:45,693 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:45,694 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:45,694 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:45,690 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05537b9ac0) -- name = test_vg2-lv3_snapset1 status = True id = 144 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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 (0x7f05536feee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:45,695 INFO program/MainThread: Running [178] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:57:45,697 INFO program/MainThread: stdout[178]: LVM 2024-03-01 16:57:45,698 INFO program/MainThread: stderr[178]: 2024-03-01 16:57:45,698 INFO program/MainThread: ...done [178] (exit code: 0) 2024-03-01 16:57:45,701 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3_snapset1 ; 2024-03-01 16:57:45,701 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3_snapset1, bailing 2024-03-01 16:57:45,704 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-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1EXRVhoAuwBYHdeQtsTOYdMX1ZNfDHvK6-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': '1106135036'} ; 2024-03-01 16:57:45,704 INFO blivet/MainThread: scanning test_vg2-lv4-real (/sys/devices/virtual/block/dm-23)... 2024-03-01 16:57:45,704 INFO program/MainThread: Running [179] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 16:57:45,706 INFO program/MainThread: stdout[179]: LVM 2024-03-01 16:57:45,706 INFO program/MainThread: stderr[179]: 2024-03-01 16:57:45,707 INFO program/MainThread: ...done [179] (exit code: 0) 2024-03-01 16:57:45,707 INFO program/MainThread: Running [180] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 16:57:45,709 INFO program/MainThread: stdout[180]: LVM 2024-03-01 16:57:45,709 INFO program/MainThread: stderr[180]: 2024-03-01 16:57:45,709 INFO program/MainThread: ...done [180] (exit code: 0) 2024-03-01 16:57:45,709 INFO program/MainThread: Running [181] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 16:57:45,711 INFO program/MainThread: stdout[181]: LVM 2024-03-01 16:57:45,711 INFO program/MainThread: stderr[181]: 2024-03-01 16:57:45,712 INFO program/MainThread: ...done [181] (exit code: 0) 2024-03-01 16:57:45,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,720 INFO program/MainThread: Running [182] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 16:57:45,722 INFO program/MainThread: stdout[182]: LVM 2024-03-01 16:57:45,723 INFO program/MainThread: stderr[182]: 2024-03-01 16:57:45,723 INFO program/MainThread: ...done [182] (exit code: 0) 2024-03-01 16:57:45,723 INFO program/MainThread: Running [183] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 16:57:45,725 INFO program/MainThread: stdout[183]: LVM 2024-03-01 16:57:45,725 INFO program/MainThread: stderr[183]: 2024-03-01 16:57:45,725 INFO program/MainThread: ...done [183] (exit code: 0) 2024-03-01 16:57:45,725 INFO program/MainThread: Running [184] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 16:57:45,727 INFO program/MainThread: stdout[184]: LVM 2024-03-01 16:57:45,728 INFO program/MainThread: stderr[184]: 2024-03-01 16:57:45,728 INFO program/MainThread: ...done [184] (exit code: 0) 2024-03-01 16:57:45,731 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv4-real ; 2024-03-01 16:57:45,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:45,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:45,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,743 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 16:57:45,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:45,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,754 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,754 DEBUG blivet/MainThread: no device obtained for test_vg2-lv4-real 2024-03-01 16:57:45,757 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-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1PXf4qYYeqfQqQcWEUy5jfgqsMmeTow8K-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': '1106136644'} ; 2024-03-01 16:57:45,757 INFO blivet/MainThread: scanning test_vg2-lv4_snapset1-cow (/sys/devices/virtual/block/dm-24)... 2024-03-01 16:57:45,757 INFO program/MainThread: Running [185] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 16:57:45,759 INFO program/MainThread: stdout[185]: LVM 2024-03-01 16:57:45,760 INFO program/MainThread: stderr[185]: 2024-03-01 16:57:45,760 INFO program/MainThread: ...done [185] (exit code: 0) 2024-03-01 16:57:45,760 INFO program/MainThread: Running [186] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 16:57:45,762 INFO program/MainThread: stdout[186]: LVM 2024-03-01 16:57:45,762 INFO program/MainThread: stderr[186]: 2024-03-01 16:57:45,762 INFO program/MainThread: ...done [186] (exit code: 0) 2024-03-01 16:57:45,762 INFO program/MainThread: Running [187] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 16:57:45,765 INFO program/MainThread: stdout[187]: LVM 2024-03-01 16:57:45,765 INFO program/MainThread: stderr[187]: 2024-03-01 16:57:45,765 INFO program/MainThread: ...done [187] (exit code: 0) 2024-03-01 16:57:45,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,773 INFO program/MainThread: Running [188] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 16:57:45,776 INFO program/MainThread: stdout[188]: LVM 2024-03-01 16:57:45,776 INFO program/MainThread: stderr[188]: 2024-03-01 16:57:45,776 INFO program/MainThread: ...done [188] (exit code: 0) 2024-03-01 16:57:45,776 INFO program/MainThread: Running [189] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 16:57:45,778 INFO program/MainThread: stdout[189]: LVM 2024-03-01 16:57:45,778 INFO program/MainThread: stderr[189]: 2024-03-01 16:57:45,778 INFO program/MainThread: ...done [189] (exit code: 0) 2024-03-01 16:57:45,779 INFO program/MainThread: Running [190] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 16:57:45,781 INFO program/MainThread: stdout[190]: LVM 2024-03-01 16:57:45,781 INFO program/MainThread: stderr[190]: 2024-03-01 16:57:45,781 INFO program/MainThread: ...done [190] (exit code: 0) 2024-03-01 16:57:45,784 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv4_snapset1-cow ; 2024-03-01 16:57:45,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:45,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:45,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 16:57:45,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:45,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,808 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,808 DEBUG blivet/MainThread: no device obtained for test_vg2-lv4_snapset1-cow 2024-03-01 16:57:45,810 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg2/lv4_snapset1 /dev/mapper/test_vg2-lv4_snapset1 ' '/dev/disk/by-id/dm-name-test_vg2-lv4_snapset1 ' '/dev/disk/by-uuid/61a3ebe1-d54a-474f-82f2-2687d5943dbd ' '/dev/disk/by-id/dm-uuid-LVM-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1PXf4qYYeqfQqQcWEUy5jfgqsMmeTow8K', '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-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1PXf4qYYeqfQqQcWEUy5jfgqsMmeTow8K', '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': '61a3ebe1-d54a-474f-82f2-2687d5943dbd', 'ID_FS_UUID_ENC': '61a3ebe1-d54a-474f-82f2-2687d5943dbd', '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': '1106150657'} ; 2024-03-01 16:57:45,810 INFO blivet/MainThread: scanning test_vg2-lv4_snapset1 (/sys/devices/virtual/block/dm-25)... 2024-03-01 16:57:45,811 INFO program/MainThread: Running [191] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:57:45,813 INFO program/MainThread: stdout[191]: LVM 2024-03-01 16:57:45,813 INFO program/MainThread: stderr[191]: 2024-03-01 16:57:45,813 INFO program/MainThread: ...done [191] (exit code: 0) 2024-03-01 16:57:45,813 INFO program/MainThread: Running [192] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:57:45,816 INFO program/MainThread: stdout[192]: LVM 2024-03-01 16:57:45,816 INFO program/MainThread: stderr[192]: 2024-03-01 16:57:45,816 INFO program/MainThread: ...done [192] (exit code: 0) 2024-03-01 16:57:45,816 INFO program/MainThread: Running [193] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:57:45,818 INFO program/MainThread: stdout[193]: LVM 2024-03-01 16:57:45,818 INFO program/MainThread: stderr[193]: 2024-03-01 16:57:45,818 INFO program/MainThread: ...done [193] (exit code: 0) 2024-03-01 16:57:45,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,825 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 16:57:45,828 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:45,829 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:45,829 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:45,830 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:45,826 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f055370ec70) -- name = test_vg2-lv4_snapset1 status = True id = 170 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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 (0x7f05536feee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:45,831 INFO program/MainThread: Running [194] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:57:45,833 INFO program/MainThread: stdout[194]: LVM 2024-03-01 16:57:45,833 INFO program/MainThread: stderr[194]: 2024-03-01 16:57:45,833 INFO program/MainThread: ...done [194] (exit code: 0) 2024-03-01 16:57:45,837 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4_snapset1 ; 2024-03-01 16:57:45,837 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4_snapset1, bailing 2024-03-01 16:57:45,839 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-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dyXxVu9Co86Wcwsb8dAcDV07p5H28rSRr-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': '1106389617'} ; 2024-03-01 16:57:45,840 INFO blivet/MainThread: scanning test_vg1-lv1-real (/sys/devices/virtual/block/dm-26)... 2024-03-01 16:57:45,840 INFO program/MainThread: Running [195] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 16:57:45,842 INFO program/MainThread: stdout[195]: LVM 2024-03-01 16:57:45,842 INFO program/MainThread: stderr[195]: 2024-03-01 16:57:45,842 INFO program/MainThread: ...done [195] (exit code: 0) 2024-03-01 16:57:45,842 INFO program/MainThread: Running [196] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 16:57:45,845 INFO program/MainThread: stdout[196]: LVM 2024-03-01 16:57:45,845 INFO program/MainThread: stderr[196]: 2024-03-01 16:57:45,845 INFO program/MainThread: ...done [196] (exit code: 0) 2024-03-01 16:57:45,845 INFO program/MainThread: Running [197] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 16:57:45,847 INFO program/MainThread: stdout[197]: LVM 2024-03-01 16:57:45,847 INFO program/MainThread: stderr[197]: 2024-03-01 16:57:45,847 INFO program/MainThread: ...done [197] (exit code: 0) 2024-03-01 16:57:45,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,856 INFO program/MainThread: Running [198] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 16:57:45,858 INFO program/MainThread: stdout[198]: LVM 2024-03-01 16:57:45,858 INFO program/MainThread: stderr[198]: 2024-03-01 16:57:45,858 INFO program/MainThread: ...done [198] (exit code: 0) 2024-03-01 16:57:45,858 INFO program/MainThread: Running [199] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 16:57:45,861 INFO program/MainThread: stdout[199]: LVM 2024-03-01 16:57:45,861 INFO program/MainThread: stderr[199]: 2024-03-01 16:57:45,861 INFO program/MainThread: ...done [199] (exit code: 0) 2024-03-01 16:57:45,861 INFO program/MainThread: Running [200] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 16:57:45,863 INFO program/MainThread: stdout[200]: LVM 2024-03-01 16:57:45,863 INFO program/MainThread: stderr[200]: 2024-03-01 16:57:45,863 INFO program/MainThread: ...done [200] (exit code: 0) 2024-03-01 16:57:45,867 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1-real ; 2024-03-01 16:57:45,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:45,872 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:45,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:57:45,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:45,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,889 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1-real 2024-03-01 16:57:45,892 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-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dTTd5QGUsQdbBx806nhJYmWUMZHocPPpn-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': '1106390873'} ; 2024-03-01 16:57:45,892 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1-cow (/sys/devices/virtual/block/dm-27)... 2024-03-01 16:57:45,892 INFO program/MainThread: Running [201] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 16:57:45,895 INFO program/MainThread: stdout[201]: LVM 2024-03-01 16:57:45,896 INFO program/MainThread: stderr[201]: 2024-03-01 16:57:45,896 INFO program/MainThread: ...done [201] (exit code: 0) 2024-03-01 16:57:45,896 INFO program/MainThread: Running [202] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 16:57:45,898 INFO program/MainThread: stdout[202]: LVM 2024-03-01 16:57:45,898 INFO program/MainThread: stderr[202]: 2024-03-01 16:57:45,898 INFO program/MainThread: ...done [202] (exit code: 0) 2024-03-01 16:57:45,898 INFO program/MainThread: Running [203] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 16:57:45,900 INFO program/MainThread: stdout[203]: LVM 2024-03-01 16:57:45,901 INFO program/MainThread: stderr[203]: 2024-03-01 16:57:45,901 INFO program/MainThread: ...done [203] (exit code: 0) 2024-03-01 16:57:45,906 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,909 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,909 INFO program/MainThread: Running [204] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 16:57:45,912 INFO program/MainThread: stdout[204]: LVM 2024-03-01 16:57:45,912 INFO program/MainThread: stderr[204]: 2024-03-01 16:57:45,912 INFO program/MainThread: ...done [204] (exit code: 0) 2024-03-01 16:57:45,912 INFO program/MainThread: Running [205] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 16:57:45,914 INFO program/MainThread: stdout[205]: LVM 2024-03-01 16:57:45,914 INFO program/MainThread: stderr[205]: 2024-03-01 16:57:45,914 INFO program/MainThread: ...done [205] (exit code: 0) 2024-03-01 16:57:45,915 INFO program/MainThread: Running [206] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 16:57:45,917 INFO program/MainThread: stdout[206]: LVM 2024-03-01 16:57:45,917 INFO program/MainThread: stderr[206]: 2024-03-01 16:57:45,917 INFO program/MainThread: ...done [206] (exit code: 0) 2024-03-01 16:57:45,920 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1_snapset1-cow ; 2024-03-01 16:57:45,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:45,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:45,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:57:45,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:45,939 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,943 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1_snapset1-cow 2024-03-01 16:57:45,945 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/test_vg1/lv1_snapset1 ' '/dev/disk/by-uuid/630a8279-ad47-4ad1-b6ca-c2acdbba482a ' '/dev/disk/by-id/dm-uuid-LVM-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dTTd5QGUsQdbBx806nhJYmWUMZHocPPpn ' '/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-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dTTd5QGUsQdbBx806nhJYmWUMZHocPPpn', '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': '630a8279-ad47-4ad1-b6ca-c2acdbba482a', 'ID_FS_UUID_ENC': '630a8279-ad47-4ad1-b6ca-c2acdbba482a', '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': '1106398177'} ; 2024-03-01 16:57:45,946 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-28)... 2024-03-01 16:57:45,946 INFO program/MainThread: Running [207] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:57:45,948 INFO program/MainThread: stdout[207]: LVM 2024-03-01 16:57:45,949 INFO program/MainThread: stderr[207]: 2024-03-01 16:57:45,949 INFO program/MainThread: ...done [207] (exit code: 0) 2024-03-01 16:57:45,949 INFO program/MainThread: Running [208] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:57:45,951 INFO program/MainThread: stdout[208]: LVM 2024-03-01 16:57:45,951 INFO program/MainThread: stderr[208]: 2024-03-01 16:57:45,951 INFO program/MainThread: ...done [208] (exit code: 0) 2024-03-01 16:57:45,951 INFO program/MainThread: Running [209] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:57:45,954 INFO program/MainThread: stdout[209]: LVM 2024-03-01 16:57:45,954 INFO program/MainThread: stderr[209]: 2024-03-01 16:57:45,954 INFO program/MainThread: ...done [209] (exit code: 0) 2024-03-01 16:57:45,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,961 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 16:57:45,964 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:45,965 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:45,965 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:45,966 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:45,962 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f055373e400) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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 (0x7f0554804280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:45,967 INFO program/MainThread: Running [210] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:57:45,969 INFO program/MainThread: stdout[210]: LVM 2024-03-01 16:57:45,969 INFO program/MainThread: stderr[210]: 2024-03-01 16:57:45,969 INFO program/MainThread: ...done [210] (exit code: 0) 2024-03-01 16:57:45,973 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 16:57:45,973 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1_snapset1, bailing 2024-03-01 16:57:45,976 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-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8d61B7uoHe2Yip7CUtj3XBHA4VahGPzh2G-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': '1106613738'} ; 2024-03-01 16:57:45,976 INFO blivet/MainThread: scanning test_vg1-lv2-real (/sys/devices/virtual/block/dm-29)... 2024-03-01 16:57:45,976 INFO program/MainThread: Running [211] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 16:57:45,978 INFO program/MainThread: stdout[211]: LVM 2024-03-01 16:57:45,978 INFO program/MainThread: stderr[211]: 2024-03-01 16:57:45,978 INFO program/MainThread: ...done [211] (exit code: 0) 2024-03-01 16:57:45,978 INFO program/MainThread: Running [212] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 16:57:45,981 INFO program/MainThread: stdout[212]: LVM 2024-03-01 16:57:45,981 INFO program/MainThread: stderr[212]: 2024-03-01 16:57:45,981 INFO program/MainThread: ...done [212] (exit code: 0) 2024-03-01 16:57:45,981 INFO program/MainThread: Running [213] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 16:57:45,983 INFO program/MainThread: stdout[213]: LVM 2024-03-01 16:57:45,983 INFO program/MainThread: stderr[213]: 2024-03-01 16:57:45,983 INFO program/MainThread: ...done [213] (exit code: 0) 2024-03-01 16:57:45,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:45,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:45,992 INFO program/MainThread: Running [214] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 16:57:45,994 INFO program/MainThread: stdout[214]: LVM 2024-03-01 16:57:45,995 INFO program/MainThread: stderr[214]: 2024-03-01 16:57:45,995 INFO program/MainThread: ...done [214] (exit code: 0) 2024-03-01 16:57:45,995 INFO program/MainThread: Running [215] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 16:57:45,997 INFO program/MainThread: stdout[215]: LVM 2024-03-01 16:57:45,997 INFO program/MainThread: stderr[215]: 2024-03-01 16:57:45,997 INFO program/MainThread: ...done [215] (exit code: 0) 2024-03-01 16:57:45,997 INFO program/MainThread: Running [216] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 16:57:45,999 INFO program/MainThread: stdout[216]: LVM 2024-03-01 16:57:46,000 INFO program/MainThread: stderr[216]: 2024-03-01 16:57:46,000 INFO program/MainThread: ...done [216] (exit code: 0) 2024-03-01 16:57:46,003 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv2-real ; 2024-03-01 16:57:46,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:46,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:46,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:57:46,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:46,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:46,026 DEBUG blivet/MainThread: no device obtained for test_vg1-lv2-real 2024-03-01 16:57:46,028 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/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78vPeTVLyiYoYenbdIZZmzrBQVdQedODS5b ' '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/e8202ed9-d197-4c63-960f-db323bc13157', '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-cnc6MM8ic9w319dUDFiua9sImUlyR78vPeTVLyiYoYenbdIZZmzrBQVdQedODS5b', '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': 'e8202ed9-d197-4c63-960f-db323bc13157', 'ID_FS_UUID_ENC': 'e8202ed9-d197-4c63-960f-db323bc13157', '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': '1096752220'} ; 2024-03-01 16:57:46,028 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:57:46,029 INFO program/MainThread: Running [217] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:46,031 INFO program/MainThread: stdout[217]: LVM 2024-03-01 16:57:46,031 INFO program/MainThread: stderr[217]: 2024-03-01 16:57:46,031 INFO program/MainThread: ...done [217] (exit code: 0) 2024-03-01 16:57:46,031 INFO program/MainThread: Running [218] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:46,034 INFO program/MainThread: stdout[218]: LVM 2024-03-01 16:57:46,034 INFO program/MainThread: stderr[218]: 2024-03-01 16:57:46,034 INFO program/MainThread: ...done [218] (exit code: 0) 2024-03-01 16:57:46,034 INFO program/MainThread: Running [219] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:46,036 INFO program/MainThread: stdout[219]: LVM 2024-03-01 16:57:46,036 INFO program/MainThread: stderr[219]: 2024-03-01 16:57:46,036 INFO program/MainThread: ...done [219] (exit code: 0) 2024-03-01 16:57:46,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem 2024-03-01 16:57:46,047 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:46,049 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:46,049 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:46,050 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:46,044 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f0553705ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7f0554804160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:46,052 INFO program/MainThread: Running [220] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:46,054 INFO program/MainThread: stdout[220]: LVM 2024-03-01 16:57:46,054 INFO program/MainThread: stderr[220]: 2024-03-01 16:57:46,054 INFO program/MainThread: ...done [220] (exit code: 0) 2024-03-01 16:57:46,058 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:57:46,058 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 16:57:46,061 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-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dSC2xpk7OCObBhlmpAcn7xSm5rAQB0I6I-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': '1106615449'} ; 2024-03-01 16:57:46,061 INFO blivet/MainThread: scanning test_vg1-lv2_snapset1-cow (/sys/devices/virtual/block/dm-30)... 2024-03-01 16:57:46,061 INFO program/MainThread: Running [221] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 16:57:46,063 INFO program/MainThread: stdout[221]: LVM 2024-03-01 16:57:46,063 INFO program/MainThread: stderr[221]: 2024-03-01 16:57:46,064 INFO program/MainThread: ...done [221] (exit code: 0) 2024-03-01 16:57:46,064 INFO program/MainThread: Running [222] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 16:57:46,066 INFO program/MainThread: stdout[222]: LVM 2024-03-01 16:57:46,066 INFO program/MainThread: stderr[222]: 2024-03-01 16:57:46,066 INFO program/MainThread: ...done [222] (exit code: 0) 2024-03-01 16:57:46,066 INFO program/MainThread: Running [223] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 16:57:46,068 INFO program/MainThread: stdout[223]: LVM 2024-03-01 16:57:46,068 INFO program/MainThread: stderr[223]: 2024-03-01 16:57:46,069 INFO program/MainThread: ...done [223] (exit code: 0) 2024-03-01 16:57:46,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:46,077 INFO program/MainThread: Running [224] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 16:57:46,080 INFO program/MainThread: stdout[224]: LVM 2024-03-01 16:57:46,080 INFO program/MainThread: stderr[224]: 2024-03-01 16:57:46,080 INFO program/MainThread: ...done [224] (exit code: 0) 2024-03-01 16:57:46,080 INFO program/MainThread: Running [225] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 16:57:46,082 INFO program/MainThread: stdout[225]: LVM 2024-03-01 16:57:46,082 INFO program/MainThread: stderr[225]: 2024-03-01 16:57:46,082 INFO program/MainThread: ...done [225] (exit code: 0) 2024-03-01 16:57:46,082 INFO program/MainThread: Running [226] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 16:57:46,085 INFO program/MainThread: stdout[226]: LVM 2024-03-01 16:57:46,085 INFO program/MainThread: stderr[226]: 2024-03-01 16:57:46,085 INFO program/MainThread: ...done [226] (exit code: 0) 2024-03-01 16:57:46,088 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv2_snapset1-cow ; 2024-03-01 16:57:46,091 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:46,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:46,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:57:46,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:46,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:46,111 DEBUG blivet/MainThread: no device obtained for test_vg1-lv2_snapset1-cow 2024-03-01 16:57:46,113 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv2_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dSC2xpk7OCObBhlmpAcn7xSm5rAQB0I6I ' '/dev/mapper/test_vg1-lv2_snapset1 ' '/dev/disk/by-uuid/d07e7067-538f-4d46-b7e0-44a3c75d5627 ' '/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-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dSC2xpk7OCObBhlmpAcn7xSm5rAQB0I6I', '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': 'd07e7067-538f-4d46-b7e0-44a3c75d5627', 'ID_FS_UUID_ENC': 'd07e7067-538f-4d46-b7e0-44a3c75d5627', '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': '1106622713'} ; 2024-03-01 16:57:46,114 INFO blivet/MainThread: scanning test_vg1-lv2_snapset1 (/sys/devices/virtual/block/dm-31)... 2024-03-01 16:57:46,114 INFO program/MainThread: Running [227] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:57:46,116 INFO program/MainThread: stdout[227]: LVM 2024-03-01 16:57:46,116 INFO program/MainThread: stderr[227]: 2024-03-01 16:57:46,116 INFO program/MainThread: ...done [227] (exit code: 0) 2024-03-01 16:57:46,117 INFO program/MainThread: Running [228] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:57:46,119 INFO program/MainThread: stdout[228]: LVM 2024-03-01 16:57:46,119 INFO program/MainThread: stderr[228]: 2024-03-01 16:57:46,119 INFO program/MainThread: ...done [228] (exit code: 0) 2024-03-01 16:57:46,119 INFO program/MainThread: Running [229] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:57:46,121 INFO program/MainThread: stdout[229]: LVM 2024-03-01 16:57:46,121 INFO program/MainThread: stderr[229]: 2024-03-01 16:57:46,121 INFO program/MainThread: ...done [229] (exit code: 0) 2024-03-01 16:57:46,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,129 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 16:57:46,131 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:46,132 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:46,132 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:46,133 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:46,129 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05536effa0) -- name = test_vg1-lv2_snapset1 status = True id = 84 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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 (0x7f0554804280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:46,134 INFO program/MainThread: Running [230] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:57:46,136 INFO program/MainThread: stdout[230]: LVM 2024-03-01 16:57:46,136 INFO program/MainThread: stderr[230]: 2024-03-01 16:57:46,137 INFO program/MainThread: ...done [230] (exit code: 0) 2024-03-01 16:57:46,140 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2_snapset1 ; 2024-03-01 16:57:46,140 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2_snapset1, bailing 2024-03-01 16:57:46,143 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/61a3ebe1-d54a-474f-82f2-2687d5943dbd ' '/dev/disk/by-id/dm-uuid-LVM-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1EXRVhoAuwBYHdeQtsTOYdMX1ZNfDHvK6 ' '/dev/test_vg2/lv4 /dev/disk/by-id/dm-name-test_vg2-lv4 ' '/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-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1EXRVhoAuwBYHdeQtsTOYdMX1ZNfDHvK6', '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': '61a3ebe1-d54a-474f-82f2-2687d5943dbd', 'ID_FS_UUID_ENC': '61a3ebe1-d54a-474f-82f2-2687d5943dbd', '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': '1098448877'} ; 2024-03-01 16:57:46,143 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:57:46,143 INFO program/MainThread: Running [231] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:46,145 INFO program/MainThread: stdout[231]: LVM 2024-03-01 16:57:46,145 INFO program/MainThread: stderr[231]: 2024-03-01 16:57:46,145 INFO program/MainThread: ...done [231] (exit code: 0) 2024-03-01 16:57:46,146 INFO program/MainThread: Running [232] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:46,148 INFO program/MainThread: stdout[232]: LVM 2024-03-01 16:57:46,148 INFO program/MainThread: stderr[232]: 2024-03-01 16:57:46,148 INFO program/MainThread: ...done [232] (exit code: 0) 2024-03-01 16:57:46,148 INFO program/MainThread: Running [233] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:46,150 INFO program/MainThread: stdout[233]: LVM 2024-03-01 16:57:46,150 INFO program/MainThread: stderr[233]: 2024-03-01 16:57:46,150 INFO program/MainThread: ...done [233] (exit code: 0) 2024-03-01 16:57:46,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem 2024-03-01 16:57:46,160 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:46,161 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:46,162 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:46,163 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:46,158 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05536ef790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7f05536feee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:46,163 INFO program/MainThread: Running [234] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:46,166 INFO program/MainThread: stdout[234]: LVM 2024-03-01 16:57:46,166 INFO program/MainThread: stderr[234]: 2024-03-01 16:57:46,166 INFO program/MainThread: ...done [234] (exit code: 0) 2024-03-01 16:57:46,169 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:57:46,169 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 16:57:46,172 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1V3DQe3xYo2zJEJ4LxTMcrNGkVVQEXuaY ' '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-uuid/ee1019f1-f170-4ade-97ab-9b6236999601 ' '/dev/test_vg2/lv3 /dev/disk/by-id/dm-name-test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', '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-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1V3DQe3xYo2zJEJ4LxTMcrNGkVVQEXuaY', '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': 'ee1019f1-f170-4ade-97ab-9b6236999601', 'ID_FS_UUID_ENC': 'ee1019f1-f170-4ade-97ab-9b6236999601', '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': '1099014866'} ; 2024-03-01 16:57:46,172 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:57:46,172 INFO program/MainThread: Running [235] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:46,175 INFO program/MainThread: stdout[235]: LVM 2024-03-01 16:57:46,175 INFO program/MainThread: stderr[235]: 2024-03-01 16:57:46,175 INFO program/MainThread: ...done [235] (exit code: 0) 2024-03-01 16:57:46,175 INFO program/MainThread: Running [236] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:46,177 INFO program/MainThread: stdout[236]: LVM 2024-03-01 16:57:46,177 INFO program/MainThread: stderr[236]: 2024-03-01 16:57:46,177 INFO program/MainThread: ...done [236] (exit code: 0) 2024-03-01 16:57:46,177 INFO program/MainThread: Running [237] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:46,180 INFO program/MainThread: stdout[237]: LVM 2024-03-01 16:57:46,180 INFO program/MainThread: stderr[237]: 2024-03-01 16:57:46,180 INFO program/MainThread: ...done [237] (exit code: 0) 2024-03-01 16:57:46,184 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem 2024-03-01 16:57:46,190 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:46,190 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:46,191 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:46,192 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:46,187 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05548044f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05536feee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:46,192 INFO program/MainThread: Running [238] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:46,194 INFO program/MainThread: stdout[238]: LVM 2024-03-01 16:57:46,195 INFO program/MainThread: stderr[238]: 2024-03-01 16:57:46,195 INFO program/MainThread: ...done [238] (exit code: 0) 2024-03-01 16:57:46,198 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:57:46,198 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 16:57:46,201 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/mapper/test_vg1-lv2 ' '/dev/test_vg1/lv2 ' '/dev/disk/by-uuid/d07e7067-538f-4d46-b7e0-44a3c75d5627 ' '/dev/disk/by-id/dm-uuid-LVM-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8d61B7uoHe2Yip7CUtj3XBHA4VahGPzh2G', '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-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8d61B7uoHe2Yip7CUtj3XBHA4VahGPzh2G', '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': 'd07e7067-538f-4d46-b7e0-44a3c75d5627', 'ID_FS_UUID_ENC': 'd07e7067-538f-4d46-b7e0-44a3c75d5627', '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': '1100651690'} ; 2024-03-01 16:57:46,201 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:57:46,201 INFO program/MainThread: Running [239] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:46,203 INFO program/MainThread: stdout[239]: LVM 2024-03-01 16:57:46,204 INFO program/MainThread: stderr[239]: 2024-03-01 16:57:46,204 INFO program/MainThread: ...done [239] (exit code: 0) 2024-03-01 16:57:46,204 INFO program/MainThread: Running [240] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:46,206 INFO program/MainThread: stdout[240]: LVM 2024-03-01 16:57:46,206 INFO program/MainThread: stderr[240]: 2024-03-01 16:57:46,206 INFO program/MainThread: ...done [240] (exit code: 0) 2024-03-01 16:57:46,206 INFO program/MainThread: Running [241] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:46,208 INFO program/MainThread: stdout[241]: LVM 2024-03-01 16:57:46,208 INFO program/MainThread: stderr[241]: 2024-03-01 16:57:46,208 INFO program/MainThread: ...done [241] (exit code: 0) 2024-03-01 16:57:46,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem 2024-03-01 16:57:46,218 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:46,219 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:46,219 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:46,220 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:46,216 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05548fdb50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7f0554804280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:46,221 INFO program/MainThread: Running [242] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:46,223 INFO program/MainThread: stdout[242]: LVM 2024-03-01 16:57:46,223 INFO program/MainThread: stderr[242]: 2024-03-01 16:57:46,223 INFO program/MainThread: ...done [242] (exit code: 0) 2024-03-01 16:57:46,227 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:57:46,227 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 16:57:46,229 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dyXxVu9Co86Wcwsb8dAcDV07p5H28rSRr ' '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/630a8279-ad47-4ad1-b6ca-c2acdbba482a ' '/dev/mapper/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-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dyXxVu9Co86Wcwsb8dAcDV07p5H28rSRr', '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': '630a8279-ad47-4ad1-b6ca-c2acdbba482a', 'ID_FS_UUID_ENC': '630a8279-ad47-4ad1-b6ca-c2acdbba482a', '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': '1101121766'} ; 2024-03-01 16:57:46,230 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:57:46,230 INFO program/MainThread: Running [243] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:46,232 INFO program/MainThread: stdout[243]: LVM 2024-03-01 16:57:46,232 INFO program/MainThread: stderr[243]: 2024-03-01 16:57:46,232 INFO program/MainThread: ...done [243] (exit code: 0) 2024-03-01 16:57:46,232 INFO program/MainThread: Running [244] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:46,235 INFO program/MainThread: stdout[244]: LVM 2024-03-01 16:57:46,235 INFO program/MainThread: stderr[244]: 2024-03-01 16:57:46,235 INFO program/MainThread: ...done [244] (exit code: 0) 2024-03-01 16:57:46,235 INFO program/MainThread: Running [245] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:46,237 INFO program/MainThread: stdout[245]: LVM 2024-03-01 16:57:46,237 INFO program/MainThread: stderr[245]: 2024-03-01 16:57:46,237 INFO program/MainThread: ...done [245] (exit code: 0) 2024-03-01 16:57:46,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 16:57:46,247 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:46,248 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:46,248 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:46,249 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:46,244 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f055373ed90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7f0554804280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:46,250 INFO program/MainThread: Running [246] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:46,252 INFO program/MainThread: stdout[246]: LVM 2024-03-01 16:57:46,252 INFO program/MainThread: stderr[246]: 2024-03-01 16:57:46,252 INFO program/MainThread: ...done [246] (exit code: 0) 2024-03-01 16:57:46,255 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:57:46,255 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:57:46,258 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-cnc6MM8ic9w319dUDFiua9sImUlyR78vPeTVLyiYoYenbdIZZmzrBQVdQedODS5b-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': '1104902334'} ; 2024-03-01 16:57:46,258 INFO blivet/MainThread: scanning test_vg3-lv5-real (/sys/devices/virtual/block/dm-8)... 2024-03-01 16:57:46,258 INFO program/MainThread: Running [247] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 16:57:46,261 INFO program/MainThread: stdout[247]: LVM 2024-03-01 16:57:46,261 INFO program/MainThread: stderr[247]: 2024-03-01 16:57:46,261 INFO program/MainThread: ...done [247] (exit code: 0) 2024-03-01 16:57:46,261 INFO program/MainThread: Running [248] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 16:57:46,263 INFO program/MainThread: stdout[248]: LVM 2024-03-01 16:57:46,263 INFO program/MainThread: stderr[248]: 2024-03-01 16:57:46,263 INFO program/MainThread: ...done [248] (exit code: 0) 2024-03-01 16:57:46,263 INFO program/MainThread: Running [249] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 16:57:46,266 INFO program/MainThread: stdout[249]: LVM 2024-03-01 16:57:46,266 INFO program/MainThread: stderr[249]: 2024-03-01 16:57:46,266 INFO program/MainThread: ...done [249] (exit code: 0) 2024-03-01 16:57:46,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,274 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:46,275 INFO program/MainThread: Running [250] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 16:57:46,277 INFO program/MainThread: stdout[250]: LVM 2024-03-01 16:57:46,277 INFO program/MainThread: stderr[250]: 2024-03-01 16:57:46,277 INFO program/MainThread: ...done [250] (exit code: 0) 2024-03-01 16:57:46,277 INFO program/MainThread: Running [251] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 16:57:46,279 INFO program/MainThread: stdout[251]: LVM 2024-03-01 16:57:46,279 INFO program/MainThread: stderr[251]: 2024-03-01 16:57:46,280 INFO program/MainThread: ...done [251] (exit code: 0) 2024-03-01 16:57:46,280 INFO program/MainThread: Running [252] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 16:57:46,282 INFO program/MainThread: stdout[252]: LVM 2024-03-01 16:57:46,282 INFO program/MainThread: stderr[252]: 2024-03-01 16:57:46,282 INFO program/MainThread: ...done [252] (exit code: 0) 2024-03-01 16:57:46,285 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv5-real ; 2024-03-01 16:57:46,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:46,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:46,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 16:57:46,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:46,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:46,310 DEBUG blivet/MainThread: no device obtained for test_vg3-lv5-real 2024-03-01 16:57:46,312 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-cnc6MM8ic9w319dUDFiua9sImUlyR78v2VkkPu81DP1vC967hEt6HgTQA3JBYV4U-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': '1104906271'} ; 2024-03-01 16:57:46,312 INFO blivet/MainThread: scanning test_vg3-lv5_snapset1-cow (/sys/devices/virtual/block/dm-9)... 2024-03-01 16:57:46,313 INFO program/MainThread: Running [253] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 16:57:46,315 INFO program/MainThread: stdout[253]: LVM 2024-03-01 16:57:46,315 INFO program/MainThread: stderr[253]: 2024-03-01 16:57:46,315 INFO program/MainThread: ...done [253] (exit code: 0) 2024-03-01 16:57:46,315 INFO program/MainThread: Running [254] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 16:57:46,317 INFO program/MainThread: stdout[254]: LVM 2024-03-01 16:57:46,317 INFO program/MainThread: stderr[254]: 2024-03-01 16:57:46,317 INFO program/MainThread: ...done [254] (exit code: 0) 2024-03-01 16:57:46,318 INFO program/MainThread: Running [255] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 16:57:46,320 INFO program/MainThread: stdout[255]: LVM 2024-03-01 16:57:46,320 INFO program/MainThread: stderr[255]: 2024-03-01 16:57:46,320 INFO program/MainThread: ...done [255] (exit code: 0) 2024-03-01 16:57:46,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:46,329 INFO program/MainThread: Running [256] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 16:57:46,331 INFO program/MainThread: stdout[256]: LVM 2024-03-01 16:57:46,331 INFO program/MainThread: stderr[256]: 2024-03-01 16:57:46,331 INFO program/MainThread: ...done [256] (exit code: 0) 2024-03-01 16:57:46,331 INFO program/MainThread: Running [257] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 16:57:46,333 INFO program/MainThread: stdout[257]: LVM 2024-03-01 16:57:46,334 INFO program/MainThread: stderr[257]: 2024-03-01 16:57:46,334 INFO program/MainThread: ...done [257] (exit code: 0) 2024-03-01 16:57:46,334 INFO program/MainThread: Running [258] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 16:57:46,336 INFO program/MainThread: stdout[258]: LVM 2024-03-01 16:57:46,336 INFO program/MainThread: stderr[258]: 2024-03-01 16:57:46,336 INFO program/MainThread: ...done [258] (exit code: 0) 2024-03-01 16:57:46,339 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv5_snapset1-cow ; 2024-03-01 16:57:46,342 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:46,345 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:46,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 16:57:46,355 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 16:57:46,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,363 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:46,366 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:46,370 DEBUG blivet/MainThread: no device obtained for test_vg3-lv5_snapset1-cow 2024-03-01 16:57:46,370 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:46,382 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:46,409 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:57:46,410 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:57:46,413 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 16:57:46,417 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:46,419 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 16:57:46,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:46,422 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:57:46,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:46,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:46,434 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:57:46,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:46,442 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 16:57:46,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:46,445 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:57:46,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:46,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:57:46,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:46,456 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:57:46,458 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 16:57:46,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:46,464 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 16:57:46,467 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:46,467 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 16:57:46,470 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 16:57:46,473 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:46,476 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 16:57:46,479 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:46,479 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:57:49,422 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_xlbsksyt/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:57:49,456 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:49,457 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:57:49,459 INFO program/MainThread: stdout[2]: 2024-03-01 16:57:49,459 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 16:57:49,459 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:57:49,460 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:57:49,464 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:49,464 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:57:49,467 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:49,467 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:57:49,470 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:49,470 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:57:49,473 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:57:49,473 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:57:49,490 INFO program/MainThread: stdout: 2024-03-01 16:57:49,490 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:57:49,491 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K 2024-03-01 16:57:49,491 INFO program/MainThread: |-test_vg1-lv1-real 322961408 root disk brw-rw---- 2024-03-01 16:57:49,491 INFO program/MainThread: | |-test_vg1-lv1 322961408 root disk brw-rw---- xfs 630a8279-ad47-4ad1-b6ca-c2acdbba482a 2024-03-01 16:57:49,491 INFO program/MainThread: | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs 630a8279-ad47-4ad1-b6ca-c2acdbba482a 2024-03-01 16:57:49,491 INFO program/MainThread: |-test_vg1-lv1_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 16:57:49,491 INFO program/MainThread: | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs 630a8279-ad47-4ad1-b6ca-c2acdbba482a 2024-03-01 16:57:49,491 INFO program/MainThread: |-test_vg1-lv2-real 322961408 root disk brw-rw---- 2024-03-01 16:57:49,491 INFO program/MainThread: | |-test_vg1-lv2 322961408 root disk brw-rw---- xfs d07e7067-538f-4d46-b7e0-44a3c75d5627 2024-03-01 16:57:49,491 INFO program/MainThread: | `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs d07e7067-538f-4d46-b7e0-44a3c75d5627 2024-03-01 16:57:49,491 INFO program/MainThread: `-test_vg1-lv2_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 16:57:49,491 INFO program/MainThread: `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs d07e7067-538f-4d46-b7e0-44a3c75d5627 2024-03-01 16:57:49,491 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS 2024-03-01 16:57:49,491 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS 2024-03-01 16:57:49,491 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF 2024-03-01 16:57:49,491 INFO program/MainThread: |-test_vg2-lv3-real 322961408 root disk brw-rw---- 2024-03-01 16:57:49,491 INFO program/MainThread: | |-test_vg2-lv3 322961408 root disk brw-rw---- xfs ee1019f1-f170-4ade-97ab-9b6236999601 2024-03-01 16:57:49,491 INFO program/MainThread: | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs ee1019f1-f170-4ade-97ab-9b6236999601 2024-03-01 16:57:49,491 INFO program/MainThread: |-test_vg2-lv3_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 16:57:49,491 INFO program/MainThread: | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs ee1019f1-f170-4ade-97ab-9b6236999601 2024-03-01 16:57:49,491 INFO program/MainThread: |-test_vg2-lv4-real 322961408 root disk brw-rw---- 2024-03-01 16:57:49,491 INFO program/MainThread: | |-test_vg2-lv4 322961408 root disk brw-rw---- xfs 61a3ebe1-d54a-474f-82f2-2687d5943dbd 2024-03-01 16:57:49,491 INFO program/MainThread: | `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 61a3ebe1-d54a-474f-82f2-2687d5943dbd 2024-03-01 16:57:49,491 INFO program/MainThread: `-test_vg2-lv4_snapset1-cow 130023424 root disk brw-rw---- 2024-03-01 16:57:49,491 INFO program/MainThread: `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 61a3ebe1-d54a-474f-82f2-2687d5943dbd 2024-03-01 16:57:49,491 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM 2024-03-01 16:57:49,491 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo 2024-03-01 16:57:49,491 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM 2024-03-01 16:57:49,491 INFO program/MainThread: |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:57:49,491 INFO program/MainThread: | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs e8202ed9-d197-4c63-960f-db323bc13157 2024-03-01 16:57:49,491 INFO program/MainThread: |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:57:49,491 INFO program/MainThread: | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 162ecaa7-00c7-41a7-be47-37643566d566 2024-03-01 16:57:49,491 INFO program/MainThread: |-test_vg3-lv7-real 427819008 root disk brw-rw---- 2024-03-01 16:57:49,491 INFO program/MainThread: | |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 3f6f4443-6bb6-4d53-a039-f8f742230d2a 2024-03-01 16:57:49,492 INFO program/MainThread: | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 3f6f4443-6bb6-4d53-a039-f8f742230d2a 2024-03-01 16:57:49,492 INFO program/MainThread: |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:57:49,492 INFO program/MainThread: | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 3f6f4443-6bb6-4d53-a039-f8f742230d2a 2024-03-01 16:57:49,492 INFO program/MainThread: `-test_vg3-lv8-real 427819008 root disk brw-rw---- 2024-03-01 16:57:49,492 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs b62c5782-6228-4f80-913e-e884fee51ecd 2024-03-01 16:57:49,492 INFO program/MainThread: `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs b62c5782-6228-4f80-913e-e884fee51ecd 2024-03-01 16:57:49,492 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe 2024-03-01 16:57:49,492 INFO program/MainThread: |-test_vg3-lv5-real 427819008 root disk brw-rw---- 2024-03-01 16:57:49,492 INFO program/MainThread: | |-test_vg3-lv5 427819008 root disk brw-rw---- xfs e8202ed9-d197-4c63-960f-db323bc13157 2024-03-01 16:57:49,492 INFO program/MainThread: | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs e8202ed9-d197-4c63-960f-db323bc13157 2024-03-01 16:57:49,492 INFO program/MainThread: |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:57:49,492 INFO program/MainThread: | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs e8202ed9-d197-4c63-960f-db323bc13157 2024-03-01 16:57:49,492 INFO program/MainThread: |-test_vg3-lv6-real 427819008 root disk brw-rw---- 2024-03-01 16:57:49,492 INFO program/MainThread: | |-test_vg3-lv6 427819008 root disk brw-rw---- xfs 162ecaa7-00c7-41a7-be47-37643566d566 2024-03-01 16:57:49,492 INFO program/MainThread: | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 162ecaa7-00c7-41a7-be47-37643566d566 2024-03-01 16:57:49,492 INFO program/MainThread: `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:57:49,492 INFO program/MainThread: `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs b62c5782-6228-4f80-913e-e884fee51ecd 2024-03-01 16:57:49,492 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ 2024-03-01 16:57:49,492 INFO program/MainThread: |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:57:49,492 INFO program/MainThread: | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 162ecaa7-00c7-41a7-be47-37643566d566 2024-03-01 16:57:49,492 INFO program/MainThread: |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:57:49,492 INFO program/MainThread: | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 3f6f4443-6bb6-4d53-a039-f8f742230d2a 2024-03-01 16:57:49,492 INFO program/MainThread: `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- 2024-03-01 16:57:49,492 INFO program/MainThread: `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs b62c5782-6228-4f80-913e-e884fee51ecd 2024-03-01 16:57:49,492 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml 2024-03-01 16:57:49,492 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:57:49,492 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:57:49,492 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:57:49,492 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:57:49,492 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:49,492 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K |-test_vg1-lv1-real 322961408 root disk brw-rw---- | |-test_vg1-lv1 322961408 root disk brw-rw---- xfs 630a8279-ad47-4ad1-b6ca-c2acdbba482a | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs 630a8279-ad47-4ad1-b6ca-c2acdbba482a |-test_vg1-lv1_snapset1-cow 130023424 root disk brw-rw---- | `-test_vg1-lv1_snapset1 322961408 root disk brw-rw---- xfs 630a8279-ad47-4ad1-b6ca-c2acdbba482a |-test_vg1-lv2-real 322961408 root disk brw-rw---- | |-test_vg1-lv2 322961408 root disk brw-rw---- xfs d07e7067-538f-4d46-b7e0-44a3c75d5627 | `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs d07e7067-538f-4d46-b7e0-44a3c75d5627 `-test_vg1-lv2_snapset1-cow 130023424 root disk brw-rw---- `-test_vg1-lv2_snapset1 322961408 root disk brw-rw---- xfs d07e7067-538f-4d46-b7e0-44a3c75d5627 sdb 1073741824 root disk brw-rw---- LVM2_member 3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS sdc 1073741824 root disk brw-rw---- LVM2_member 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS sdd 1073741824 root disk brw-rw---- LVM2_member DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF |-test_vg2-lv3-real 322961408 root disk brw-rw---- | |-test_vg2-lv3 322961408 root disk brw-rw---- xfs ee1019f1-f170-4ade-97ab-9b6236999601 | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs ee1019f1-f170-4ade-97ab-9b6236999601 |-test_vg2-lv3_snapset1-cow 130023424 root disk brw-rw---- | `-test_vg2-lv3_snapset1 322961408 root disk brw-rw---- xfs ee1019f1-f170-4ade-97ab-9b6236999601 |-test_vg2-lv4-real 322961408 root disk brw-rw---- | |-test_vg2-lv4 322961408 root disk brw-rw---- xfs 61a3ebe1-d54a-474f-82f2-2687d5943dbd | `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 61a3ebe1-d54a-474f-82f2-2687d5943dbd `-test_vg2-lv4_snapset1-cow 130023424 root disk brw-rw---- `-test_vg2-lv4_snapset1 322961408 root disk brw-rw---- xfs 61a3ebe1-d54a-474f-82f2-2687d5943dbd sde 1073741824 root disk brw-rw---- LVM2_member AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM sdf 1073741824 root disk brw-rw---- LVM2_member KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo sdg 1073741824 root disk brw-rw---- LVM2_member rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs e8202ed9-d197-4c63-960f-db323bc13157 |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 162ecaa7-00c7-41a7-be47-37643566d566 |-test_vg3-lv7-real 427819008 root disk brw-rw---- | |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 3f6f4443-6bb6-4d53-a039-f8f742230d2a | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 3f6f4443-6bb6-4d53-a039-f8f742230d2a |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 3f6f4443-6bb6-4d53-a039-f8f742230d2a `-test_vg3-lv8-real 427819008 root disk brw-rw---- |-test_vg3-lv8 427819008 root disk brw-rw---- xfs b62c5782-6228-4f80-913e-e884fee51ecd `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs b62c5782-6228-4f80-913e-e884fee51ecd sdh 1073741824 root disk brw-rw---- LVM2_member A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe |-test_vg3-lv5-real 427819008 root disk brw-rw---- | |-test_vg3-lv5 427819008 root disk brw-rw---- xfs e8202ed9-d197-4c63-960f-db323bc13157 | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs e8202ed9-d197-4c63-960f-db323bc13157 |-test_vg3-lv5_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv5_snapset1 427819008 root disk brw-rw---- xfs e8202ed9-d197-4c63-960f-db323bc13157 |-test_vg3-lv6-real 427819008 root disk brw-rw---- | |-test_vg3-lv6 427819008 root disk brw-rw---- xfs 162ecaa7-00c7-41a7-be47-37643566d566 | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 162ecaa7-00c7-41a7-be47-37643566d566 `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs b62c5782-6228-4f80-913e-e884fee51ecd sdi 1073741824 root disk brw-rw---- LVM2_member xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ |-test_vg3-lv6_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv6_snapset1 427819008 root disk brw-rw---- xfs 162ecaa7-00c7-41a7-be47-37643566d566 |-test_vg3-lv7_snapset1-cow 171966464 root disk brw-rw---- | `-test_vg3-lv7_snapset1 427819008 root disk brw-rw---- xfs 3f6f4443-6bb6-4d53-a039-f8f742230d2a `-test_vg3-lv8_snapset1-cow 171966464 root disk brw-rw---- `-test_vg3-lv8_snapset1 427819008 root disk brw-rw---- xfs b62c5782-6228-4f80-913e-e884fee51ecd sdj 1073741824 root disk brw-rw---- LVM2_member WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml 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 16:57:49,493 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:49,493 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:49,493 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:57:49,493 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:57:49,493 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:57:49,494 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:57:49,494 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:49,505 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:49,531 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-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 16:57:49,535 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/wwn-0x60014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/scsi-360014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/lvm-pv-uuid-eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', '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': 'eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K', 'ID_FS_UUID_ENC': 'eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K', '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': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'ID_SERIAL': '360014057cf51c23445f40dfa6c25f805', 'ID_SERIAL_SHORT': '60014057cf51c23445f40dfa6c25f805', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cf51c234', 'ID_WWN_VENDOR_EXTENSION': '0x45f40dfa6c25f805', 'ID_WWN_WITH_EXTENSION': '0x60014057cf51c23445f40dfa6c25f805', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cf51c23445f40dfa6c25f805', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714898134'} ; 2024-03-01 16:57:49,535 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 16:57:49,536 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:57:49,577 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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=mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF 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=mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF 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=skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q 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=xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca 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=xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca 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=HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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 16:57:49,578 INFO program/MainThread: stderr[3]: 2024-03-01 16:57:49,578 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:57:49,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:49,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:49,589 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:57:49,590 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 16:57:49,595 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:57:49,596 INFO blivet/MainThread: sda is a disk 2024-03-01 16:57:49,596 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:57:49,596 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:57:49,599 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:57:49,602 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:57:49,603 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 16:57:49,606 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 16:57:49,606 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:57:49,606 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:57:49,606 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae161088e0) -- 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 = 60014057cf51c23445f40dfa6c25f805 2024-03-01 16:57:49,610 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:57:49,613 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:49,613 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:57:49,616 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:49,616 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:57:49,619 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:49,620 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:57:49,623 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:49,623 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:57:49,626 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:57:49,626 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:57:49,626 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 16:57:49,662 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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 16:57:49,662 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS. WARNING: Couldn't find device with uuid 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS. WARNING: VG test_vg1 is missing PV 3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS (last written to /dev/sdc). 2024-03-01 16:57:49,662 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:57:49,662 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:57:49,666 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K ; label: None ; device: /dev/sda ; serial: 360014057cf51c23445f40dfa6c25f805 ; exists: True ; vg_name: test_vg1 ; vg_uuid: vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d ; pe_start: 8 MiB ; free: 152 MiB ; 2024-03-01 16:57:49,666 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:57:49,669 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:57:49,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d ; incomplete: True ; hidden: False ; 2024-03-01 16:57:49,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:49,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:49,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:49,680 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 16:57:49,713 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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 16:57:49,713 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS. WARNING: Couldn't find device with uuid 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS. WARNING: VG test_vg1 is missing PV 3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS (last written to /dev/sdc). 2024-03-01 16:57:49,713 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:57:49,714 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:57:49,714 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:57:49,719 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:57:49,722 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:49,722 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:57:49,725 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:57:49,726 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 16:57:49,760 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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 16:57:49,761 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS. WARNING: Couldn't find device with uuid 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS. WARNING: VG test_vg1 is missing PV 3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS (last written to /dev/sdc). 2024-03-01 16:57:49,761 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:57:49,765 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:57:49,765 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:57:49,768 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:57:49,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d ; incomplete: True ; hidden: False ; 2024-03-01 16:57:49,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:57:49,773 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:57:49,773 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:49,776 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/lvm-pv-uuid-3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-36001405bfdaa9bea299423f892a1b88d', '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': '3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS', 'ID_FS_UUID_ENC': '3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS', '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': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'ID_SERIAL': '36001405bfdaa9bea299423f892a1b88d', 'ID_SERIAL_SHORT': '6001405bfdaa9bea299423f892a1b88d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bfdaa9bea', 'ID_WWN_VENDOR_EXTENSION': '0x299423f892a1b88d', 'ID_WWN_WITH_EXTENSION': '0x6001405bfdaa9bea299423f892a1b88d', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bfdaa9bea299423f892a1b88d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714880349'} ; 2024-03-01 16:57:49,777 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 16:57:49,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:57:49,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:49,787 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:57:49,788 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:57:49,788 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:57:49,788 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:57:49,791 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:57:49,794 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:57:49,794 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 16:57:49,797 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 16:57:49,797 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:57:49,797 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:57:49,797 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae14d38910) -- 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 = 6001405bfdaa9bea299423f892a1b88d 2024-03-01 16:57:49,800 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:57:49,803 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:49,804 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:57:49,806 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:49,807 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:57:49,809 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:49,810 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:57:49,812 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:49,813 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:57:49,815 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:57:49,815 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:57:49,815 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 16:57:49,854 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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 16:57:49,855 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS. WARNING: VG test_vg1 is missing PV 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS (last written to /dev/sdc). 2024-03-01 16:57:49,855 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:57:49,855 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:57:49,858 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS ; label: None ; device: /dev/sdb ; serial: 36001405bfdaa9bea299423f892a1b88d ; exists: True ; vg_name: test_vg1 ; vg_uuid: vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:57:49,859 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:57:49,861 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:57:49,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d ; incomplete: True ; hidden: False ; 2024-03-01 16:57:49,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:57:49,870 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:57:49,873 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:49,876 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:57:49,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d ; incomplete: True ; hidden: False ; 2024-03-01 16:57:49,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:49,881 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 16:57:49,913 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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 16:57:49,913 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS. WARNING: VG test_vg1 is missing PV 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS (last written to /dev/sdc). 2024-03-01 16:57:49,914 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:57:49,914 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:57:49,914 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:49,918 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/scsi-360014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/wwn-0x60014051372a44c1af14aec911a838a7', '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': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'ID_SERIAL': '360014051372a44c1af14aec911a838a7', 'ID_SERIAL_SHORT': '60014051372a44c1af14aec911a838a7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051372a44c1', 'ID_WWN_VENDOR_EXTENSION': '0xaf14aec911a838a7', 'ID_WWN_WITH_EXTENSION': '0x60014051372a44c1af14aec911a838a7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051372a44c1af14aec911a838a7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715410443'} ; 2024-03-01 16:57:49,918 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 16:57:49,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:57:49,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:49,929 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:57:49,929 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:57:49,929 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:57:49,929 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:57:49,932 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:57:49,935 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:57:49,935 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 16:57:49,938 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 16:57:49,938 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:57:49,939 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:57:49,939 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae14c94c40) -- 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 = 60014051372a44c1af14aec911a838a7 2024-03-01 16:57:49,942 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:57:49,942 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:57:49,945 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/wwn-0x6001405fb729fc8fd9847308990b0f84', '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': 'fb729fc8-fd98-4730-8990-b0f849513593', 'ID_SERIAL': '36001405fb729fc8fd9847308990b0f84', 'ID_SERIAL_SHORT': '6001405fb729fc8fd9847308990b0f84', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb729fc8f', 'ID_WWN_VENDOR_EXTENSION': '0xd9847308990b0f84', 'ID_WWN_WITH_EXTENSION': '0x6001405fb729fc8fd9847308990b0f84', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb729fc8fd9847308990b0f84', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715443786'} ; 2024-03-01 16:57:49,945 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 16:57:49,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:57:49,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:49,955 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:57:49,956 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:57:49,956 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:57:49,956 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:57:49,959 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:57:49,961 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:57:49,961 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 16:57:49,964 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 16:57:49,965 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:57:49,965 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:57:49,965 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae14c94f70) -- 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 = 6001405fb729fc8fd9847308990b0f84 2024-03-01 16:57:49,968 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:57:49,968 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:57:49,971 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/wwn-0x6001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/lvm-pv-uuid-3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/scsi-36001405f45dc9d5eb5d4232af322bc7b', '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': '3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS', 'ID_FS_UUID_ENC': '3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS', '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': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'ID_SERIAL': '36001405f45dc9d5eb5d4232af322bc7b', 'ID_SERIAL_SHORT': '6001405f45dc9d5eb5d4232af322bc7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f45dc9d5e', 'ID_WWN_VENDOR_EXTENSION': '0xb5d4232af322bc7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f45dc9d5eb5d4232af322bc7b', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f45dc9d5eb5d4232af322bc7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714961596'} ; 2024-03-01 16:57:49,971 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 16:57:49,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:57:49,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:49,981 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:57:49,982 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:57:49,982 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:57:49,982 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:57:49,985 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:57:49,987 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:57:49,988 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 16:57:49,991 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 16:57:49,991 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:57:49,991 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:57:49,991 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae14c91070) -- 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 = 6001405f45dc9d5eb5d4232af322bc7b 2024-03-01 16:57:49,994 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:57:49,997 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:49,997 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:57:50,000 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:50,000 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:57:50,003 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:50,003 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:57:50,006 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:50,006 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:57:50,009 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:57:50,009 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:57:50,009 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/sda,/dev/sdb ... 2024-03-01 16:57:50,048 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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 16:57:50,049 INFO program/MainThread: stderr[9]: 2024-03-01 16:57:50,049 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:57:50,049 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:57:50,053 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS ; label: None ; device: /dev/sdc ; serial: 36001405f45dc9d5eb5d4232af322bc7b ; exists: True ; vg_name: test_vg1 ; vg_uuid: vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:57:50,053 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:57:50,056 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:57:50,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d ; incomplete: True ; hidden: False ; 2024-03-01 16:57:50,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:50,064 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:57:50,067 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:57:50,070 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:57:50,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d ; incomplete: True ; hidden: False ; 2024-03-01 16:57:50,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:50,075 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/sda,/dev/sdb ... 2024-03-01 16:57:50,109 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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 16:57:50,110 INFO program/MainThread: stderr[10]: 2024-03-01 16:57:50,110 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:57:50,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:50,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:50,122 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:57:50,125 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:57:50,125 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:57:50,128 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:57:50,132 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:50,132 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:57:50,135 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 16:57:50,136 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 16:57:50,136 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:57:50,139 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:57:50,142 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:57:50,142 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:57:50,145 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:57:50,148 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:50,148 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:57:50,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 16:57:50,151 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 16:57:50,151 DEBUG blivet/MainThread: Adding test_vg1-lv1/308 MiB to test_vg1 2024-03-01 16:57:50,152 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:57:50,154 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:57:50,155 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 16:57:50,157 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 16:57:50,158 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 308 MiB (308 MiB) 2024-03-01 16:57:50,161 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dyXxVu9Co86Wcwsb8dAcDV07p5H28rSRr ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/630a8279-ad47-4ad1-b6ca-c2acdbba482a', '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-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dyXxVu9Co86Wcwsb8dAcDV07p5H28rSRr', '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': '630a8279-ad47-4ad1-b6ca-c2acdbba482a', 'ID_FS_UUID_ENC': '630a8279-ad47-4ad1-b6ca-c2acdbba482a', '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': '1101121766'} ; 2024-03-01 16:57:50,161 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:57:50,162 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:50,164 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:57:50,164 INFO program/MainThread: stderr[11]: 2024-03-01 16:57:50,164 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:57:50,165 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:50,167 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:57:50,167 INFO program/MainThread: stderr[12]: 2024-03-01 16:57:50,167 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:57:50,167 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:50,169 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:57:50,170 INFO program/MainThread: stderr[13]: 2024-03-01 16:57:50,170 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:57:50,174 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:57:50,179 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:50,180 DEBUG blivet/MainThread: vg test_vg1 has 2.68 GiB free 2024-03-01 16:57:50,180 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:50,181 DEBUG blivet/MainThread: vg test_vg1 has 2.68 GiB free 2024-03-01 16:57:50,177 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:50,181 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:50,184 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:57:50,184 INFO program/MainThread: stderr[14]: 2024-03-01 16:57:50,184 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:57:50,188 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:57:50,191 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:50,191 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:57:50,194 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:50,194 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:57:50,197 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:50,197 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:57:50,200 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:50,200 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:57:50,202 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:57:50,202 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:57:50,205 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:50,205 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:57:50,208 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:57:50,208 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:50,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:50,214 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv1_snapset1' 2024-03-01 16:57:50,214 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/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:57:50,246 INFO program/MainThread: stdout[15]: lv1 2024-03-01 16:57:50,247 INFO program/MainThread: stderr[15]: 2024-03-01 16:57:50,247 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:57:50,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 16:57:50,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,259 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 16:57:50,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:50,264 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:57:50,268 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 16:57:50,268 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:57:50,271 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:50,274 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 16:57:50,274 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-28 2024-03-01 16:57:50,277 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 16:57:50,278 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:57:50,278 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 16:57:50,281 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 2 ; 2024-03-01 16:57:50,284 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 16:57:50,284 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:57:50,287 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:50,290 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 16:57:50,290 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-28 2024-03-01 16:57:50,293 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 16:57:50,294 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:57:50,294 DEBUG blivet/MainThread: Adding test_vg1-lv1_snapset1/124 MiB to test_vg1 2024-03-01 16:57:50,294 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv1_snapset1 (id 58) to device tree 2024-03-01 16:57:50,297 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 16:57:50,297 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-28 2024-03-01 16:57:50,300 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 16:57:50,301 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:57:50,304 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dTTd5QGUsQdbBx806nhJYmWUMZHocPPpn ' '/dev/disk/by-uuid/630a8279-ad47-4ad1-b6ca-c2acdbba482a ' '/dev/test_vg1/lv1_snapset1 /dev/mapper/test_vg1-lv1_snapset1 ' '/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-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dTTd5QGUsQdbBx806nhJYmWUMZHocPPpn', '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': '630a8279-ad47-4ad1-b6ca-c2acdbba482a', 'ID_FS_UUID_ENC': '630a8279-ad47-4ad1-b6ca-c2acdbba482a', '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': '1106398177'} ; 2024-03-01 16:57:50,304 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-28)... 2024-03-01 16:57:50,304 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:57:50,307 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:57:50,307 INFO program/MainThread: stderr[16]: 2024-03-01 16:57:50,307 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:57:50,307 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:57:50,310 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:57:50,310 INFO program/MainThread: stderr[17]: 2024-03-01 16:57:50,310 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:57:50,310 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:57:50,312 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:57:50,313 INFO program/MainThread: stderr[18]: 2024-03-01 16:57:50,313 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:57:50,316 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,319 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 2024-03-01 16:57:50,322 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:50,323 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:50,323 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:50,324 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:50,320 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c9d400) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:50,324 INFO program/MainThread: Running [19] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:57:50,326 INFO program/MainThread: stdout[19]: LVM 2024-03-01 16:57:50,327 INFO program/MainThread: stderr[19]: 2024-03-01 16:57:50,327 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:57:50,330 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 16:57:50,334 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:50,334 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 16:57:50,337 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:50,337 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 16:57:50,340 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:50,340 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 16:57:50,343 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:50,343 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:57:50,344 INFO blivet/MainThread: type detected on 'test_vg1-lv1_snapset1' is 'xfs' 2024-03-01 16:57:50,346 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:50,347 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 16:57:50,350 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:57:50,350 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:50,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,356 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:50,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:50,361 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 72 2024-03-01 16:57:50,364 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:57:50,364 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:57:50,367 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:57:50,370 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:57:50,371 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:57:50,374 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 16:57:50,374 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 16:57:50,374 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 16:57:50,377 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 3 ; 2024-03-01 16:57:50,380 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 16:57:50,381 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 16:57:50,384 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 16:57:50,387 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:57:50,387 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:57:50,390 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 16:57:50,390 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 16:57:50,390 DEBUG blivet/MainThread: Adding test_vg1-lv2/308 MiB to test_vg1 2024-03-01 16:57:50,390 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 71) to device tree 2024-03-01 16:57:50,393 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 16:57:50,393 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 16:57:50,396 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 16:57:50,397 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 308 MiB (308 MiB) 2024-03-01 16:57:50,400 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8d61B7uoHe2Yip7CUtj3XBHA4VahGPzh2G ' '/dev/mapper/test_vg1-lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/test_vg1/lv2 ' '/dev/disk/by-uuid/d07e7067-538f-4d46-b7e0-44a3c75d5627', '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-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8d61B7uoHe2Yip7CUtj3XBHA4VahGPzh2G', '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': 'd07e7067-538f-4d46-b7e0-44a3c75d5627', 'ID_FS_UUID_ENC': 'd07e7067-538f-4d46-b7e0-44a3c75d5627', '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': '1100651690'} ; 2024-03-01 16:57:50,400 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:57:50,400 INFO program/MainThread: Running [20] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:50,403 INFO program/MainThread: stdout[20]: LVM 2024-03-01 16:57:50,403 INFO program/MainThread: stderr[20]: 2024-03-01 16:57:50,403 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:57:50,403 INFO program/MainThread: Running [21] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:50,405 INFO program/MainThread: stdout[21]: LVM 2024-03-01 16:57:50,405 INFO program/MainThread: stderr[21]: 2024-03-01 16:57:50,405 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:57:50,405 INFO program/MainThread: Running [22] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:50,408 INFO program/MainThread: stdout[22]: LVM 2024-03-01 16:57:50,408 INFO program/MainThread: stderr[22]: 2024-03-01 16:57:50,408 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:57:50,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) 2024-03-01 16:57:50,417 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:50,418 DEBUG blivet/MainThread: vg test_vg1 has 2.25 GiB free 2024-03-01 16:57:50,419 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:50,419 DEBUG blivet/MainThread: vg test_vg1 has 2.25 GiB free 2024-03-01 16:57:50,415 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:50,420 INFO program/MainThread: Running [23] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:50,423 INFO program/MainThread: stdout[23]: LVM 2024-03-01 16:57:50,423 INFO program/MainThread: stderr[23]: 2024-03-01 16:57:50,423 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:57:50,427 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:57:50,430 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:50,430 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 78 2024-03-01 16:57:50,433 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:50,433 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 79 2024-03-01 16:57:50,436 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:50,437 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 80 2024-03-01 16:57:50,440 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:50,440 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 81 2024-03-01 16:57:50,440 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 16:57:50,443 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:50,443 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 82 2024-03-01 16:57:50,446 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 16:57:50,446 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:50,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:50,452 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv2_snapset1' 2024-03-01 16:57:50,452 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/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:57:50,486 INFO program/MainThread: stdout[24]: lv2 2024-03-01 16:57:50,486 INFO program/MainThread: stderr[24]: 2024-03-01 16:57:50,486 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:57:50,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem 2024-03-01 16:57:50,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem 2024-03-01 16:57:50,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:50,504 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:57:50,507 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 3 ; 2024-03-01 16:57:50,507 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 16:57:50,510 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:50,513 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 16:57:50,514 DEBUG blivet/MainThread: test_vg1-lv2_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-31 2024-03-01 16:57:50,517 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 16:57:50,517 DEBUG blivet/MainThread: updated test_vg1-lv2_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:57:50,517 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 16:57:50,521 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 4 ; 2024-03-01 16:57:50,524 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 3 ; 2024-03-01 16:57:50,524 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 16:57:50,527 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:50,530 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 16:57:50,530 DEBUG blivet/MainThread: test_vg1-lv2_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-31 2024-03-01 16:57:50,533 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 16:57:50,533 DEBUG blivet/MainThread: updated test_vg1-lv2_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:57:50,534 DEBUG blivet/MainThread: Adding test_vg1-lv2_snapset1/124 MiB to test_vg1 2024-03-01 16:57:50,534 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv2_snapset1 (id 84) to device tree 2024-03-01 16:57:50,537 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 16:57:50,537 DEBUG blivet/MainThread: test_vg1-lv2_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-31 2024-03-01 16:57:50,540 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 16:57:50,540 DEBUG blivet/MainThread: updated test_vg1-lv2_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:57:50,543 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv2_snapset1 ' '/dev/disk/by-uuid/d07e7067-538f-4d46-b7e0-44a3c75d5627 ' '/dev/disk/by-id/dm-uuid-LVM-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dSC2xpk7OCObBhlmpAcn7xSm5rAQB0I6I ' '/dev/disk/by-id/dm-name-test_vg1-lv2_snapset1 ' '/dev/mapper/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-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dSC2xpk7OCObBhlmpAcn7xSm5rAQB0I6I', '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': 'd07e7067-538f-4d46-b7e0-44a3c75d5627', 'ID_FS_UUID_ENC': 'd07e7067-538f-4d46-b7e0-44a3c75d5627', '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': '1106622713'} ; 2024-03-01 16:57:50,544 INFO blivet/MainThread: scanning test_vg1-lv2_snapset1 (/sys/devices/virtual/block/dm-31)... 2024-03-01 16:57:50,544 INFO program/MainThread: Running [25] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:57:50,546 INFO program/MainThread: stdout[25]: LVM 2024-03-01 16:57:50,547 INFO program/MainThread: stderr[25]: 2024-03-01 16:57:50,547 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:57:50,547 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:57:50,549 INFO program/MainThread: stdout[26]: LVM 2024-03-01 16:57:50,549 INFO program/MainThread: stderr[26]: 2024-03-01 16:57:50,549 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:57:50,549 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:57:50,552 INFO program/MainThread: stdout[27]: LVM 2024-03-01 16:57:50,552 INFO program/MainThread: stderr[27]: 2024-03-01 16:57:50,552 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:57:50,556 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg1-lv2_snapset1 (84) 2024-03-01 16:57:50,561 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:50,562 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:50,563 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:50,564 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:50,559 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c4dfa0) -- name = test_vg1-lv2_snapset1 status = True id = 84 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:50,564 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:57:50,567 INFO program/MainThread: stdout[28]: LVM 2024-03-01 16:57:50,567 INFO program/MainThread: stderr[28]: 2024-03-01 16:57:50,567 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:57:50,571 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2_snapset1 ; 2024-03-01 16:57:50,574 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:50,574 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 91 2024-03-01 16:57:50,577 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:50,577 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 92 2024-03-01 16:57:50,580 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:50,581 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 16:57:50,584 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:50,584 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 94 2024-03-01 16:57:50,584 INFO blivet/MainThread: type detected on 'test_vg1-lv2_snapset1' is 'xfs' 2024-03-01 16:57:50,587 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:50,587 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 95 2024-03-01 16:57:50,590 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:57:50,590 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:50,590 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:50,593 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF ' '/dev/disk/by-id/scsi-36001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/wwn-0x6001405bdf1754409e440edb3fee6cb5', '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': 'DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF', 'ID_FS_UUID_ENC': 'DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF', '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': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'ID_SERIAL': '36001405bdf1754409e440edb3fee6cb5', 'ID_SERIAL_SHORT': '6001405bdf1754409e440edb3fee6cb5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bdf175440', 'ID_WWN_VENDOR_EXTENSION': '0x9e440edb3fee6cb5', 'ID_WWN_WITH_EXTENSION': '0x6001405bdf1754409e440edb3fee6cb5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bdf1754409e440edb3fee6cb5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715001239'} ; 2024-03-01 16:57:50,593 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 16:57:50,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:50,605 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:57:50,605 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:57:50,605 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 99 2024-03-01 16:57:50,606 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 100 2024-03-01 16:57:50,608 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:57:50,611 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:57:50,611 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 16:57:50,614 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 16:57:50,614 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:57:50,615 INFO blivet/MainThread: added disk sdd (id 98) to device tree 2024-03-01 16:57:50,615 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae14c55fd0) -- 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 = 6001405bdf1754409e440edb3fee6cb5 2024-03-01 16:57:50,618 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:57:50,621 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:50,621 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 102 2024-03-01 16:57:50,624 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:50,624 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 103 2024-03-01 16:57:50,627 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:50,627 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 104 2024-03-01 16:57:50,630 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:50,630 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 105 2024-03-01 16:57:50,632 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 16:57:50,632 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 16:57:50,633 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/sdc,/dev/sdd,/dev/sda,/dev/sdb ... 2024-03-01 16:57:50,672 INFO program/MainThread: stdout[29]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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 16:57:50,672 INFO program/MainThread: stderr[29]: WARNING: Couldn't find device with uuid AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM. WARNING: Couldn't find device with uuid KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo. WARNING: VG test_vg2 is missing PV AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM (last written to /dev/sde). WARNING: VG test_vg2 is missing PV KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo (last written to /dev/sdf). 2024-03-01 16:57:50,672 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:57:50,672 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 16:57:50,676 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF ; label: None ; device: /dev/sdd ; serial: 36001405bdf1754409e440edb3fee6cb5 ; exists: True ; vg_name: test_vg2 ; vg_uuid: WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 ; pe_start: 8 MiB ; free: 152 MiB ; 2024-03-01 16:57:50,676 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 106 2024-03-01 16:57:50,679 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 16:57:50,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 ; incomplete: True ; hidden: False ; 2024-03-01 16:57:50,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:50,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:50,691 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/sdc,/dev/sdd,/dev/sda,/dev/sdb ... 2024-03-01 16:57:50,722 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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 16:57:50,722 INFO program/MainThread: stderr[30]: WARNING: Couldn't find device with uuid AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM. WARNING: Couldn't find device with uuid KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo. WARNING: VG test_vg2 is missing PV AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM (last written to /dev/sde). WARNING: VG test_vg2 is missing PV KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo (last written to /dev/sdf). 2024-03-01 16:57:50,722 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:57:50,722 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:57:50,722 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 108 2024-03-01 16:57:50,727 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 16:57:50,730 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:57:50,730 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 16:57:50,733 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 16:57:50,733 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/sdc,/dev/sdd,/dev/sda,/dev/sdb ... 2024-03-01 16:57:50,770 INFO program/MainThread: stdout[31]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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 16:57:50,771 INFO program/MainThread: stderr[31]: WARNING: Couldn't find device with uuid AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM. WARNING: Couldn't find device with uuid KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo. WARNING: VG test_vg2 is missing PV AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM (last written to /dev/sde). WARNING: VG test_vg2 is missing PV KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo (last written to /dev/sdf). 2024-03-01 16:57:50,771 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:57:50,775 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 16:57:50,775 INFO blivet/MainThread: added lvmvg test_vg2 (id 107) to device tree 2024-03-01 16:57:50,778 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 16:57:50,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 ; incomplete: True ; hidden: False ; 2024-03-01 16:57:50,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (107) 2024-03-01 16:57:50,784 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:57:50,784 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:50,787 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/lvm-pv-uuid-AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM ' '/dev/disk/by-id/wwn-0x6001405612312a0b2d549c993d22f60a ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_612312a0-b2d5-49c9-93d2-2f60aa10c27b', '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': 'AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM', 'ID_FS_UUID_ENC': 'AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM', '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': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'ID_SERIAL': '36001405612312a0b2d549c993d22f60a', 'ID_SERIAL_SHORT': '6001405612312a0b2d549c993d22f60a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405612312a0b', 'ID_WWN_VENDOR_EXTENSION': '0x2d549c993d22f60a', 'ID_WWN_WITH_EXTENSION': '0x6001405612312a0b2d549c993d22f60a', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405612312a0b2d549c993d22f60a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715062067'} ; 2024-03-01 16:57:50,787 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 16:57:50,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:50,799 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:57:50,799 INFO blivet/MainThread: sde is a disk 2024-03-01 16:57:50,800 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 113 2024-03-01 16:57:50,800 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 114 2024-03-01 16:57:50,802 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:57:50,805 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:57:50,805 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 16:57:50,808 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 16:57:50,808 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:57:50,809 INFO blivet/MainThread: added disk sde (id 112) to device tree 2024-03-01 16:57:50,809 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae14c55340) -- 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 = 6001405612312a0b2d549c993d22f60a 2024-03-01 16:57:50,812 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:57:50,815 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:50,815 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 116 2024-03-01 16:57:50,818 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:50,818 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 117 2024-03-01 16:57:50,821 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:50,821 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 118 2024-03-01 16:57:50,824 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:50,824 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 119 2024-03-01 16:57:50,827 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 16:57:50,827 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 16:57:50,827 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/sda,/dev/sdb,/dev/sdd,/dev/sde ... 2024-03-01 16:57:50,868 INFO program/MainThread: stdout[32]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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 16:57:50,868 INFO program/MainThread: stderr[32]: WARNING: Couldn't find device with uuid KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo. WARNING: VG test_vg2 is missing PV KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo (last written to /dev/sdf). 2024-03-01 16:57:50,868 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:57:50,868 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 16:57:50,872 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM ; label: None ; device: /dev/sde ; serial: 36001405612312a0b2d549c993d22f60a ; exists: True ; vg_name: test_vg2 ; vg_uuid: WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:57:50,872 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 120 2024-03-01 16:57:50,875 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 16:57:50,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 ; incomplete: True ; hidden: False ; 2024-03-01 16:57:50,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (107) 2024-03-01 16:57:50,883 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 16:57:50,886 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:57:50,889 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 16:57:50,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 ; incomplete: True ; hidden: False ; 2024-03-01 16:57:50,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:50,894 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/sda,/dev/sdb,/dev/sdd,/dev/sde ... 2024-03-01 16:57:50,931 INFO program/MainThread: stdout[33]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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 16:57:50,932 INFO program/MainThread: stderr[33]: WARNING: Couldn't find device with uuid KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo. WARNING: VG test_vg2 is missing PV KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo (last written to /dev/sdf). 2024-03-01 16:57:50,932 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:57:50,932 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 16:57:50,932 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:50,936 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/lvm-pv-uuid-KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/scsi-3600140514e1c5412f2a4e3da52cb21dd', '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': 'KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo', 'ID_FS_UUID_ENC': 'KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo', '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': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'ID_SERIAL': '3600140514e1c5412f2a4e3da52cb21dd', 'ID_SERIAL_SHORT': '600140514e1c5412f2a4e3da52cb21dd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140514e1c5412', 'ID_WWN_VENDOR_EXTENSION': '0xf2a4e3da52cb21dd', 'ID_WWN_WITH_EXTENSION': '0x600140514e1c5412f2a4e3da52cb21dd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140514e1c5412f2a4e3da52cb21dd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715143859'} ; 2024-03-01 16:57:50,936 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 16:57:50,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:57:50,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:50,948 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:57:50,948 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:57:50,949 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 16:57:50,949 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 16:57:50,952 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:57:50,954 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:57:50,955 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 16:57:50,957 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 16:57:50,958 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:57:50,958 INFO blivet/MainThread: added disk sdf (id 122) to device tree 2024-03-01 16:57:50,958 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae14c5c700) -- 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 = 600140514e1c5412f2a4e3da52cb21dd 2024-03-01 16:57:50,961 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:57:50,964 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:50,964 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 126 2024-03-01 16:57:50,967 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:50,967 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 127 2024-03-01 16:57:50,970 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:50,970 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 16:57:50,973 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:50,973 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 129 2024-03-01 16:57:50,976 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 16:57:50,976 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 16:57:50,976 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/sdc,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde ... 2024-03-01 16:57:51,018 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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 16:57:51,018 INFO program/MainThread: stderr[34]: 2024-03-01 16:57:51,018 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 16:57:51,018 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 16:57:51,022 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo ; label: None ; device: /dev/sdf ; serial: 3600140514e1c5412f2a4e3da52cb21dd ; exists: True ; vg_name: test_vg2 ; vg_uuid: WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:57:51,022 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 130 2024-03-01 16:57:51,025 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 16:57:51,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 ; incomplete: True ; hidden: False ; 2024-03-01 16:57:51,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:51,034 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 16:57:51,037 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 16:57:51,039 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 16:57:51,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 ; incomplete: True ; hidden: False ; 2024-03-01 16:57:51,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:51,045 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/sdc,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde ... 2024-03-01 16:57:51,082 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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 16:57:51,083 INFO program/MainThread: stderr[35]: 2024-03-01 16:57:51,083 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 16:57:51,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:51,095 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 132 2024-03-01 16:57:51,098 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:57:51,098 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 16:57:51,102 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:57:51,105 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:57:51,105 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:57:51,108 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 16:57:51,109 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:57:51,109 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 135 2024-03-01 16:57:51,112 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 16:57:51,115 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 16:57:51,115 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 16:57:51,118 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 16:57:51,121 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:57:51,121 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:57:51,124 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 16:57:51,124 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:57:51,125 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 16:57:51,125 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 131) to device tree 2024-03-01 16:57:51,127 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 16:57:51,128 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 16:57:51,130 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 16:57:51,131 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 16:57:51,134 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-uuid/ee1019f1-f170-4ade-97ab-9b6236999601 ' '/dev/disk/by-id/dm-uuid-LVM-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1V3DQe3xYo2zJEJ4LxTMcrNGkVVQEXuaY ' '/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-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1V3DQe3xYo2zJEJ4LxTMcrNGkVVQEXuaY', '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': 'ee1019f1-f170-4ade-97ab-9b6236999601', 'ID_FS_UUID_ENC': 'ee1019f1-f170-4ade-97ab-9b6236999601', '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': '1099014866'} ; 2024-03-01 16:57:51,134 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:57:51,135 INFO program/MainThread: Running [36] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:51,137 INFO program/MainThread: stdout[36]: LVM 2024-03-01 16:57:51,137 INFO program/MainThread: stderr[36]: 2024-03-01 16:57:51,137 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 16:57:51,138 INFO program/MainThread: Running [37] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:51,140 INFO program/MainThread: stdout[37]: LVM 2024-03-01 16:57:51,140 INFO program/MainThread: stderr[37]: 2024-03-01 16:57:51,140 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 16:57:51,140 INFO program/MainThread: Running [38] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:51,142 INFO program/MainThread: stdout[38]: LVM 2024-03-01 16:57:51,143 INFO program/MainThread: stderr[38]: 2024-03-01 16:57:51,143 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 16:57:51,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) 2024-03-01 16:57:51,152 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:51,153 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:57:51,153 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:51,153 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 16:57:51,150 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:51,154 INFO program/MainThread: Running [39] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:51,156 INFO program/MainThread: stdout[39]: LVM 2024-03-01 16:57:51,156 INFO program/MainThread: stderr[39]: 2024-03-01 16:57:51,156 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 16:57:51,160 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:57:51,163 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:51,164 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 138 2024-03-01 16:57:51,167 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:51,167 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 139 2024-03-01 16:57:51,170 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:51,170 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 140 2024-03-01 16:57:51,173 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:51,173 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 141 2024-03-01 16:57:51,173 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 16:57:51,176 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:51,176 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 142 2024-03-01 16:57:51,179 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 16:57:51,180 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:51,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,186 INFO blivet/MainThread: found lvm snapshot volume 'test_vg2-lv3_snapset1' 2024-03-01 16:57:51,186 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/sdc,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde ... 2024-03-01 16:57:51,217 INFO program/MainThread: stdout[40]: lv3 2024-03-01 16:57:51,218 INFO program/MainThread: stderr[40]: 2024-03-01 16:57:51,218 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 16:57:51,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem 2024-03-01 16:57:51,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem 2024-03-01 16:57:51,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:51,236 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 16:57:51,239 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 1 ; 2024-03-01 16:57:51,239 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 146 2024-03-01 16:57:51,242 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:51,245 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 16:57:51,246 DEBUG blivet/MainThread: test_vg2-lv3_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-22 2024-03-01 16:57:51,249 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 16:57:51,249 DEBUG blivet/MainThread: updated test_vg2-lv3_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:57:51,249 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 16:57:51,253 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 2 ; 2024-03-01 16:57:51,256 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 1 ; 2024-03-01 16:57:51,256 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 149 2024-03-01 16:57:51,259 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:51,262 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 16:57:51,262 DEBUG blivet/MainThread: test_vg2-lv3_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-22 2024-03-01 16:57:51,265 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 16:57:51,265 DEBUG blivet/MainThread: updated test_vg2-lv3_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:57:51,265 DEBUG blivet/MainThread: Adding test_vg2-lv3_snapset1/124 MiB to test_vg2 2024-03-01 16:57:51,266 INFO blivet/MainThread: added lvmsnapshot test_vg2-lv3_snapset1 (id 144) to device tree 2024-03-01 16:57:51,268 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 16:57:51,269 DEBUG blivet/MainThread: test_vg2-lv3_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-22 2024-03-01 16:57:51,271 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 16:57:51,272 DEBUG blivet/MainThread: updated test_vg2-lv3_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:57:51,275 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv3_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1XpiG58NbCH3wLhEmPymDHUWdnrpZegsk ' '/dev/disk/by-uuid/ee1019f1-f170-4ade-97ab-9b6236999601 ' '/dev/test_vg2/lv3_snapset1 ' '/dev/disk/by-id/dm-name-test_vg2-lv3_snapset1', '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-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1XpiG58NbCH3wLhEmPymDHUWdnrpZegsk', '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': 'ee1019f1-f170-4ade-97ab-9b6236999601', 'ID_FS_UUID_ENC': 'ee1019f1-f170-4ade-97ab-9b6236999601', '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': '1105925570'} ; 2024-03-01 16:57:51,275 INFO blivet/MainThread: scanning test_vg2-lv3_snapset1 (/sys/devices/virtual/block/dm-22)... 2024-03-01 16:57:51,276 INFO program/MainThread: Running [41] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:57:51,278 INFO program/MainThread: stdout[41]: LVM 2024-03-01 16:57:51,278 INFO program/MainThread: stderr[41]: 2024-03-01 16:57:51,278 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 16:57:51,278 INFO program/MainThread: Running [42] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:57:51,281 INFO program/MainThread: stdout[42]: LVM 2024-03-01 16:57:51,281 INFO program/MainThread: stderr[42]: 2024-03-01 16:57:51,281 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 16:57:51,281 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:57:51,283 INFO program/MainThread: stdout[43]: LVM 2024-03-01 16:57:51,283 INFO program/MainThread: stderr[43]: 2024-03-01 16:57:51,284 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 16:57:51,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg2-lv3_snapset1 (144) 2024-03-01 16:57:51,293 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:51,294 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:51,294 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:51,295 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:51,291 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14d17ac0) -- name = test_vg2-lv3_snapset1 status = True id = 144 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:51,296 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:57:51,298 INFO program/MainThread: stdout[44]: LVM 2024-03-01 16:57:51,298 INFO program/MainThread: stderr[44]: 2024-03-01 16:57:51,298 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 16:57:51,302 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3_snapset1 ; 2024-03-01 16:57:51,305 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:51,305 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 151 2024-03-01 16:57:51,308 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:51,308 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 152 2024-03-01 16:57:51,311 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:51,311 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 16:57:51,315 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:51,315 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 154 2024-03-01 16:57:51,315 INFO blivet/MainThread: type detected on 'test_vg2-lv3_snapset1' is 'xfs' 2024-03-01 16:57:51,318 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:51,318 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 155 2024-03-01 16:57:51,321 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:57:51,321 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:51,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:51,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 16:57:51,336 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:57:51,336 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 16:57:51,339 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:57:51,342 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:57:51,342 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:57:51,345 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 16:57:51,346 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 16:57:51,346 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 161 2024-03-01 16:57:51,349 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 3 ; 2024-03-01 16:57:51,352 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 16:57:51,352 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 162 2024-03-01 16:57:51,355 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 16:57:51,358 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:57:51,358 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:57:51,361 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 16:57:51,362 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 16:57:51,362 DEBUG blivet/MainThread: Adding test_vg2-lv4/308 MiB to test_vg2 2024-03-01 16:57:51,362 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 157) to device tree 2024-03-01 16:57:51,365 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 16:57:51,365 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 16:57:51,368 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 16:57:51,368 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 308 MiB (308 MiB) 2024-03-01 16:57:51,372 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/61a3ebe1-d54a-474f-82f2-2687d5943dbd ' '/dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1EXRVhoAuwBYHdeQtsTOYdMX1ZNfDHvK6', '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-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1EXRVhoAuwBYHdeQtsTOYdMX1ZNfDHvK6', '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': '61a3ebe1-d54a-474f-82f2-2687d5943dbd', 'ID_FS_UUID_ENC': '61a3ebe1-d54a-474f-82f2-2687d5943dbd', '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': '1098448877'} ; 2024-03-01 16:57:51,372 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:57:51,372 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:51,374 INFO program/MainThread: stdout[45]: LVM 2024-03-01 16:57:51,375 INFO program/MainThread: stderr[45]: 2024-03-01 16:57:51,375 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 16:57:51,375 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:51,377 INFO program/MainThread: stdout[46]: LVM 2024-03-01 16:57:51,377 INFO program/MainThread: stderr[46]: 2024-03-01 16:57:51,377 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 16:57:51,377 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:51,379 INFO program/MainThread: stdout[47]: LVM 2024-03-01 16:57:51,380 INFO program/MainThread: stderr[47]: 2024-03-01 16:57:51,380 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 16:57:51,384 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) 2024-03-01 16:57:51,389 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:51,390 DEBUG blivet/MainThread: vg test_vg2 has 2.25 GiB free 2024-03-01 16:57:51,391 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:51,391 DEBUG blivet/MainThread: vg test_vg2 has 2.25 GiB free 2024-03-01 16:57:51,387 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:51,392 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:51,395 INFO program/MainThread: stdout[48]: LVM 2024-03-01 16:57:51,395 INFO program/MainThread: stderr[48]: 2024-03-01 16:57:51,395 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 16:57:51,399 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:57:51,402 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:51,402 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 164 2024-03-01 16:57:51,405 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:51,405 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 165 2024-03-01 16:57:51,408 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:51,409 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 166 2024-03-01 16:57:51,412 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:51,412 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 167 2024-03-01 16:57:51,412 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 16:57:51,415 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:51,415 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 168 2024-03-01 16:57:51,418 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 16:57:51,418 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:51,421 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,424 INFO blivet/MainThread: found lvm snapshot volume 'test_vg2-lv4_snapset1' 2024-03-01 16:57:51,424 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/sdc,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde ... 2024-03-01 16:57:51,461 INFO program/MainThread: stdout[49]: lv4 2024-03-01 16:57:51,462 INFO program/MainThread: stderr[49]: 2024-03-01 16:57:51,462 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 16:57:51,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem 2024-03-01 16:57:51,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem 2024-03-01 16:57:51,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,481 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:51,481 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 171 2024-03-01 16:57:51,484 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 3 ; 2024-03-01 16:57:51,484 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 172 2024-03-01 16:57:51,487 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:51,490 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 16:57:51,490 DEBUG blivet/MainThread: test_vg2-lv4_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-25 2024-03-01 16:57:51,494 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 16:57:51,494 DEBUG blivet/MainThread: updated test_vg2-lv4_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:57:51,494 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 174 2024-03-01 16:57:51,497 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 4 ; 2024-03-01 16:57:51,500 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 3 ; 2024-03-01 16:57:51,500 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 16:57:51,503 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:51,506 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 16:57:51,507 DEBUG blivet/MainThread: test_vg2-lv4_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-25 2024-03-01 16:57:51,518 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 16:57:51,519 DEBUG blivet/MainThread: updated test_vg2-lv4_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:57:51,519 DEBUG blivet/MainThread: Adding test_vg2-lv4_snapset1/124 MiB to test_vg2 2024-03-01 16:57:51,519 INFO blivet/MainThread: added lvmsnapshot test_vg2-lv4_snapset1 (id 170) to device tree 2024-03-01 16:57:51,522 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 16:57:51,522 DEBUG blivet/MainThread: test_vg2-lv4_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-25 2024-03-01 16:57:51,525 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 16:57:51,525 DEBUG blivet/MainThread: updated test_vg2-lv4_snapset1 size to 124 MiB (124 MiB) 2024-03-01 16:57:51,528 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/61a3ebe1-d54a-474f-82f2-2687d5943dbd ' '/dev/test_vg2/lv4_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1PXf4qYYeqfQqQcWEUy5jfgqsMmeTow8K ' '/dev/mapper/test_vg2-lv4_snapset1 ' '/dev/disk/by-id/dm-name-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-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1PXf4qYYeqfQqQcWEUy5jfgqsMmeTow8K', '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': '61a3ebe1-d54a-474f-82f2-2687d5943dbd', 'ID_FS_UUID_ENC': '61a3ebe1-d54a-474f-82f2-2687d5943dbd', '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': '1106150657'} ; 2024-03-01 16:57:51,529 INFO blivet/MainThread: scanning test_vg2-lv4_snapset1 (/sys/devices/virtual/block/dm-25)... 2024-03-01 16:57:51,529 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:57:51,532 INFO program/MainThread: stdout[50]: LVM 2024-03-01 16:57:51,532 INFO program/MainThread: stderr[50]: 2024-03-01 16:57:51,532 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 16:57:51,532 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:57:51,534 INFO program/MainThread: stdout[51]: LVM 2024-03-01 16:57:51,534 INFO program/MainThread: stderr[51]: 2024-03-01 16:57:51,535 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 16:57:51,535 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:57:51,537 INFO program/MainThread: stdout[52]: LVM 2024-03-01 16:57:51,537 INFO program/MainThread: stderr[52]: 2024-03-01 16:57:51,537 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 16:57:51,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 124 MiB lvmsnapshot test_vg2-lv4_snapset1 (170) 2024-03-01 16:57:51,547 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:51,548 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:51,548 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:51,549 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:51,545 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c6dc70) -- name = test_vg2-lv4_snapset1 status = True id = 170 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:51,550 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:57:51,552 INFO program/MainThread: stdout[53]: LVM 2024-03-01 16:57:51,553 INFO program/MainThread: stderr[53]: 2024-03-01 16:57:51,553 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 16:57:51,556 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4_snapset1 ; 2024-03-01 16:57:51,560 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:51,560 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 177 2024-03-01 16:57:51,563 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:51,563 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 178 2024-03-01 16:57:51,566 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:51,566 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 179 2024-03-01 16:57:51,569 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:51,569 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 180 2024-03-01 16:57:51,570 INFO blivet/MainThread: type detected on 'test_vg2-lv4_snapset1' is 'xfs' 2024-03-01 16:57:51,573 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:51,573 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 181 2024-03-01 16:57:51,576 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:57:51,576 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:51,576 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:51,579 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-id/scsi-36001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-id/wwn-0x6001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/lvm-pv-uuid-rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM', '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': 'rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM', 'ID_FS_UUID_ENC': 'rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM', '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': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'ID_SERIAL': '36001405a1a87cda68094b1e883b4f5fe', 'ID_SERIAL_SHORT': '6001405a1a87cda68094b1e883b4f5fe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a1a87cda6', 'ID_WWN_VENDOR_EXTENSION': '0x8094b1e883b4f5fe', 'ID_WWN_WITH_EXTENSION': '0x6001405a1a87cda68094b1e883b4f5fe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a1a87cda68094b1e883b4f5fe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715163740'} ; 2024-03-01 16:57:51,579 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 16:57:51,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,586 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,591 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:57:51,592 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:57:51,592 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 185 2024-03-01 16:57:51,592 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 16:57:51,595 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:57:51,597 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:57:51,598 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 16:57:51,600 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 16:57:51,601 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:57:51,601 INFO blivet/MainThread: added disk sdg (id 184) to device tree 2024-03-01 16:57:51,601 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae14ca2a30) -- 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 = 6001405a1a87cda68094b1e883b4f5fe 2024-03-01 16:57:51,604 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:57:51,607 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:51,607 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 188 2024-03-01 16:57:51,610 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:51,610 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 189 2024-03-01 16:57:51,613 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:51,613 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 190 2024-03-01 16:57:51,616 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:51,616 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 191 2024-03-01 16:57:51,618 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 16:57:51,619 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 16:57:51,619 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/sdc,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:51,658 INFO program/MainThread: stdout[54]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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=A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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=xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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=WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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 16:57:51,658 INFO program/MainThread: stderr[54]: WARNING: Couldn't find device with uuid A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe. WARNING: Couldn't find device with uuid xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ. WARNING: Couldn't find device with uuid WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml. WARNING: VG test_vg3 is missing PV A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml (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 16:57:51,658 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 16:57:51,658 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 16:57:51,662 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM ; label: None ; device: /dev/sdg ; serial: 36001405a1a87cda68094b1e883b4f5fe ; exists: True ; vg_name: test_vg3 ; vg_uuid: cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v ; pe_start: 8 MiB ; 2024-03-01 16:57:51,663 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 192 2024-03-01 16:57:51,665 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 16:57:51,668 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v ; incomplete: True ; hidden: False ; 2024-03-01 16:57:51,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:51,673 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,677 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/sdc,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:51,710 INFO program/MainThread: stdout[55]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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 16:57:51,710 INFO program/MainThread: stderr[55]: WARNING: Couldn't find device with uuid A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe. WARNING: Couldn't find device with uuid xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ. WARNING: Couldn't find device with uuid WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml. WARNING: VG test_vg3 is missing PV A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml (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 16:57:51,710 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 16:57:51,710 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:57:51,710 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 194 2024-03-01 16:57:51,714 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 16:57:51,718 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:51,718 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 16:57:51,721 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 16:57:51,721 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/sdc,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:51,760 INFO program/MainThread: stdout[56]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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=mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF 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=mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF 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=skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q 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=xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca 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=xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca 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=HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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 16:57:51,761 INFO program/MainThread: stderr[56]: WARNING: Couldn't find device with uuid A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe. WARNING: Couldn't find device with uuid xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ. WARNING: Couldn't find device with uuid WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml. WARNING: VG test_vg3 is missing PV A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml (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 16:57:51,761 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 16:57:51,765 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 16:57:51,765 INFO blivet/MainThread: added lvmvg test_vg3 (id 193) to device tree 2024-03-01 16:57:51,768 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 16:57:51,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v ; incomplete: True ; hidden: False ; 2024-03-01 16:57:51,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (193) 2024-03-01 16:57:51,774 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:57:51,774 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:51,777 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/scsi-36001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/lvm-pv-uuid-A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/wwn-0x6001405f053e2f031db4d2bb88ab5846', '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': 'A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe', 'ID_FS_UUID_ENC': 'A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe', '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': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'ID_SERIAL': '36001405f053e2f031db4d2bb88ab5846', 'ID_SERIAL_SHORT': '6001405f053e2f031db4d2bb88ab5846', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f053e2f03', 'ID_WWN_VENDOR_EXTENSION': '0x1db4d2bb88ab5846', 'ID_WWN_WITH_EXTENSION': '0x6001405f053e2f031db4d2bb88ab5846', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f053e2f031db4d2bb88ab5846', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715228881'} ; 2024-03-01 16:57:51,777 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 16:57:51,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,789 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:57:51,790 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:57:51,790 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 16:57:51,790 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 200 2024-03-01 16:57:51,792 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:57:51,795 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:57:51,795 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 16:57:51,798 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 16:57:51,799 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:57:51,799 INFO blivet/MainThread: added disk sdh (id 198) to device tree 2024-03-01 16:57:51,799 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae14d60370) -- 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 = 6001405f053e2f031db4d2bb88ab5846 2024-03-01 16:57:51,802 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:57:51,805 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:51,805 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 202 2024-03-01 16:57:51,808 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:51,808 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 203 2024-03-01 16:57:51,811 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:51,811 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 204 2024-03-01 16:57:51,814 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:51,814 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 205 2024-03-01 16:57:51,817 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 16:57:51,817 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 16:57:51,817 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/sdc,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:51,853 INFO program/MainThread: stdout[57]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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=A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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=xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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=WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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 16:57:51,853 INFO program/MainThread: stderr[57]: WARNING: Couldn't find device with uuid xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ. WARNING: Couldn't find device with uuid WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml. WARNING: VG test_vg3 is missing PV xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml (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 16:57:51,853 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 16:57:51,853 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 16:57:51,857 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe ; label: None ; device: /dev/sdh ; serial: 36001405f053e2f031db4d2bb88ab5846 ; exists: True ; vg_name: test_vg3 ; vg_uuid: cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v ; pe_start: 8 MiB ; 2024-03-01 16:57:51,857 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 206 2024-03-01 16:57:51,860 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 16:57:51,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v ; incomplete: True ; hidden: False ; 2024-03-01 16:57:51,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (193) 2024-03-01 16:57:51,868 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 16:57:51,871 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:51,874 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 16:57:51,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v ; incomplete: True ; hidden: False ; 2024-03-01 16:57:51,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:51,880 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/sdc,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:51,919 INFO program/MainThread: stdout[58]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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=mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF 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=mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF 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=skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q 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=xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca 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=xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca 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=HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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 16:57:51,920 INFO program/MainThread: stderr[58]: WARNING: Couldn't find device with uuid xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ. WARNING: Couldn't find device with uuid WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml. WARNING: VG test_vg3 is missing PV xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml (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 16:57:51,920 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 16:57:51,920 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:57:51,920 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:51,924 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/scsi-36001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/wwn-0x6001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/lvm-pv-uuid-xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ ' '/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_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ', 'ID_FS_UUID_ENC': 'xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ', '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': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'ID_SERIAL': '36001405c930cf566dc64509be8137452', 'ID_SERIAL_SHORT': '6001405c930cf566dc64509be8137452', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c930cf566', 'ID_WWN_VENDOR_EXTENSION': '0xdc64509be8137452', 'ID_WWN_WITH_EXTENSION': '0x6001405c930cf566dc64509be8137452', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c930cf566dc64509be8137452', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715277294'} ; 2024-03-01 16:57:51,924 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 16:57:51,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:51,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:51,937 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:57:51,937 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:57:51,938 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 209 2024-03-01 16:57:51,938 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 210 2024-03-01 16:57:51,940 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:57:51,943 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:57:51,943 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 16:57:51,946 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 16:57:51,947 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:57:51,947 INFO blivet/MainThread: added disk sdi (id 208) to device tree 2024-03-01 16:57:51,947 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae14c55610) -- 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 = 6001405c930cf566dc64509be8137452 2024-03-01 16:57:51,950 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:57:51,953 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:51,953 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 212 2024-03-01 16:57:51,956 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:51,956 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 213 2024-03-01 16:57:51,959 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:51,959 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 214 2024-03-01 16:57:51,962 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:51,962 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 215 2024-03-01 16:57:51,965 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 16:57:51,965 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 16:57:51,965 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/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:52,002 INFO program/MainThread: stdout[59]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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=A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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=xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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=WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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 16:57:52,002 INFO program/MainThread: stderr[59]: WARNING: Couldn't find device with uuid WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml. WARNING: VG test_vg3 is missing PV WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml (last written to /dev/sdj). 2024-03-01 16:57:52,002 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 16:57:52,002 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 16:57:52,006 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ ; label: None ; device: /dev/sdi ; serial: 36001405c930cf566dc64509be8137452 ; exists: True ; vg_name: test_vg3 ; vg_uuid: cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v ; pe_start: 8 MiB ; free: 760 MiB ; 2024-03-01 16:57:52,006 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 216 2024-03-01 16:57:52,009 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 16:57:52,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v ; incomplete: True ; hidden: False ; 2024-03-01 16:57:52,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:52,018 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 16:57:52,021 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:52,023 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 16:57:52,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v ; incomplete: True ; hidden: False ; 2024-03-01 16:57:52,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:52,029 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/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:52,068 INFO program/MainThread: stdout[60]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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=mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF 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=mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF 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=skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q 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=xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca 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=xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca 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=HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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 16:57:52,069 INFO program/MainThread: stderr[60]: WARNING: Couldn't find device with uuid WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml. WARNING: VG test_vg3 is missing PV WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml (last written to /dev/sdj). 2024-03-01 16:57:52,069 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 16:57:52,069 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 16:57:52,069 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:52,073 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/wwn-0x60014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/lvm-pv-uuid-WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', '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': 'WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml', 'ID_FS_UUID_ENC': 'WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml', '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': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'ID_SERIAL': '360014051528b2f7fa1b4b0ea44f2b71d', 'ID_SERIAL_SHORT': '60014051528b2f7fa1b4b0ea44f2b71d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051528b2f7f', 'ID_WWN_VENDOR_EXTENSION': '0xa1b4b0ea44f2b71d', 'ID_WWN_WITH_EXTENSION': '0x60014051528b2f7fa1b4b0ea44f2b71d', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051528b2f7fa1b4b0ea44f2b71d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715335966'} ; 2024-03-01 16:57:52,074 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 16:57:52,078 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:52,086 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:57:52,086 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:57:52,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 16:57:52,087 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 220 2024-03-01 16:57:52,089 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:57:52,092 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:57:52,092 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 16:57:52,095 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 16:57:52,096 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:57:52,096 INFO blivet/MainThread: added disk sdj (id 218) to device tree 2024-03-01 16:57:52,096 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae14c5b760) -- 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 = 60014051528b2f7fa1b4b0ea44f2b71d 2024-03-01 16:57:52,099 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:57:52,102 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:52,102 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 222 2024-03-01 16:57:52,105 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:52,105 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 223 2024-03-01 16:57:52,108 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:52,108 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 16:57:52,111 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:52,111 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 225 2024-03-01 16:57:52,114 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 16:57:52,114 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 16:57:52,114 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/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:52,154 INFO program/MainThread: stdout[61]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=eWQ3Rg-mQM1-IBof-4Wn7-MU54-Pcvs-YTRf4K LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3T0hdw-g86q-Jha1-2moz-OE9J-S2dD-H8tCxS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=3KKmY7-HyRm-E8xG-WfrN-uNBe-4mfe-xQeBmS LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d 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=DS9SyN-yWe9-as9K-5R02-13t3-F9WB-FLQJfF LVM2_PV_FREE=159383552 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=AVRwOB-6fOp-YkWn-QcZ2-E0X4-ulWx-MW6tYM LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=KybCW2-lO4q-cEMp-W47a-Sy7V-oeV0-NkVFOo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 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=rk1nQE-GnB7-1sX9-AmMw-R1nh-jVEC-w2GiCM LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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=A3W9rv-PE8e-UQXO-4oBt-6HCh-Eylz-SupJYe LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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=xL8qYi-J0FC-K5F8-SexY-eGBJ-deQu-if1sLJ LVM2_PV_FREE=796917760 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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=WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v 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 16:57:52,154 INFO program/MainThread: stderr[61]: 2024-03-01 16:57:52,154 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 16:57:52,154 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 16:57:52,158 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: WVpmOV-ha32-jD6t-p020-CWmU-YHLI-JGbyml ; label: None ; device: /dev/sdj ; serial: 360014051528b2f7fa1b4b0ea44f2b71d ; exists: True ; vg_name: test_vg3 ; vg_uuid: cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:57:52,158 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 226 2024-03-01 16:57:52,161 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 16:57:52,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v ; incomplete: True ; hidden: False ; 2024-03-01 16:57:52,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:52,170 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 16:57:52,173 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 16:57:52,175 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 16:57:52,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v ; incomplete: True ; hidden: False ; 2024-03-01 16:57:52,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:52,181 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/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:52,214 INFO program/MainThread: stdout[62]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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=61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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=V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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=EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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=PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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=7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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=mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF 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=mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF 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=skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q 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=xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca 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=xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca 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=HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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=VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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 16:57:52,215 INFO program/MainThread: stderr[62]: 2024-03-01 16:57:52,215 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 16:57:52,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:52,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:52,228 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 228 2024-03-01 16:57:52,231 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:57:52,231 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 16:57:52,234 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:57:52,237 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:57:52,237 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:57:52,241 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 16:57:52,241 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 16:57:52,241 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 231 2024-03-01 16:57:52,244 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 16:57:52,247 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 16:57:52,247 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 232 2024-03-01 16:57:52,250 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 16:57:52,253 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:57:52,254 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:57:52,257 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 16:57:52,257 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 16:57:52,257 DEBUG blivet/MainThread: Adding test_vg3-lv5/408 MiB to test_vg3 2024-03-01 16:57:52,257 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 227) to device tree 2024-03-01 16:57:52,260 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 16:57:52,260 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 16:57:52,263 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 16:57:52,263 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 408 MiB (408 MiB) 2024-03-01 16:57:52,267 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78vPeTVLyiYoYenbdIZZmzrBQVdQedODS5b ' '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/e8202ed9-d197-4c63-960f-db323bc13157 ' '/dev/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-cnc6MM8ic9w319dUDFiua9sImUlyR78vPeTVLyiYoYenbdIZZmzrBQVdQedODS5b', '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': 'e8202ed9-d197-4c63-960f-db323bc13157', 'ID_FS_UUID_ENC': 'e8202ed9-d197-4c63-960f-db323bc13157', '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': '1096752220'} ; 2024-03-01 16:57:52,267 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:57:52,267 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:52,270 INFO program/MainThread: stdout[63]: LVM 2024-03-01 16:57:52,270 INFO program/MainThread: stderr[63]: 2024-03-01 16:57:52,270 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 16:57:52,270 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:52,272 INFO program/MainThread: stdout[64]: LVM 2024-03-01 16:57:52,273 INFO program/MainThread: stderr[64]: 2024-03-01 16:57:52,273 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 16:57:52,273 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:52,275 INFO program/MainThread: stdout[65]: LVM 2024-03-01 16:57:52,275 INFO program/MainThread: stderr[65]: 2024-03-01 16:57:52,275 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 16:57:52,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) 2024-03-01 16:57:52,286 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:52,286 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:52,287 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:52,287 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 16:57:52,283 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:52,288 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:52,290 INFO program/MainThread: stdout[66]: LVM 2024-03-01 16:57:52,290 INFO program/MainThread: stderr[66]: 2024-03-01 16:57:52,290 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 16:57:52,294 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:57:52,297 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:52,297 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 234 2024-03-01 16:57:52,300 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:52,300 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 235 2024-03-01 16:57:52,303 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:52,303 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 236 2024-03-01 16:57:52,307 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:52,307 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 237 2024-03-01 16:57:52,307 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 16:57:52,310 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:52,310 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 238 2024-03-01 16:57:52,313 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 16:57:52,313 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:52,316 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:52,320 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv5_snapset1' 2024-03-01 16:57:52,320 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/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:52,358 INFO program/MainThread: stdout[67]: lv5 2024-03-01 16:57:52,358 INFO program/MainThread: stderr[67]: 2024-03-01 16:57:52,358 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 16:57:52,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem 2024-03-01 16:57:52,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem 2024-03-01 16:57:52,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:52,377 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 241 2024-03-01 16:57:52,380 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 1 ; 2024-03-01 16:57:52,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 242 2024-03-01 16:57:52,383 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:52,386 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 16:57:52,386 DEBUG blivet/MainThread: test_vg3-lv5_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-10 2024-03-01 16:57:52,389 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 16:57:52,390 DEBUG blivet/MainThread: updated test_vg3-lv5_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:57:52,390 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 244 2024-03-01 16:57:52,393 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 2 ; 2024-03-01 16:57:52,396 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 1 ; 2024-03-01 16:57:52,396 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 245 2024-03-01 16:57:52,399 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:52,402 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 16:57:52,403 DEBUG blivet/MainThread: test_vg3-lv5_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-10 2024-03-01 16:57:52,406 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 16:57:52,406 DEBUG blivet/MainThread: updated test_vg3-lv5_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:57:52,406 DEBUG blivet/MainThread: Adding test_vg3-lv5_snapset1/164 MiB to test_vg3 2024-03-01 16:57:52,406 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv5_snapset1 (id 240) to device tree 2024-03-01 16:57:52,409 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 16:57:52,409 DEBUG blivet/MainThread: test_vg3-lv5_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-10 2024-03-01 16:57:52,412 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 16:57:52,413 DEBUG blivet/MainThread: updated test_vg3-lv5_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:57:52,416 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78v2VkkPu81DP1vC967hEt6HgTQA3JBYV4U ' '/dev/disk/by-id/dm-name-test_vg3-lv5_snapset1 ' '/dev/mapper/test_vg3-lv5_snapset1 /dev/test_vg3/lv5_snapset1 ' '/dev/disk/by-uuid/e8202ed9-d197-4c63-960f-db323bc13157', '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-cnc6MM8ic9w319dUDFiua9sImUlyR78v2VkkPu81DP1vC967hEt6HgTQA3JBYV4U', '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': 'e8202ed9-d197-4c63-960f-db323bc13157', 'ID_FS_UUID_ENC': 'e8202ed9-d197-4c63-960f-db323bc13157', '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': '1104927440'} ; 2024-03-01 16:57:52,416 INFO blivet/MainThread: scanning test_vg3-lv5_snapset1 (/sys/devices/virtual/block/dm-10)... 2024-03-01 16:57:52,416 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:57:52,419 INFO program/MainThread: stdout[68]: LVM 2024-03-01 16:57:52,419 INFO program/MainThread: stderr[68]: 2024-03-01 16:57:52,419 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 16:57:52,419 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:57:52,422 INFO program/MainThread: stdout[69]: LVM 2024-03-01 16:57:52,422 INFO program/MainThread: stderr[69]: 2024-03-01 16:57:52,422 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 16:57:52,422 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:57:52,424 INFO program/MainThread: stdout[70]: LVM 2024-03-01 16:57:52,424 INFO program/MainThread: stderr[70]: 2024-03-01 16:57:52,424 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 16:57:52,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv5_snapset1 (240) 2024-03-01 16:57:52,435 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:52,436 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:52,436 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:52,437 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:52,432 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c79d60) -- name = test_vg3-lv5_snapset1 status = True id = 240 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:52,437 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:57:52,440 INFO program/MainThread: stdout[71]: LVM 2024-03-01 16:57:52,440 INFO program/MainThread: stderr[71]: 2024-03-01 16:57:52,440 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 16:57:52,443 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5_snapset1 ; 2024-03-01 16:57:52,447 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:52,447 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 247 2024-03-01 16:57:52,450 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:52,450 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 248 2024-03-01 16:57:52,453 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:52,453 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 249 2024-03-01 16:57:52,456 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:52,457 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 250 2024-03-01 16:57:52,457 INFO blivet/MainThread: type detected on 'test_vg3-lv5_snapset1' is 'xfs' 2024-03-01 16:57:52,460 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:52,460 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 251 2024-03-01 16:57:52,463 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:57:52,463 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:52,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:52,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:52,475 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 254 2024-03-01 16:57:52,478 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:57:52,478 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 255 2024-03-01 16:57:52,481 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:57:52,484 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:57:52,484 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:57:52,487 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 16:57:52,488 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 16:57:52,488 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 257 2024-03-01 16:57:52,491 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 16:57:52,494 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 16:57:52,494 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 16:57:52,497 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 16:57:52,500 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:57:52,500 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:57:52,503 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 16:57:52,504 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 16:57:52,504 DEBUG blivet/MainThread: Adding test_vg3-lv6/408 MiB to test_vg3 2024-03-01 16:57:52,504 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 253) to device tree 2024-03-01 16:57:52,507 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 16:57:52,507 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 16:57:52,510 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 16:57:52,510 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 408 MiB (408 MiB) 2024-03-01 16:57:52,513 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/162ecaa7-00c7-41a7-be47-37643566d566 ' '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78v7ly9LPteSBYByfNaYoBLTT5qpOSjIaih ' '/dev/test_vg3/lv6 /dev/mapper/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-cnc6MM8ic9w319dUDFiua9sImUlyR78v7ly9LPteSBYByfNaYoBLTT5qpOSjIaih', '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': '162ecaa7-00c7-41a7-be47-37643566d566', 'ID_FS_UUID_ENC': '162ecaa7-00c7-41a7-be47-37643566d566', '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': '1095679005'} ; 2024-03-01 16:57:52,513 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:57:52,514 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:52,516 INFO program/MainThread: stdout[72]: LVM 2024-03-01 16:57:52,516 INFO program/MainThread: stderr[72]: 2024-03-01 16:57:52,516 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 16:57:52,516 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:52,518 INFO program/MainThread: stdout[73]: LVM 2024-03-01 16:57:52,519 INFO program/MainThread: stderr[73]: 2024-03-01 16:57:52,519 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 16:57:52,519 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:52,521 INFO program/MainThread: stdout[74]: LVM 2024-03-01 16:57:52,521 INFO program/MainThread: stderr[74]: 2024-03-01 16:57:52,521 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 16:57:52,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) 2024-03-01 16:57:52,532 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:52,533 DEBUG blivet/MainThread: vg test_vg3 has 3.01 GiB free 2024-03-01 16:57:52,533 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:52,534 DEBUG blivet/MainThread: vg test_vg3 has 3.01 GiB free 2024-03-01 16:57:52,529 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:52,535 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:52,537 INFO program/MainThread: stdout[75]: LVM 2024-03-01 16:57:52,537 INFO program/MainThread: stderr[75]: 2024-03-01 16:57:52,537 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 16:57:52,541 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:57:52,544 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:52,544 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 260 2024-03-01 16:57:52,547 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:52,547 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 261 2024-03-01 16:57:52,550 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:52,550 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 262 2024-03-01 16:57:52,554 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:52,554 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 263 2024-03-01 16:57:52,554 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 16:57:52,557 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:52,557 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 264 2024-03-01 16:57:52,560 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 16:57:52,560 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:52,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:52,566 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv6_snapset1' 2024-03-01 16:57:52,566 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/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:52,605 INFO program/MainThread: stdout[76]: lv6 2024-03-01 16:57:52,605 INFO program/MainThread: stderr[76]: 2024-03-01 16:57:52,605 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 16:57:52,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem 2024-03-01 16:57:52,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem 2024-03-01 16:57:52,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:52,624 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 267 2024-03-01 16:57:52,627 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 3 ; 2024-03-01 16:57:52,627 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 268 2024-03-01 16:57:52,630 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:52,633 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 16:57:52,634 DEBUG blivet/MainThread: test_vg3-lv6_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-13 2024-03-01 16:57:52,637 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 16:57:52,637 DEBUG blivet/MainThread: updated test_vg3-lv6_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:57:52,637 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 270 2024-03-01 16:57:52,641 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 4 ; 2024-03-01 16:57:52,644 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 3 ; 2024-03-01 16:57:52,644 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 16:57:52,647 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:52,650 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 16:57:52,650 DEBUG blivet/MainThread: test_vg3-lv6_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-13 2024-03-01 16:57:52,653 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 16:57:52,653 DEBUG blivet/MainThread: updated test_vg3-lv6_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:57:52,654 DEBUG blivet/MainThread: Adding test_vg3-lv6_snapset1/164 MiB to test_vg3 2024-03-01 16:57:52,654 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv6_snapset1 (id 266) to device tree 2024-03-01 16:57:52,657 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 16:57:52,657 DEBUG blivet/MainThread: test_vg3-lv6_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-13 2024-03-01 16:57:52,660 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 16:57:52,660 DEBUG blivet/MainThread: updated test_vg3-lv6_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:57:52,663 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv6_snapset1 ' '/dev/disk/by-id/dm-name-test_vg3-lv6_snapset1 ' '/dev/mapper/test_vg3-lv6_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78vmU6TosdOYdwxXruEQMDrM5z0Sv8T8cHF ' '/dev/disk/by-uuid/162ecaa7-00c7-41a7-be47-37643566d566', '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-cnc6MM8ic9w319dUDFiua9sImUlyR78vmU6TosdOYdwxXruEQMDrM5z0Sv8T8cHF', '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': '162ecaa7-00c7-41a7-be47-37643566d566', 'ID_FS_UUID_ENC': '162ecaa7-00c7-41a7-be47-37643566d566', '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': '1105187894'} ; 2024-03-01 16:57:52,663 INFO blivet/MainThread: scanning test_vg3-lv6_snapset1 (/sys/devices/virtual/block/dm-13)... 2024-03-01 16:57:52,664 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:57:52,666 INFO program/MainThread: stdout[77]: LVM 2024-03-01 16:57:52,667 INFO program/MainThread: stderr[77]: 2024-03-01 16:57:52,667 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 16:57:52,667 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:57:52,669 INFO program/MainThread: stdout[78]: LVM 2024-03-01 16:57:52,669 INFO program/MainThread: stderr[78]: 2024-03-01 16:57:52,669 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 16:57:52,669 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:57:52,672 INFO program/MainThread: stdout[79]: LVM 2024-03-01 16:57:52,672 INFO program/MainThread: stderr[79]: 2024-03-01 16:57:52,672 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 16:57:52,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv6_snapset1 (266) 2024-03-01 16:57:52,683 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:52,684 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:52,684 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:52,685 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:52,680 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c6fc70) -- name = test_vg3-lv6_snapset1 status = True id = 266 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:52,686 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:57:52,688 INFO program/MainThread: stdout[80]: LVM 2024-03-01 16:57:52,688 INFO program/MainThread: stderr[80]: 2024-03-01 16:57:52,688 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 16:57:52,692 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6_snapset1 ; 2024-03-01 16:57:52,695 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:52,695 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 273 2024-03-01 16:57:52,698 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:52,699 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 274 2024-03-01 16:57:52,702 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:52,702 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 275 2024-03-01 16:57:52,705 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:52,705 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 276 2024-03-01 16:57:52,705 INFO blivet/MainThread: type detected on 'test_vg3-lv6_snapset1' is 'xfs' 2024-03-01 16:57:52,708 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:52,708 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 277 2024-03-01 16:57:52,711 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:57:52,711 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:52,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:52,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,723 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:52,723 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 280 2024-03-01 16:57:52,726 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 4 ; 2024-03-01 16:57:52,727 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 16:57:52,729 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:57:52,733 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:57:52,733 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:57:52,736 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 16:57:52,736 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:57:52,737 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 283 2024-03-01 16:57:52,740 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 5 ; 2024-03-01 16:57:52,743 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 4 ; 2024-03-01 16:57:52,743 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 16:57:52,746 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 16:57:52,749 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:57:52,749 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:57:52,752 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 16:57:52,752 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:57:52,753 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 16:57:52,753 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 279) to device tree 2024-03-01 16:57:52,755 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 16:57:52,756 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 16:57:52,758 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 16:57:52,759 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 16:57:52,762 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv7 ' '/dev/disk/by-uuid/3f6f4443-6bb6-4d53-a039-f8f742230d2a ' '/dev/mapper/test_vg3-lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78vskLlQF8HuR5ScHwXczddeSBM7Bewg64Q', '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-cnc6MM8ic9w319dUDFiua9sImUlyR78vskLlQF8HuR5ScHwXczddeSBM7Bewg64Q', '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': '3f6f4443-6bb6-4d53-a039-f8f742230d2a', 'ID_FS_UUID_ENC': '3f6f4443-6bb6-4d53-a039-f8f742230d2a', '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': '1094653374'} ; 2024-03-01 16:57:52,762 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:57:52,762 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:52,765 INFO program/MainThread: stdout[81]: LVM 2024-03-01 16:57:52,765 INFO program/MainThread: stderr[81]: 2024-03-01 16:57:52,765 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 16:57:52,765 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:52,767 INFO program/MainThread: stdout[82]: LVM 2024-03-01 16:57:52,768 INFO program/MainThread: stderr[82]: 2024-03-01 16:57:52,768 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 16:57:52,768 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:52,770 INFO program/MainThread: stdout[83]: LVM 2024-03-01 16:57:52,770 INFO program/MainThread: stderr[83]: 2024-03-01 16:57:52,770 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 16:57:52,775 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) 2024-03-01 16:57:52,781 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:52,783 DEBUG blivet/MainThread: vg test_vg3 has 2.45 GiB free 2024-03-01 16:57:52,783 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:52,784 DEBUG blivet/MainThread: vg test_vg3 has 2.45 GiB free 2024-03-01 16:57:52,779 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:52,785 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:52,787 INFO program/MainThread: stdout[84]: LVM 2024-03-01 16:57:52,788 INFO program/MainThread: stderr[84]: 2024-03-01 16:57:52,788 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 16:57:52,791 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:57:52,795 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:52,795 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 286 2024-03-01 16:57:52,798 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:52,798 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 287 2024-03-01 16:57:52,801 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:52,801 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 288 2024-03-01 16:57:52,804 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:52,804 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 289 2024-03-01 16:57:52,805 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 16:57:52,807 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:52,808 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 290 2024-03-01 16:57:52,810 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 16:57:52,811 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:52,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:52,817 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv7_snapset1' 2024-03-01 16:57:52,817 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/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:52,855 INFO program/MainThread: stdout[85]: lv7 2024-03-01 16:57:52,855 INFO program/MainThread: stderr[85]: 2024-03-01 16:57:52,855 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 16:57:52,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem 2024-03-01 16:57:52,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem 2024-03-01 16:57:52,871 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,874 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:52,874 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 293 2024-03-01 16:57:52,878 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 5 ; 2024-03-01 16:57:52,878 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 16:57:52,881 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:52,884 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 16:57:52,884 DEBUG blivet/MainThread: test_vg3-lv7_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-16 2024-03-01 16:57:52,887 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 16:57:52,889 DEBUG blivet/MainThread: updated test_vg3-lv7_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:57:52,889 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 296 2024-03-01 16:57:52,892 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 6 ; 2024-03-01 16:57:52,895 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 5 ; 2024-03-01 16:57:52,895 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 297 2024-03-01 16:57:52,898 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:52,901 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 16:57:52,901 DEBUG blivet/MainThread: test_vg3-lv7_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-16 2024-03-01 16:57:52,904 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 16:57:52,905 DEBUG blivet/MainThread: updated test_vg3-lv7_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:57:52,905 DEBUG blivet/MainThread: Adding test_vg3-lv7_snapset1/164 MiB to test_vg3 2024-03-01 16:57:52,905 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv7_snapset1 (id 292) to device tree 2024-03-01 16:57:52,908 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 16:57:52,908 DEBUG blivet/MainThread: test_vg3-lv7_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-16 2024-03-01 16:57:52,911 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 16:57:52,911 DEBUG blivet/MainThread: updated test_vg3-lv7_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:57:52,915 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78vxxsJXKaqShX7Ifm4920rU4FGusJyasca ' '/dev/disk/by-uuid/3f6f4443-6bb6-4d53-a039-f8f742230d2a ' '/dev/mapper/test_vg3-lv7_snapset1 /dev/test_vg3/lv7_snapset1 ' '/dev/disk/by-id/dm-name-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-cnc6MM8ic9w319dUDFiua9sImUlyR78vxxsJXKaqShX7Ifm4920rU4FGusJyasca', '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': '3f6f4443-6bb6-4d53-a039-f8f742230d2a', 'ID_FS_UUID_ENC': '3f6f4443-6bb6-4d53-a039-f8f742230d2a', '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': '1105426393'} ; 2024-03-01 16:57:52,915 INFO blivet/MainThread: scanning test_vg3-lv7_snapset1 (/sys/devices/virtual/block/dm-16)... 2024-03-01 16:57:52,915 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:57:52,918 INFO program/MainThread: stdout[86]: LVM 2024-03-01 16:57:52,918 INFO program/MainThread: stderr[86]: 2024-03-01 16:57:52,918 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 16:57:52,918 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:57:52,921 INFO program/MainThread: stdout[87]: LVM 2024-03-01 16:57:52,921 INFO program/MainThread: stderr[87]: 2024-03-01 16:57:52,921 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 16:57:52,921 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:57:52,923 INFO program/MainThread: stdout[88]: LVM 2024-03-01 16:57:52,923 INFO program/MainThread: stderr[88]: 2024-03-01 16:57:52,923 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 16:57:52,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv7_snapset1 (292) 2024-03-01 16:57:52,935 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:52,936 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:52,937 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:52,938 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:52,932 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c0e1f0) -- name = test_vg3-lv7_snapset1 status = True id = 292 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:52,939 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:57:52,941 INFO program/MainThread: stdout[89]: LVM 2024-03-01 16:57:52,941 INFO program/MainThread: stderr[89]: 2024-03-01 16:57:52,941 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 16:57:52,945 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7_snapset1 ; 2024-03-01 16:57:52,949 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:52,949 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 299 2024-03-01 16:57:52,952 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:52,952 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 300 2024-03-01 16:57:52,955 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:52,955 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 301 2024-03-01 16:57:52,958 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:52,958 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 302 2024-03-01 16:57:52,959 INFO blivet/MainThread: type detected on 'test_vg3-lv7_snapset1' is 'xfs' 2024-03-01 16:57:52,962 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:52,962 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 303 2024-03-01 16:57:52,965 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:57:52,965 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:52,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,971 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:52,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:52,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:52,977 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 306 2024-03-01 16:57:52,980 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 6 ; 2024-03-01 16:57:52,980 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 307 2024-03-01 16:57:52,983 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:57:52,986 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:57:52,987 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:52,990 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 16:57:52,990 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:57:52,990 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 309 2024-03-01 16:57:52,994 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 7 ; 2024-03-01 16:57:52,997 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 6 ; 2024-03-01 16:57:52,997 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 310 2024-03-01 16:57:53,000 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 16:57:53,003 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:57:53,003 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:53,006 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 16:57:53,006 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:57:53,007 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 16:57:53,007 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 305) to device tree 2024-03-01 16:57:53,010 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 16:57:53,010 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:57:53,013 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 16:57:53,013 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 16:57:53,016 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/b62c5782-6228-4f80-913e-e884fee51ecd ' '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78vHSDoOcBOZNkd3c9V8zyCDzmyznYgHVgi ' '/dev/mapper/test_vg3-lv8 /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-cnc6MM8ic9w319dUDFiua9sImUlyR78vHSDoOcBOZNkd3c9V8zyCDzmyznYgHVgi', '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': 'b62c5782-6228-4f80-913e-e884fee51ecd', 'ID_FS_UUID_ENC': 'b62c5782-6228-4f80-913e-e884fee51ecd', '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': '1094215831'} ; 2024-03-01 16:57:53,016 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:57:53,017 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:53,019 INFO program/MainThread: stdout[90]: LVM 2024-03-01 16:57:53,020 INFO program/MainThread: stderr[90]: 2024-03-01 16:57:53,020 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 16:57:53,020 INFO program/MainThread: Running [91] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:53,022 INFO program/MainThread: stdout[91]: LVM 2024-03-01 16:57:53,022 INFO program/MainThread: stderr[91]: 2024-03-01 16:57:53,022 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 16:57:53,022 INFO program/MainThread: Running [92] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:53,025 INFO program/MainThread: stdout[92]: LVM 2024-03-01 16:57:53,025 INFO program/MainThread: stderr[92]: 2024-03-01 16:57:53,025 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 16:57:53,030 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) 2024-03-01 16:57:53,036 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:53,038 DEBUG blivet/MainThread: vg test_vg3 has 1.89 GiB free 2024-03-01 16:57:53,038 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:53,040 DEBUG blivet/MainThread: vg test_vg3 has 1.89 GiB free 2024-03-01 16:57:53,033 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:53,041 INFO program/MainThread: Running [93] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:53,043 INFO program/MainThread: stdout[93]: LVM 2024-03-01 16:57:53,043 INFO program/MainThread: stderr[93]: 2024-03-01 16:57:53,043 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 16:57:53,047 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:57:53,050 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:53,050 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 312 2024-03-01 16:57:53,053 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:53,053 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 313 2024-03-01 16:57:53,057 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:53,057 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 314 2024-03-01 16:57:53,060 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:53,060 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 315 2024-03-01 16:57:53,060 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 16:57:53,063 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:53,063 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 316 2024-03-01 16:57:53,066 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 16:57:53,066 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:53,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:53,073 INFO blivet/MainThread: found lvm snapshot volume 'test_vg3-lv8_snapset1' 2024-03-01 16:57:53,073 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/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:53,110 INFO program/MainThread: stdout[94]: lv8 2024-03-01 16:57:53,111 INFO program/MainThread: stderr[94]: 2024-03-01 16:57:53,111 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 16:57:53,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem 2024-03-01 16:57:53,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem 2024-03-01 16:57:53,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:57:53,130 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 319 2024-03-01 16:57:53,134 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 7 ; 2024-03-01 16:57:53,134 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 320 2024-03-01 16:57:53,137 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:53,140 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 16:57:53,140 DEBUG blivet/MainThread: test_vg3-lv8_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-19 2024-03-01 16:57:53,143 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 16:57:53,144 DEBUG blivet/MainThread: updated test_vg3-lv8_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:57:53,144 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 322 2024-03-01 16:57:53,147 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 8 ; 2024-03-01 16:57:53,150 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 7 ; 2024-03-01 16:57:53,150 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 323 2024-03-01 16:57:53,153 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: None ; current: None ; 2024-03-01 16:57:53,156 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 16:57:53,157 DEBUG blivet/MainThread: test_vg3-lv8_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-19 2024-03-01 16:57:53,160 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 16:57:53,160 DEBUG blivet/MainThread: updated test_vg3-lv8_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:57:53,160 DEBUG blivet/MainThread: Adding test_vg3-lv8_snapset1/164 MiB to test_vg3 2024-03-01 16:57:53,160 INFO blivet/MainThread: added lvmsnapshot test_vg3-lv8_snapset1 (id 318) to device tree 2024-03-01 16:57:53,163 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 16:57:53,164 DEBUG blivet/MainThread: test_vg3-lv8_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-19 2024-03-01 16:57:53,166 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 16:57:53,167 DEBUG blivet/MainThread: updated test_vg3-lv8_snapset1 size to 164 MiB (164 MiB) 2024-03-01 16:57:53,170 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv8_snapset1 ' '/dev/disk/by-id/dm-name-test_vg3-lv8_snapset1 ' '/dev/disk/by-uuid/b62c5782-6228-4f80-913e-e884fee51ecd ' '/dev/mapper/test_vg3-lv8_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78vVHR2zRdTV90gPROnn9GGn6RUkeHSoRCs', '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-cnc6MM8ic9w319dUDFiua9sImUlyR78vVHR2zRdTV90gPROnn9GGn6RUkeHSoRCs', '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': 'b62c5782-6228-4f80-913e-e884fee51ecd', 'ID_FS_UUID_ENC': 'b62c5782-6228-4f80-913e-e884fee51ecd', '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': '1105687702'} ; 2024-03-01 16:57:53,170 INFO blivet/MainThread: scanning test_vg3-lv8_snapset1 (/sys/devices/virtual/block/dm-19)... 2024-03-01 16:57:53,171 INFO program/MainThread: Running [95] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:57:53,173 INFO program/MainThread: stdout[95]: LVM 2024-03-01 16:57:53,174 INFO program/MainThread: stderr[95]: 2024-03-01 16:57:53,174 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 16:57:53,174 INFO program/MainThread: Running [96] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:57:53,176 INFO program/MainThread: stdout[96]: LVM 2024-03-01 16:57:53,176 INFO program/MainThread: stderr[96]: 2024-03-01 16:57:53,176 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 16:57:53,176 INFO program/MainThread: Running [97] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:57:53,179 INFO program/MainThread: stdout[97]: LVM 2024-03-01 16:57:53,179 INFO program/MainThread: stderr[97]: 2024-03-01 16:57:53,179 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 16:57:53,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 164 MiB lvmsnapshot test_vg3-lv8_snapset1 (318) 2024-03-01 16:57:53,190 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:53,192 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:53,192 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:53,194 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:53,187 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c0b940) -- name = test_vg3-lv8_snapset1 status = True id = 318 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:53,195 INFO program/MainThread: Running [98] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:57:53,197 INFO program/MainThread: stdout[98]: LVM 2024-03-01 16:57:53,198 INFO program/MainThread: stderr[98]: 2024-03-01 16:57:53,198 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 16:57:53,201 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8_snapset1 ; 2024-03-01 16:57:53,205 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:53,205 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 325 2024-03-01 16:57:53,208 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:53,208 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 326 2024-03-01 16:57:53,211 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:53,211 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 327 2024-03-01 16:57:53,214 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:53,214 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 328 2024-03-01 16:57:53,215 INFO blivet/MainThread: type detected on 'test_vg3-lv8_snapset1' is 'xfs' 2024-03-01 16:57:53,218 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:53,218 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 329 2024-03-01 16:57:53,221 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: xfs ; current: None ; 2024-03-01 16:57:53,221 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:53,221 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:57:53,224 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': '12232267'} ; 2024-03-01 16:57:53,224 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:57:53,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:53,236 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:57:53,236 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:57:53,236 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:57:53,236 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:57:53,236 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 333 2024-03-01 16:57:53,236 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 334 2024-03-01 16:57:53,239 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:57:53,242 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:57:53,242 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:57:53,245 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:57:53,245 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:57:53,245 INFO blivet/MainThread: added disk xvda (id 332) to device tree 2024-03-01 16:57:53,245 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae14c7b250) -- 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 16:57:53,248 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:57:53,251 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:53,251 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 336 2024-03-01 16:57:53,254 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:53,254 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 337 2024-03-01 16:57:53,257 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:53,258 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 338 2024-03-01 16:57:53,260 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:53,261 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 339 2024-03-01 16:57:53,263 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:57:53,266 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:57:53,269 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:57:53,277 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 0x7fae14c05140> 2024-03-01 16:57:53,318 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 340 2024-03-01 16:57:53,322 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:57:53,322 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:57:53,326 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': '12234224'} ; 2024-03-01 16:57:53,326 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:57:53,326 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:57:53,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:53,337 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:57:53,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,342 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:53,343 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:53,355 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:53,384 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (332) with existing msdos disklabel 2024-03-01 16:57:53,388 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 343 2024-03-01 16:57:53,391 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:57:53,391 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 344 2024-03-01 16:57:53,394 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:57:53,397 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:57:53,397 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:57:53,400 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:57:53,400 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:53,400 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:57:53,403 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:57:53,406 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:57:53,408 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:57:53,411 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:57:53,414 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:57:53,414 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:57:53,414 INFO blivet/MainThread: added partition xvda1 (id 342) to device tree 2024-03-01 16:57:53,415 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:57:53,414 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fae14c06af0) -- 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 0x7fae14c22900> disk = existing 250 GiB disk xvda (332) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:57:53,418 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:57:53,421 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:57:53,421 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 346 2024-03-01 16:57:53,424 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:57:53,424 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 347 2024-03-01 16:57:53,427 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:53,427 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 348 2024-03-01 16:57:53,430 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:57:53,430 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 349 2024-03-01 16:57:53,430 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:57:53,433 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:57:53,433 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 350 2024-03-01 16:57:53,435 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:57:53,435 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:57:53,438 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/b62c5782-6228-4f80-913e-e884fee51ecd ' '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78vHSDoOcBOZNkd3c9V8zyCDzmyznYgHVgi ' '/dev/test_vg3/lv8 /dev/disk/by-id/dm-name-test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', '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-cnc6MM8ic9w319dUDFiua9sImUlyR78vHSDoOcBOZNkd3c9V8zyCDzmyznYgHVgi', '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': 'b62c5782-6228-4f80-913e-e884fee51ecd', 'ID_FS_UUID_ENC': 'b62c5782-6228-4f80-913e-e884fee51ecd', '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': '1094215831'} ; 2024-03-01 16:57:53,438 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:57:53,439 INFO program/MainThread: Running [99] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:53,441 INFO program/MainThread: stdout[99]: LVM 2024-03-01 16:57:53,442 INFO program/MainThread: stderr[99]: 2024-03-01 16:57:53,442 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 16:57:53,442 INFO program/MainThread: Running [100] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:53,444 INFO program/MainThread: stdout[100]: LVM 2024-03-01 16:57:53,444 INFO program/MainThread: stderr[100]: 2024-03-01 16:57:53,444 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 16:57:53,445 INFO program/MainThread: Running [101] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:53,447 INFO program/MainThread: stdout[101]: LVM 2024-03-01 16:57:53,447 INFO program/MainThread: stderr[101]: 2024-03-01 16:57:53,447 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 16:57:53,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem 2024-03-01 16:57:53,458 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:53,460 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:53,460 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:53,462 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:53,455 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:53,463 INFO program/MainThread: Running [102] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 16:57:53,465 INFO program/MainThread: stdout[102]: LVM 2024-03-01 16:57:53,465 INFO program/MainThread: stderr[102]: 2024-03-01 16:57:53,466 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 16:57:53,469 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 16:57:53,469 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 16:57:53,472 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-cnc6MM8ic9w319dUDFiua9sImUlyR78vskLlQF8HuR5ScHwXczddeSBM7Bewg64Q ' '/dev/disk/by-uuid/3f6f4443-6bb6-4d53-a039-f8f742230d2a ' '/dev/test_vg3/lv7 /dev/disk/by-id/dm-name-test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', '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-cnc6MM8ic9w319dUDFiua9sImUlyR78vskLlQF8HuR5ScHwXczddeSBM7Bewg64Q', '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': '3f6f4443-6bb6-4d53-a039-f8f742230d2a', 'ID_FS_UUID_ENC': '3f6f4443-6bb6-4d53-a039-f8f742230d2a', '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': '1094653374'} ; 2024-03-01 16:57:53,472 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 16:57:53,473 INFO program/MainThread: Running [103] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:53,475 INFO program/MainThread: stdout[103]: LVM 2024-03-01 16:57:53,475 INFO program/MainThread: stderr[103]: 2024-03-01 16:57:53,475 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 16:57:53,475 INFO program/MainThread: Running [104] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:53,477 INFO program/MainThread: stdout[104]: LVM 2024-03-01 16:57:53,478 INFO program/MainThread: stderr[104]: 2024-03-01 16:57:53,478 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 16:57:53,478 INFO program/MainThread: Running [105] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:53,480 INFO program/MainThread: stdout[105]: LVM 2024-03-01 16:57:53,480 INFO program/MainThread: stderr[105]: 2024-03-01 16:57:53,480 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 16:57:53,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem 2024-03-01 16:57:53,491 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:53,493 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:53,493 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:53,495 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:53,488 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:53,496 INFO program/MainThread: Running [106] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 16:57:53,498 INFO program/MainThread: stdout[106]: LVM 2024-03-01 16:57:53,499 INFO program/MainThread: stderr[106]: 2024-03-01 16:57:53,499 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 16:57:53,502 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 16:57:53,502 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 16:57:53,505 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv5_snapset1 ' '/dev/disk/by-uuid/e8202ed9-d197-4c63-960f-db323bc13157 ' '/dev/mapper/test_vg3-lv5_snapset1 ' '/dev/disk/by-id/dm-name-test_vg3-lv5_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78v2VkkPu81DP1vC967hEt6HgTQA3JBYV4U', '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-cnc6MM8ic9w319dUDFiua9sImUlyR78v2VkkPu81DP1vC967hEt6HgTQA3JBYV4U', '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': 'e8202ed9-d197-4c63-960f-db323bc13157', 'ID_FS_UUID_ENC': 'e8202ed9-d197-4c63-960f-db323bc13157', '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': '1104927440'} ; 2024-03-01 16:57:53,505 INFO blivet/MainThread: scanning test_vg3-lv5_snapset1 (/sys/devices/virtual/block/dm-10)... 2024-03-01 16:57:53,505 INFO program/MainThread: Running [107] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:57:53,508 INFO program/MainThread: stdout[107]: LVM 2024-03-01 16:57:53,508 INFO program/MainThread: stderr[107]: 2024-03-01 16:57:53,508 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 16:57:53,508 INFO program/MainThread: Running [108] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:57:53,510 INFO program/MainThread: stdout[108]: LVM 2024-03-01 16:57:53,510 INFO program/MainThread: stderr[108]: 2024-03-01 16:57:53,511 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 16:57:53,511 INFO program/MainThread: Running [109] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:57:53,513 INFO program/MainThread: stdout[109]: LVM 2024-03-01 16:57:53,513 INFO program/MainThread: stderr[109]: 2024-03-01 16:57:53,513 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 16:57:53,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,521 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 16:57:53,524 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:53,526 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:53,526 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:53,528 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:53,521 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c79d60) -- name = test_vg3-lv5_snapset1 status = True id = 240 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 2VkkPu-81DP-1vC9-67hE-t6Hg-TQA3-JBYV4U 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:53,529 INFO program/MainThread: Running [110] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1 ... 2024-03-01 16:57:53,531 INFO program/MainThread: stdout[110]: LVM 2024-03-01 16:57:53,531 INFO program/MainThread: stderr[110]: 2024-03-01 16:57:53,531 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 16:57:53,535 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5_snapset1 ; 2024-03-01 16:57:53,535 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5_snapset1, bailing 2024-03-01 16:57:53,538 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-cnc6MM8ic9w319dUDFiua9sImUlyR78v7ly9LPteSBYByfNaYoBLTT5qpOSjIaih-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': '1105166828'} ; 2024-03-01 16:57:53,538 INFO blivet/MainThread: scanning test_vg3-lv6-real (/sys/devices/virtual/block/dm-11)... 2024-03-01 16:57:53,538 INFO program/MainThread: Running [111] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 16:57:53,540 INFO program/MainThread: stdout[111]: LVM 2024-03-01 16:57:53,540 INFO program/MainThread: stderr[111]: 2024-03-01 16:57:53,541 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 16:57:53,541 INFO program/MainThread: Running [112] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 16:57:53,543 INFO program/MainThread: stdout[112]: LVM 2024-03-01 16:57:53,543 INFO program/MainThread: stderr[112]: 2024-03-01 16:57:53,543 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 16:57:53,543 INFO program/MainThread: Running [113] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 16:57:53,545 INFO program/MainThread: stdout[113]: LVM 2024-03-01 16:57:53,546 INFO program/MainThread: stderr[113]: 2024-03-01 16:57:53,546 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 16:57:53,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:53,555 INFO program/MainThread: Running [114] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 16:57:53,557 INFO program/MainThread: stdout[114]: LVM 2024-03-01 16:57:53,557 INFO program/MainThread: stderr[114]: 2024-03-01 16:57:53,557 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 16:57:53,557 INFO program/MainThread: Running [115] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 16:57:53,560 INFO program/MainThread: stdout[115]: LVM 2024-03-01 16:57:53,560 INFO program/MainThread: stderr[115]: 2024-03-01 16:57:53,560 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 16:57:53,560 INFO program/MainThread: Running [116] dmsetup info -co subsystem --noheadings test_vg3-lv6-real ... 2024-03-01 16:57:53,562 INFO program/MainThread: stdout[116]: LVM 2024-03-01 16:57:53,562 INFO program/MainThread: stderr[116]: 2024-03-01 16:57:53,562 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 16:57:53,566 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv6-real ; 2024-03-01 16:57:53,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:53,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:53,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 16:57:53,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:53,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:53,591 DEBUG blivet/MainThread: no device obtained for test_vg3-lv6-real 2024-03-01 16:57:53,594 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-cnc6MM8ic9w319dUDFiua9sImUlyR78vmU6TosdOYdwxXruEQMDrM5z0Sv8T8cHF-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': '1105173185'} ; 2024-03-01 16:57:53,594 INFO blivet/MainThread: scanning test_vg3-lv6_snapset1-cow (/sys/devices/virtual/block/dm-12)... 2024-03-01 16:57:53,594 INFO program/MainThread: Running [117] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 16:57:53,596 INFO program/MainThread: stdout[117]: LVM 2024-03-01 16:57:53,596 INFO program/MainThread: stderr[117]: 2024-03-01 16:57:53,597 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 16:57:53,597 INFO program/MainThread: Running [118] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 16:57:53,599 INFO program/MainThread: stdout[118]: LVM 2024-03-01 16:57:53,599 INFO program/MainThread: stderr[118]: 2024-03-01 16:57:53,599 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 16:57:53,599 INFO program/MainThread: Running [119] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 16:57:53,601 INFO program/MainThread: stdout[119]: LVM 2024-03-01 16:57:53,602 INFO program/MainThread: stderr[119]: 2024-03-01 16:57:53,602 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 16:57:53,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:53,611 INFO program/MainThread: Running [120] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 16:57:53,613 INFO program/MainThread: stdout[120]: LVM 2024-03-01 16:57:53,613 INFO program/MainThread: stderr[120]: 2024-03-01 16:57:53,613 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 16:57:53,613 INFO program/MainThread: Running [121] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 16:57:53,616 INFO program/MainThread: stdout[121]: LVM 2024-03-01 16:57:53,616 INFO program/MainThread: stderr[121]: 2024-03-01 16:57:53,616 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 16:57:53,616 INFO program/MainThread: Running [122] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1-cow ... 2024-03-01 16:57:53,618 INFO program/MainThread: stdout[122]: LVM 2024-03-01 16:57:53,618 INFO program/MainThread: stderr[122]: 2024-03-01 16:57:53,618 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 16:57:53,622 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv6_snapset1-cow ; 2024-03-01 16:57:53,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:53,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:53,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 16:57:53,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 16:57:53,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:53,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:53,652 DEBUG blivet/MainThread: no device obtained for test_vg3-lv6_snapset1-cow 2024-03-01 16:57:53,655 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-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78vmU6TosdOYdwxXruEQMDrM5z0Sv8T8cHF ' '/dev/test_vg3/lv6_snapset1 ' '/dev/disk/by-uuid/162ecaa7-00c7-41a7-be47-37643566d566 ' '/dev/disk/by-id/dm-name-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-cnc6MM8ic9w319dUDFiua9sImUlyR78vmU6TosdOYdwxXruEQMDrM5z0Sv8T8cHF', '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': '162ecaa7-00c7-41a7-be47-37643566d566', 'ID_FS_UUID_ENC': '162ecaa7-00c7-41a7-be47-37643566d566', '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': '1105187894'} ; 2024-03-01 16:57:53,655 INFO blivet/MainThread: scanning test_vg3-lv6_snapset1 (/sys/devices/virtual/block/dm-13)... 2024-03-01 16:57:53,656 INFO program/MainThread: Running [123] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:57:53,658 INFO program/MainThread: stdout[123]: LVM 2024-03-01 16:57:53,658 INFO program/MainThread: stderr[123]: 2024-03-01 16:57:53,658 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 16:57:53,658 INFO program/MainThread: Running [124] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:57:53,661 INFO program/MainThread: stdout[124]: LVM 2024-03-01 16:57:53,661 INFO program/MainThread: stderr[124]: 2024-03-01 16:57:53,661 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 16:57:53,661 INFO program/MainThread: Running [125] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:57:53,663 INFO program/MainThread: stdout[125]: LVM 2024-03-01 16:57:53,663 INFO program/MainThread: stderr[125]: 2024-03-01 16:57:53,663 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 16:57:53,668 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,671 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 16:57:53,675 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:53,676 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:53,677 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:53,678 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:53,672 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c6fc70) -- name = test_vg3-lv6_snapset1 status = True id = 266 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = mU6Tos-dOYd-wxXr-uEQM-DrM5-z0Sv-8T8cHF 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:53,679 INFO program/MainThread: Running [126] dmsetup info -co subsystem --noheadings test_vg3-lv6_snapset1 ... 2024-03-01 16:57:53,682 INFO program/MainThread: stdout[126]: LVM 2024-03-01 16:57:53,682 INFO program/MainThread: stderr[126]: 2024-03-01 16:57:53,682 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 16:57:53,685 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6_snapset1 ; 2024-03-01 16:57:53,685 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6_snapset1, bailing 2024-03-01 16:57:53,688 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-cnc6MM8ic9w319dUDFiua9sImUlyR78vskLlQF8HuR5ScHwXczddeSBM7Bewg64Q-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': '1105414646'} ; 2024-03-01 16:57:53,688 INFO blivet/MainThread: scanning test_vg3-lv7-real (/sys/devices/virtual/block/dm-14)... 2024-03-01 16:57:53,689 INFO program/MainThread: Running [127] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 16:57:53,691 INFO program/MainThread: stdout[127]: LVM 2024-03-01 16:57:53,691 INFO program/MainThread: stderr[127]: 2024-03-01 16:57:53,691 INFO program/MainThread: ...done [127] (exit code: 0) 2024-03-01 16:57:53,691 INFO program/MainThread: Running [128] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 16:57:53,693 INFO program/MainThread: stdout[128]: LVM 2024-03-01 16:57:53,694 INFO program/MainThread: stderr[128]: 2024-03-01 16:57:53,694 INFO program/MainThread: ...done [128] (exit code: 0) 2024-03-01 16:57:53,694 INFO program/MainThread: Running [129] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 16:57:53,696 INFO program/MainThread: stdout[129]: LVM 2024-03-01 16:57:53,696 INFO program/MainThread: stderr[129]: 2024-03-01 16:57:53,696 INFO program/MainThread: ...done [129] (exit code: 0) 2024-03-01 16:57:53,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,705 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:53,705 INFO program/MainThread: Running [130] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 16:57:53,708 INFO program/MainThread: stdout[130]: LVM 2024-03-01 16:57:53,708 INFO program/MainThread: stderr[130]: 2024-03-01 16:57:53,708 INFO program/MainThread: ...done [130] (exit code: 0) 2024-03-01 16:57:53,708 INFO program/MainThread: Running [131] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 16:57:53,710 INFO program/MainThread: stdout[131]: LVM 2024-03-01 16:57:53,710 INFO program/MainThread: stderr[131]: 2024-03-01 16:57:53,710 INFO program/MainThread: ...done [131] (exit code: 0) 2024-03-01 16:57:53,710 INFO program/MainThread: Running [132] dmsetup info -co subsystem --noheadings test_vg3-lv7-real ... 2024-03-01 16:57:53,713 INFO program/MainThread: stdout[132]: LVM 2024-03-01 16:57:53,713 INFO program/MainThread: stderr[132]: 2024-03-01 16:57:53,713 INFO program/MainThread: ...done [132] (exit code: 0) 2024-03-01 16:57:53,716 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv7-real ; 2024-03-01 16:57:53,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:53,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:53,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 16:57:53,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,734 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:53,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:53,741 DEBUG blivet/MainThread: no device obtained for test_vg3-lv7-real 2024-03-01 16:57:53,743 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-cnc6MM8ic9w319dUDFiua9sImUlyR78vxxsJXKaqShX7Ifm4920rU4FGusJyasca-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': '1105416446'} ; 2024-03-01 16:57:53,743 INFO blivet/MainThread: scanning test_vg3-lv7_snapset1-cow (/sys/devices/virtual/block/dm-15)... 2024-03-01 16:57:53,744 INFO program/MainThread: Running [133] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 16:57:53,746 INFO program/MainThread: stdout[133]: LVM 2024-03-01 16:57:53,746 INFO program/MainThread: stderr[133]: 2024-03-01 16:57:53,746 INFO program/MainThread: ...done [133] (exit code: 0) 2024-03-01 16:57:53,746 INFO program/MainThread: Running [134] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 16:57:53,748 INFO program/MainThread: stdout[134]: LVM 2024-03-01 16:57:53,749 INFO program/MainThread: stderr[134]: 2024-03-01 16:57:53,749 INFO program/MainThread: ...done [134] (exit code: 0) 2024-03-01 16:57:53,749 INFO program/MainThread: Running [135] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 16:57:53,751 INFO program/MainThread: stdout[135]: LVM 2024-03-01 16:57:53,751 INFO program/MainThread: stderr[135]: 2024-03-01 16:57:53,751 INFO program/MainThread: ...done [135] (exit code: 0) 2024-03-01 16:57:53,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,760 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:53,760 INFO program/MainThread: Running [136] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 16:57:53,763 INFO program/MainThread: stdout[136]: LVM 2024-03-01 16:57:53,763 INFO program/MainThread: stderr[136]: 2024-03-01 16:57:53,763 INFO program/MainThread: ...done [136] (exit code: 0) 2024-03-01 16:57:53,763 INFO program/MainThread: Running [137] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 16:57:53,765 INFO program/MainThread: stdout[137]: LVM 2024-03-01 16:57:53,765 INFO program/MainThread: stderr[137]: 2024-03-01 16:57:53,765 INFO program/MainThread: ...done [137] (exit code: 0) 2024-03-01 16:57:53,766 INFO program/MainThread: Running [138] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1-cow ... 2024-03-01 16:57:53,768 INFO program/MainThread: stdout[138]: LVM 2024-03-01 16:57:53,768 INFO program/MainThread: stderr[138]: 2024-03-01 16:57:53,768 INFO program/MainThread: ...done [138] (exit code: 0) 2024-03-01 16:57:53,771 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv7_snapset1-cow ; 2024-03-01 16:57:53,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:53,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:53,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 16:57:53,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 16:57:53,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:53,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:53,802 DEBUG blivet/MainThread: no device obtained for test_vg3-lv7_snapset1-cow 2024-03-01 16:57:53,805 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78vxxsJXKaqShX7Ifm4920rU4FGusJyasca ' '/dev/test_vg3/lv7_snapset1 /dev/mapper/test_vg3-lv7_snapset1 ' '/dev/disk/by-id/dm-name-test_vg3-lv7_snapset1 ' '/dev/disk/by-uuid/3f6f4443-6bb6-4d53-a039-f8f742230d2a', '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-cnc6MM8ic9w319dUDFiua9sImUlyR78vxxsJXKaqShX7Ifm4920rU4FGusJyasca', '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': '3f6f4443-6bb6-4d53-a039-f8f742230d2a', 'ID_FS_UUID_ENC': '3f6f4443-6bb6-4d53-a039-f8f742230d2a', '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': '1105426393'} ; 2024-03-01 16:57:53,805 INFO blivet/MainThread: scanning test_vg3-lv7_snapset1 (/sys/devices/virtual/block/dm-16)... 2024-03-01 16:57:53,805 INFO program/MainThread: Running [139] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:57:53,808 INFO program/MainThread: stdout[139]: LVM 2024-03-01 16:57:53,808 INFO program/MainThread: stderr[139]: 2024-03-01 16:57:53,808 INFO program/MainThread: ...done [139] (exit code: 0) 2024-03-01 16:57:53,808 INFO program/MainThread: Running [140] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:57:53,810 INFO program/MainThread: stdout[140]: LVM 2024-03-01 16:57:53,810 INFO program/MainThread: stderr[140]: 2024-03-01 16:57:53,810 INFO program/MainThread: ...done [140] (exit code: 0) 2024-03-01 16:57:53,810 INFO program/MainThread: Running [141] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:57:53,813 INFO program/MainThread: stdout[141]: LVM 2024-03-01 16:57:53,813 INFO program/MainThread: stderr[141]: 2024-03-01 16:57:53,813 INFO program/MainThread: ...done [141] (exit code: 0) 2024-03-01 16:57:53,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,821 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 16:57:53,824 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:53,826 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:53,826 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:53,828 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:53,821 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c0e1f0) -- name = test_vg3-lv7_snapset1 status = True id = 292 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = xxsJXK-aqSh-X7If-m492-0rU4-FGus-Jyasca 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:53,829 INFO program/MainThread: Running [142] dmsetup info -co subsystem --noheadings test_vg3-lv7_snapset1 ... 2024-03-01 16:57:53,831 INFO program/MainThread: stdout[142]: LVM 2024-03-01 16:57:53,831 INFO program/MainThread: stderr[142]: 2024-03-01 16:57:53,831 INFO program/MainThread: ...done [142] (exit code: 0) 2024-03-01 16:57:53,835 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7_snapset1 ; 2024-03-01 16:57:53,835 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7_snapset1, bailing 2024-03-01 16:57:53,838 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-cnc6MM8ic9w319dUDFiua9sImUlyR78vHSDoOcBOZNkd3c9V8zyCDzmyznYgHVgi-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': '1105668786'} ; 2024-03-01 16:57:53,838 INFO blivet/MainThread: scanning test_vg3-lv8-real (/sys/devices/virtual/block/dm-17)... 2024-03-01 16:57:53,838 INFO program/MainThread: Running [143] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 16:57:53,841 INFO program/MainThread: stdout[143]: LVM 2024-03-01 16:57:53,841 INFO program/MainThread: stderr[143]: 2024-03-01 16:57:53,841 INFO program/MainThread: ...done [143] (exit code: 0) 2024-03-01 16:57:53,841 INFO program/MainThread: Running [144] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 16:57:53,843 INFO program/MainThread: stdout[144]: LVM 2024-03-01 16:57:53,843 INFO program/MainThread: stderr[144]: 2024-03-01 16:57:53,843 INFO program/MainThread: ...done [144] (exit code: 0) 2024-03-01 16:57:53,843 INFO program/MainThread: Running [145] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 16:57:53,846 INFO program/MainThread: stdout[145]: LVM 2024-03-01 16:57:53,846 INFO program/MainThread: stderr[145]: 2024-03-01 16:57:53,846 INFO program/MainThread: ...done [145] (exit code: 0) 2024-03-01 16:57:53,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:53,855 INFO program/MainThread: Running [146] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 16:57:53,857 INFO program/MainThread: stdout[146]: LVM 2024-03-01 16:57:53,857 INFO program/MainThread: stderr[146]: 2024-03-01 16:57:53,858 INFO program/MainThread: ...done [146] (exit code: 0) 2024-03-01 16:57:53,858 INFO program/MainThread: Running [147] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 16:57:53,860 INFO program/MainThread: stdout[147]: LVM 2024-03-01 16:57:53,860 INFO program/MainThread: stderr[147]: 2024-03-01 16:57:53,860 INFO program/MainThread: ...done [147] (exit code: 0) 2024-03-01 16:57:53,860 INFO program/MainThread: Running [148] dmsetup info -co subsystem --noheadings test_vg3-lv8-real ... 2024-03-01 16:57:53,863 INFO program/MainThread: stdout[148]: LVM 2024-03-01 16:57:53,863 INFO program/MainThread: stderr[148]: 2024-03-01 16:57:53,863 INFO program/MainThread: ...done [148] (exit code: 0) 2024-03-01 16:57:53,866 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv8-real ; 2024-03-01 16:57:53,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:53,872 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:53,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 16:57:53,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:53,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:53,891 DEBUG blivet/MainThread: no device obtained for test_vg3-lv8-real 2024-03-01 16:57:53,893 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-cnc6MM8ic9w319dUDFiua9sImUlyR78vVHR2zRdTV90gPROnn9GGn6RUkeHSoRCs-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': '1105670555'} ; 2024-03-01 16:57:53,893 INFO blivet/MainThread: scanning test_vg3-lv8_snapset1-cow (/sys/devices/virtual/block/dm-18)... 2024-03-01 16:57:53,894 INFO program/MainThread: Running [149] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 16:57:53,896 INFO program/MainThread: stdout[149]: LVM 2024-03-01 16:57:53,896 INFO program/MainThread: stderr[149]: 2024-03-01 16:57:53,896 INFO program/MainThread: ...done [149] (exit code: 0) 2024-03-01 16:57:53,896 INFO program/MainThread: Running [150] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 16:57:53,899 INFO program/MainThread: stdout[150]: LVM 2024-03-01 16:57:53,899 INFO program/MainThread: stderr[150]: 2024-03-01 16:57:53,899 INFO program/MainThread: ...done [150] (exit code: 0) 2024-03-01 16:57:53,899 INFO program/MainThread: Running [151] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 16:57:53,901 INFO program/MainThread: stdout[151]: LVM 2024-03-01 16:57:53,901 INFO program/MainThread: stderr[151]: 2024-03-01 16:57:53,901 INFO program/MainThread: ...done [151] (exit code: 0) 2024-03-01 16:57:53,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,910 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:53,910 INFO program/MainThread: Running [152] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 16:57:53,913 INFO program/MainThread: stdout[152]: LVM 2024-03-01 16:57:53,913 INFO program/MainThread: stderr[152]: 2024-03-01 16:57:53,913 INFO program/MainThread: ...done [152] (exit code: 0) 2024-03-01 16:57:53,913 INFO program/MainThread: Running [153] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 16:57:53,915 INFO program/MainThread: stdout[153]: LVM 2024-03-01 16:57:53,916 INFO program/MainThread: stderr[153]: 2024-03-01 16:57:53,916 INFO program/MainThread: ...done [153] (exit code: 0) 2024-03-01 16:57:53,916 INFO program/MainThread: Running [154] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1-cow ... 2024-03-01 16:57:53,918 INFO program/MainThread: stdout[154]: LVM 2024-03-01 16:57:53,918 INFO program/MainThread: stderr[154]: 2024-03-01 16:57:53,918 INFO program/MainThread: ...done [154] (exit code: 0) 2024-03-01 16:57:53,922 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv8_snapset1-cow ; 2024-03-01 16:57:53,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:53,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:53,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 16:57:53,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 16:57:53,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:53,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:53,952 DEBUG blivet/MainThread: no device obtained for test_vg3-lv8_snapset1-cow 2024-03-01 16:57:53,955 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv8_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78vVHR2zRdTV90gPROnn9GGn6RUkeHSoRCs ' '/dev/disk/by-uuid/b62c5782-6228-4f80-913e-e884fee51ecd ' '/dev/mapper/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-cnc6MM8ic9w319dUDFiua9sImUlyR78vVHR2zRdTV90gPROnn9GGn6RUkeHSoRCs', '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': 'b62c5782-6228-4f80-913e-e884fee51ecd', 'ID_FS_UUID_ENC': 'b62c5782-6228-4f80-913e-e884fee51ecd', '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': '1105687702'} ; 2024-03-01 16:57:53,955 INFO blivet/MainThread: scanning test_vg3-lv8_snapset1 (/sys/devices/virtual/block/dm-19)... 2024-03-01 16:57:53,955 INFO program/MainThread: Running [155] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:57:53,958 INFO program/MainThread: stdout[155]: LVM 2024-03-01 16:57:53,958 INFO program/MainThread: stderr[155]: 2024-03-01 16:57:53,958 INFO program/MainThread: ...done [155] (exit code: 0) 2024-03-01 16:57:53,958 INFO program/MainThread: Running [156] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:57:53,960 INFO program/MainThread: stdout[156]: LVM 2024-03-01 16:57:53,961 INFO program/MainThread: stderr[156]: 2024-03-01 16:57:53,961 INFO program/MainThread: ...done [156] (exit code: 0) 2024-03-01 16:57:53,961 INFO program/MainThread: Running [157] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:57:53,963 INFO program/MainThread: stdout[157]: LVM 2024-03-01 16:57:53,963 INFO program/MainThread: stderr[157]: 2024-03-01 16:57:53,963 INFO program/MainThread: ...done [157] (exit code: 0) 2024-03-01 16:57:53,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:53,971 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 16:57:53,975 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:53,976 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:53,976 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:53,978 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:53,971 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c0b940) -- name = test_vg3-lv8_snapset1 status = True id = 318 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = VHR2zR-dTV9-0gPR-Onn9-GGn6-RUke-HSoRCs 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:53,979 INFO program/MainThread: Running [158] dmsetup info -co subsystem --noheadings test_vg3-lv8_snapset1 ... 2024-03-01 16:57:53,981 INFO program/MainThread: stdout[158]: LVM 2024-03-01 16:57:53,982 INFO program/MainThread: stderr[158]: 2024-03-01 16:57:53,982 INFO program/MainThread: ...done [158] (exit code: 0) 2024-03-01 16:57:53,985 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8_snapset1 ; 2024-03-01 16:57:53,985 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8_snapset1, bailing 2024-03-01 16:57:53,988 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78v7ly9LPteSBYByfNaYoBLTT5qpOSjIaih ' '/dev/test_vg3/lv6 ' '/dev/disk/by-uuid/162ecaa7-00c7-41a7-be47-37643566d566', '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-cnc6MM8ic9w319dUDFiua9sImUlyR78v7ly9LPteSBYByfNaYoBLTT5qpOSjIaih', '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': '162ecaa7-00c7-41a7-be47-37643566d566', 'ID_FS_UUID_ENC': '162ecaa7-00c7-41a7-be47-37643566d566', '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': '1095679005'} ; 2024-03-01 16:57:53,988 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 16:57:53,988 INFO program/MainThread: Running [159] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:53,991 INFO program/MainThread: stdout[159]: LVM 2024-03-01 16:57:53,991 INFO program/MainThread: stderr[159]: 2024-03-01 16:57:53,991 INFO program/MainThread: ...done [159] (exit code: 0) 2024-03-01 16:57:53,991 INFO program/MainThread: Running [160] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:53,993 INFO program/MainThread: stdout[160]: LVM 2024-03-01 16:57:53,993 INFO program/MainThread: stderr[160]: 2024-03-01 16:57:53,994 INFO program/MainThread: ...done [160] (exit code: 0) 2024-03-01 16:57:53,994 INFO program/MainThread: Running [161] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:53,996 INFO program/MainThread: stdout[161]: LVM 2024-03-01 16:57:53,996 INFO program/MainThread: stderr[161]: 2024-03-01 16:57:53,996 INFO program/MainThread: ...done [161] (exit code: 0) 2024-03-01 16:57:54,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,004 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem 2024-03-01 16:57:54,007 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:54,009 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:54,009 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:54,011 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:54,004 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:54,012 INFO program/MainThread: Running [162] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 16:57:54,015 INFO program/MainThread: stdout[162]: LVM 2024-03-01 16:57:54,015 INFO program/MainThread: stderr[162]: 2024-03-01 16:57:54,015 INFO program/MainThread: ...done [162] (exit code: 0) 2024-03-01 16:57:54,018 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 16:57:54,018 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 16:57:54,021 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-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1V3DQe3xYo2zJEJ4LxTMcrNGkVVQEXuaY-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': '1105904334'} ; 2024-03-01 16:57:54,021 INFO blivet/MainThread: scanning test_vg2-lv3-real (/sys/devices/virtual/block/dm-20)... 2024-03-01 16:57:54,022 INFO program/MainThread: Running [163] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 16:57:54,024 INFO program/MainThread: stdout[163]: LVM 2024-03-01 16:57:54,024 INFO program/MainThread: stderr[163]: 2024-03-01 16:57:54,024 INFO program/MainThread: ...done [163] (exit code: 0) 2024-03-01 16:57:54,024 INFO program/MainThread: Running [164] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 16:57:54,026 INFO program/MainThread: stdout[164]: LVM 2024-03-01 16:57:54,027 INFO program/MainThread: stderr[164]: 2024-03-01 16:57:54,027 INFO program/MainThread: ...done [164] (exit code: 0) 2024-03-01 16:57:54,027 INFO program/MainThread: Running [165] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 16:57:54,029 INFO program/MainThread: stdout[165]: LVM 2024-03-01 16:57:54,029 INFO program/MainThread: stderr[165]: 2024-03-01 16:57:54,029 INFO program/MainThread: ...done [165] (exit code: 0) 2024-03-01 16:57:54,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,038 INFO program/MainThread: Running [166] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 16:57:54,041 INFO program/MainThread: stdout[166]: LVM 2024-03-01 16:57:54,041 INFO program/MainThread: stderr[166]: 2024-03-01 16:57:54,041 INFO program/MainThread: ...done [166] (exit code: 0) 2024-03-01 16:57:54,041 INFO program/MainThread: Running [167] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 16:57:54,043 INFO program/MainThread: stdout[167]: LVM 2024-03-01 16:57:54,043 INFO program/MainThread: stderr[167]: 2024-03-01 16:57:54,043 INFO program/MainThread: ...done [167] (exit code: 0) 2024-03-01 16:57:54,043 INFO program/MainThread: Running [168] dmsetup info -co subsystem --noheadings test_vg2-lv3-real ... 2024-03-01 16:57:54,046 INFO program/MainThread: stdout[168]: LVM 2024-03-01 16:57:54,046 INFO program/MainThread: stderr[168]: 2024-03-01 16:57:54,046 INFO program/MainThread: ...done [168] (exit code: 0) 2024-03-01 16:57:54,049 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv3-real ; 2024-03-01 16:57:54,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:54,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:54,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 16:57:54,064 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,067 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:54,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,073 DEBUG blivet/MainThread: no device obtained for test_vg2-lv3-real 2024-03-01 16:57:54,076 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-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1XpiG58NbCH3wLhEmPymDHUWdnrpZegsk-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': '1105906013'} ; 2024-03-01 16:57:54,076 INFO blivet/MainThread: scanning test_vg2-lv3_snapset1-cow (/sys/devices/virtual/block/dm-21)... 2024-03-01 16:57:54,076 INFO program/MainThread: Running [169] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 16:57:54,079 INFO program/MainThread: stdout[169]: LVM 2024-03-01 16:57:54,079 INFO program/MainThread: stderr[169]: 2024-03-01 16:57:54,079 INFO program/MainThread: ...done [169] (exit code: 0) 2024-03-01 16:57:54,079 INFO program/MainThread: Running [170] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 16:57:54,081 INFO program/MainThread: stdout[170]: LVM 2024-03-01 16:57:54,081 INFO program/MainThread: stderr[170]: 2024-03-01 16:57:54,081 INFO program/MainThread: ...done [170] (exit code: 0) 2024-03-01 16:57:54,082 INFO program/MainThread: Running [171] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 16:57:54,084 INFO program/MainThread: stdout[171]: LVM 2024-03-01 16:57:54,084 INFO program/MainThread: stderr[171]: 2024-03-01 16:57:54,084 INFO program/MainThread: ...done [171] (exit code: 0) 2024-03-01 16:57:54,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,093 INFO program/MainThread: Running [172] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 16:57:54,095 INFO program/MainThread: stdout[172]: LVM 2024-03-01 16:57:54,096 INFO program/MainThread: stderr[172]: 2024-03-01 16:57:54,096 INFO program/MainThread: ...done [172] (exit code: 0) 2024-03-01 16:57:54,096 INFO program/MainThread: Running [173] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 16:57:54,098 INFO program/MainThread: stdout[173]: LVM 2024-03-01 16:57:54,098 INFO program/MainThread: stderr[173]: 2024-03-01 16:57:54,098 INFO program/MainThread: ...done [173] (exit code: 0) 2024-03-01 16:57:54,098 INFO program/MainThread: Running [174] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1-cow ... 2024-03-01 16:57:54,101 INFO program/MainThread: stdout[174]: LVM 2024-03-01 16:57:54,101 INFO program/MainThread: stderr[174]: 2024-03-01 16:57:54,101 INFO program/MainThread: ...done [174] (exit code: 0) 2024-03-01 16:57:54,104 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv3_snapset1-cow ; 2024-03-01 16:57:54,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:54,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:54,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 16:57:54,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:54,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,128 DEBUG blivet/MainThread: no device obtained for test_vg2-lv3_snapset1-cow 2024-03-01 16:57:54,131 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1XpiG58NbCH3wLhEmPymDHUWdnrpZegsk ' '/dev/mapper/test_vg2-lv3_snapset1 ' '/dev/disk/by-uuid/ee1019f1-f170-4ade-97ab-9b6236999601 ' '/dev/test_vg2/lv3_snapset1 ' '/dev/disk/by-id/dm-name-test_vg2-lv3_snapset1', '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-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1XpiG58NbCH3wLhEmPymDHUWdnrpZegsk', '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': 'ee1019f1-f170-4ade-97ab-9b6236999601', 'ID_FS_UUID_ENC': 'ee1019f1-f170-4ade-97ab-9b6236999601', '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': '1105925570'} ; 2024-03-01 16:57:54,131 INFO blivet/MainThread: scanning test_vg2-lv3_snapset1 (/sys/devices/virtual/block/dm-22)... 2024-03-01 16:57:54,131 INFO program/MainThread: Running [175] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:57:54,133 INFO program/MainThread: stdout[175]: LVM 2024-03-01 16:57:54,133 INFO program/MainThread: stderr[175]: 2024-03-01 16:57:54,133 INFO program/MainThread: ...done [175] (exit code: 0) 2024-03-01 16:57:54,134 INFO program/MainThread: Running [176] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:57:54,136 INFO program/MainThread: stdout[176]: LVM 2024-03-01 16:57:54,136 INFO program/MainThread: stderr[176]: 2024-03-01 16:57:54,136 INFO program/MainThread: ...done [176] (exit code: 0) 2024-03-01 16:57:54,136 INFO program/MainThread: Running [177] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:57:54,138 INFO program/MainThread: stdout[177]: LVM 2024-03-01 16:57:54,139 INFO program/MainThread: stderr[177]: 2024-03-01 16:57:54,139 INFO program/MainThread: ...done [177] (exit code: 0) 2024-03-01 16:57:54,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,146 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 16:57:54,149 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:54,150 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:54,150 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:54,151 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:54,147 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14d17ac0) -- name = test_vg2-lv3_snapset1 status = True id = 144 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = XpiG58-NbCH-3wLh-EmPy-mDHU-Wdnr-pZegsk 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:54,152 INFO program/MainThread: Running [178] dmsetup info -co subsystem --noheadings test_vg2-lv3_snapset1 ... 2024-03-01 16:57:54,155 INFO program/MainThread: stdout[178]: LVM 2024-03-01 16:57:54,155 INFO program/MainThread: stderr[178]: 2024-03-01 16:57:54,155 INFO program/MainThread: ...done [178] (exit code: 0) 2024-03-01 16:57:54,158 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3_snapset1 ; 2024-03-01 16:57:54,159 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3_snapset1, bailing 2024-03-01 16:57:54,161 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-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1EXRVhoAuwBYHdeQtsTOYdMX1ZNfDHvK6-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': '1106135036'} ; 2024-03-01 16:57:54,161 INFO blivet/MainThread: scanning test_vg2-lv4-real (/sys/devices/virtual/block/dm-23)... 2024-03-01 16:57:54,162 INFO program/MainThread: Running [179] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 16:57:54,164 INFO program/MainThread: stdout[179]: LVM 2024-03-01 16:57:54,164 INFO program/MainThread: stderr[179]: 2024-03-01 16:57:54,164 INFO program/MainThread: ...done [179] (exit code: 0) 2024-03-01 16:57:54,164 INFO program/MainThread: Running [180] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 16:57:54,167 INFO program/MainThread: stdout[180]: LVM 2024-03-01 16:57:54,167 INFO program/MainThread: stderr[180]: 2024-03-01 16:57:54,167 INFO program/MainThread: ...done [180] (exit code: 0) 2024-03-01 16:57:54,167 INFO program/MainThread: Running [181] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 16:57:54,169 INFO program/MainThread: stdout[181]: LVM 2024-03-01 16:57:54,169 INFO program/MainThread: stderr[181]: 2024-03-01 16:57:54,169 INFO program/MainThread: ...done [181] (exit code: 0) 2024-03-01 16:57:54,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,178 INFO program/MainThread: Running [182] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 16:57:54,181 INFO program/MainThread: stdout[182]: LVM 2024-03-01 16:57:54,181 INFO program/MainThread: stderr[182]: 2024-03-01 16:57:54,181 INFO program/MainThread: ...done [182] (exit code: 0) 2024-03-01 16:57:54,181 INFO program/MainThread: Running [183] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 16:57:54,183 INFO program/MainThread: stdout[183]: LVM 2024-03-01 16:57:54,184 INFO program/MainThread: stderr[183]: 2024-03-01 16:57:54,184 INFO program/MainThread: ...done [183] (exit code: 0) 2024-03-01 16:57:54,184 INFO program/MainThread: Running [184] dmsetup info -co subsystem --noheadings test_vg2-lv4-real ... 2024-03-01 16:57:54,186 INFO program/MainThread: stdout[184]: LVM 2024-03-01 16:57:54,186 INFO program/MainThread: stderr[184]: 2024-03-01 16:57:54,186 INFO program/MainThread: ...done [184] (exit code: 0) 2024-03-01 16:57:54,190 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv4-real ; 2024-03-01 16:57:54,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:54,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:54,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 16:57:54,204 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,207 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:54,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,213 DEBUG blivet/MainThread: no device obtained for test_vg2-lv4-real 2024-03-01 16:57:54,216 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-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1PXf4qYYeqfQqQcWEUy5jfgqsMmeTow8K-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': '1106136644'} ; 2024-03-01 16:57:54,216 INFO blivet/MainThread: scanning test_vg2-lv4_snapset1-cow (/sys/devices/virtual/block/dm-24)... 2024-03-01 16:57:54,216 INFO program/MainThread: Running [185] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 16:57:54,219 INFO program/MainThread: stdout[185]: LVM 2024-03-01 16:57:54,219 INFO program/MainThread: stderr[185]: 2024-03-01 16:57:54,219 INFO program/MainThread: ...done [185] (exit code: 0) 2024-03-01 16:57:54,219 INFO program/MainThread: Running [186] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 16:57:54,221 INFO program/MainThread: stdout[186]: LVM 2024-03-01 16:57:54,221 INFO program/MainThread: stderr[186]: 2024-03-01 16:57:54,222 INFO program/MainThread: ...done [186] (exit code: 0) 2024-03-01 16:57:54,222 INFO program/MainThread: Running [187] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 16:57:54,224 INFO program/MainThread: stdout[187]: LVM 2024-03-01 16:57:54,224 INFO program/MainThread: stderr[187]: 2024-03-01 16:57:54,224 INFO program/MainThread: ...done [187] (exit code: 0) 2024-03-01 16:57:54,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,233 INFO program/MainThread: Running [188] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 16:57:54,235 INFO program/MainThread: stdout[188]: LVM 2024-03-01 16:57:54,236 INFO program/MainThread: stderr[188]: 2024-03-01 16:57:54,236 INFO program/MainThread: ...done [188] (exit code: 0) 2024-03-01 16:57:54,236 INFO program/MainThread: Running [189] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 16:57:54,238 INFO program/MainThread: stdout[189]: LVM 2024-03-01 16:57:54,238 INFO program/MainThread: stderr[189]: 2024-03-01 16:57:54,238 INFO program/MainThread: ...done [189] (exit code: 0) 2024-03-01 16:57:54,238 INFO program/MainThread: Running [190] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1-cow ... 2024-03-01 16:57:54,241 INFO program/MainThread: stdout[190]: LVM 2024-03-01 16:57:54,241 INFO program/MainThread: stderr[190]: 2024-03-01 16:57:54,241 INFO program/MainThread: ...done [190] (exit code: 0) 2024-03-01 16:57:54,244 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg2-lv4_snapset1-cow ; 2024-03-01 16:57:54,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:54,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:54,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 16:57:54,259 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:54,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,268 DEBUG blivet/MainThread: no device obtained for test_vg2-lv4_snapset1-cow 2024-03-01 16:57:54,271 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1PXf4qYYeqfQqQcWEUy5jfgqsMmeTow8K ' '/dev/test_vg2/lv4_snapset1 ' '/dev/disk/by-uuid/61a3ebe1-d54a-474f-82f2-2687d5943dbd ' '/dev/mapper/test_vg2-lv4_snapset1 ' '/dev/disk/by-id/dm-name-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-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1PXf4qYYeqfQqQcWEUy5jfgqsMmeTow8K', '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': '61a3ebe1-d54a-474f-82f2-2687d5943dbd', 'ID_FS_UUID_ENC': '61a3ebe1-d54a-474f-82f2-2687d5943dbd', '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': '1106150657'} ; 2024-03-01 16:57:54,271 INFO blivet/MainThread: scanning test_vg2-lv4_snapset1 (/sys/devices/virtual/block/dm-25)... 2024-03-01 16:57:54,271 INFO program/MainThread: Running [191] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:57:54,274 INFO program/MainThread: stdout[191]: LVM 2024-03-01 16:57:54,274 INFO program/MainThread: stderr[191]: 2024-03-01 16:57:54,274 INFO program/MainThread: ...done [191] (exit code: 0) 2024-03-01 16:57:54,274 INFO program/MainThread: Running [192] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:57:54,276 INFO program/MainThread: stdout[192]: LVM 2024-03-01 16:57:54,276 INFO program/MainThread: stderr[192]: 2024-03-01 16:57:54,276 INFO program/MainThread: ...done [192] (exit code: 0) 2024-03-01 16:57:54,276 INFO program/MainThread: Running [193] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:57:54,279 INFO program/MainThread: stdout[193]: LVM 2024-03-01 16:57:54,279 INFO program/MainThread: stderr[193]: 2024-03-01 16:57:54,279 INFO program/MainThread: ...done [193] (exit code: 0) 2024-03-01 16:57:54,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,286 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 16:57:54,289 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:54,290 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:54,291 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:54,291 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:54,287 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c6dc70) -- name = test_vg2-lv4_snapset1 status = True id = 170 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = PXf4qY-Yeqf-QqQc-WEUy-5jfg-qsMm-eTow8K 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:54,292 INFO program/MainThread: Running [194] dmsetup info -co subsystem --noheadings test_vg2-lv4_snapset1 ... 2024-03-01 16:57:54,295 INFO program/MainThread: stdout[194]: LVM 2024-03-01 16:57:54,295 INFO program/MainThread: stderr[194]: 2024-03-01 16:57:54,295 INFO program/MainThread: ...done [194] (exit code: 0) 2024-03-01 16:57:54,298 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4_snapset1 ; 2024-03-01 16:57:54,298 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4_snapset1, bailing 2024-03-01 16:57:54,301 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-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dyXxVu9Co86Wcwsb8dAcDV07p5H28rSRr-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': '1106389617'} ; 2024-03-01 16:57:54,301 INFO blivet/MainThread: scanning test_vg1-lv1-real (/sys/devices/virtual/block/dm-26)... 2024-03-01 16:57:54,301 INFO program/MainThread: Running [195] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 16:57:54,304 INFO program/MainThread: stdout[195]: LVM 2024-03-01 16:57:54,304 INFO program/MainThread: stderr[195]: 2024-03-01 16:57:54,304 INFO program/MainThread: ...done [195] (exit code: 0) 2024-03-01 16:57:54,304 INFO program/MainThread: Running [196] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 16:57:54,306 INFO program/MainThread: stdout[196]: LVM 2024-03-01 16:57:54,306 INFO program/MainThread: stderr[196]: 2024-03-01 16:57:54,307 INFO program/MainThread: ...done [196] (exit code: 0) 2024-03-01 16:57:54,307 INFO program/MainThread: Running [197] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 16:57:54,309 INFO program/MainThread: stdout[197]: LVM 2024-03-01 16:57:54,309 INFO program/MainThread: stderr[197]: 2024-03-01 16:57:54,309 INFO program/MainThread: ...done [197] (exit code: 0) 2024-03-01 16:57:54,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,318 INFO program/MainThread: Running [198] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 16:57:54,320 INFO program/MainThread: stdout[198]: LVM 2024-03-01 16:57:54,321 INFO program/MainThread: stderr[198]: 2024-03-01 16:57:54,321 INFO program/MainThread: ...done [198] (exit code: 0) 2024-03-01 16:57:54,321 INFO program/MainThread: Running [199] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 16:57:54,323 INFO program/MainThread: stdout[199]: LVM 2024-03-01 16:57:54,323 INFO program/MainThread: stderr[199]: 2024-03-01 16:57:54,323 INFO program/MainThread: ...done [199] (exit code: 0) 2024-03-01 16:57:54,323 INFO program/MainThread: Running [200] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 16:57:54,326 INFO program/MainThread: stdout[200]: LVM 2024-03-01 16:57:54,326 INFO program/MainThread: stderr[200]: 2024-03-01 16:57:54,326 INFO program/MainThread: ...done [200] (exit code: 0) 2024-03-01 16:57:54,329 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1-real ; 2024-03-01 16:57:54,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:54,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:54,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,341 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:57:54,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:54,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,352 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1-real 2024-03-01 16:57:54,355 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-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dTTd5QGUsQdbBx806nhJYmWUMZHocPPpn-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': '1106390873'} ; 2024-03-01 16:57:54,355 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1-cow (/sys/devices/virtual/block/dm-27)... 2024-03-01 16:57:54,355 INFO program/MainThread: Running [201] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 16:57:54,358 INFO program/MainThread: stdout[201]: LVM 2024-03-01 16:57:54,358 INFO program/MainThread: stderr[201]: 2024-03-01 16:57:54,358 INFO program/MainThread: ...done [201] (exit code: 0) 2024-03-01 16:57:54,358 INFO program/MainThread: Running [202] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 16:57:54,360 INFO program/MainThread: stdout[202]: LVM 2024-03-01 16:57:54,360 INFO program/MainThread: stderr[202]: 2024-03-01 16:57:54,360 INFO program/MainThread: ...done [202] (exit code: 0) 2024-03-01 16:57:54,360 INFO program/MainThread: Running [203] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 16:57:54,363 INFO program/MainThread: stdout[203]: LVM 2024-03-01 16:57:54,363 INFO program/MainThread: stderr[203]: 2024-03-01 16:57:54,363 INFO program/MainThread: ...done [203] (exit code: 0) 2024-03-01 16:57:54,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,372 INFO program/MainThread: Running [204] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 16:57:54,374 INFO program/MainThread: stdout[204]: LVM 2024-03-01 16:57:54,374 INFO program/MainThread: stderr[204]: 2024-03-01 16:57:54,375 INFO program/MainThread: ...done [204] (exit code: 0) 2024-03-01 16:57:54,375 INFO program/MainThread: Running [205] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 16:57:54,377 INFO program/MainThread: stdout[205]: LVM 2024-03-01 16:57:54,377 INFO program/MainThread: stderr[205]: 2024-03-01 16:57:54,377 INFO program/MainThread: ...done [205] (exit code: 0) 2024-03-01 16:57:54,377 INFO program/MainThread: Running [206] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 16:57:54,379 INFO program/MainThread: stdout[206]: LVM 2024-03-01 16:57:54,380 INFO program/MainThread: stderr[206]: 2024-03-01 16:57:54,380 INFO program/MainThread: ...done [206] (exit code: 0) 2024-03-01 16:57:54,383 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1_snapset1-cow ; 2024-03-01 16:57:54,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:54,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:54,392 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:57:54,397 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:54,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,406 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1_snapset1-cow 2024-03-01 16:57:54,409 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv1_snapset1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dTTd5QGUsQdbBx806nhJYmWUMZHocPPpn ' '/dev/mapper/test_vg1-lv1_snapset1 ' '/dev/disk/by-uuid/630a8279-ad47-4ad1-b6ca-c2acdbba482a', '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-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dTTd5QGUsQdbBx806nhJYmWUMZHocPPpn', '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': '630a8279-ad47-4ad1-b6ca-c2acdbba482a', 'ID_FS_UUID_ENC': '630a8279-ad47-4ad1-b6ca-c2acdbba482a', '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': '1106398177'} ; 2024-03-01 16:57:54,409 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-28)... 2024-03-01 16:57:54,409 INFO program/MainThread: Running [207] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:57:54,411 INFO program/MainThread: stdout[207]: LVM 2024-03-01 16:57:54,411 INFO program/MainThread: stderr[207]: 2024-03-01 16:57:54,411 INFO program/MainThread: ...done [207] (exit code: 0) 2024-03-01 16:57:54,411 INFO program/MainThread: Running [208] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:57:54,414 INFO program/MainThread: stdout[208]: LVM 2024-03-01 16:57:54,414 INFO program/MainThread: stderr[208]: 2024-03-01 16:57:54,414 INFO program/MainThread: ...done [208] (exit code: 0) 2024-03-01 16:57:54,414 INFO program/MainThread: Running [209] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:57:54,416 INFO program/MainThread: stdout[209]: LVM 2024-03-01 16:57:54,416 INFO program/MainThread: stderr[209]: 2024-03-01 16:57:54,416 INFO program/MainThread: ...done [209] (exit code: 0) 2024-03-01 16:57:54,421 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,424 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 16:57:54,427 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:54,428 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:54,428 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:54,429 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:54,424 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c9d400) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = TTd5QG-UsQd-bBx8-06nh-JYmW-UMZH-ocPPpn 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:54,430 INFO program/MainThread: Running [210] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 16:57:54,432 INFO program/MainThread: stdout[210]: LVM 2024-03-01 16:57:54,432 INFO program/MainThread: stderr[210]: 2024-03-01 16:57:54,432 INFO program/MainThread: ...done [210] (exit code: 0) 2024-03-01 16:57:54,435 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 16:57:54,436 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1_snapset1, bailing 2024-03-01 16:57:54,438 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-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8d61B7uoHe2Yip7CUtj3XBHA4VahGPzh2G-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': '1106613738'} ; 2024-03-01 16:57:54,438 INFO blivet/MainThread: scanning test_vg1-lv2-real (/sys/devices/virtual/block/dm-29)... 2024-03-01 16:57:54,439 INFO program/MainThread: Running [211] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 16:57:54,441 INFO program/MainThread: stdout[211]: LVM 2024-03-01 16:57:54,441 INFO program/MainThread: stderr[211]: 2024-03-01 16:57:54,441 INFO program/MainThread: ...done [211] (exit code: 0) 2024-03-01 16:57:54,441 INFO program/MainThread: Running [212] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 16:57:54,443 INFO program/MainThread: stdout[212]: LVM 2024-03-01 16:57:54,444 INFO program/MainThread: stderr[212]: 2024-03-01 16:57:54,444 INFO program/MainThread: ...done [212] (exit code: 0) 2024-03-01 16:57:54,444 INFO program/MainThread: Running [213] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 16:57:54,446 INFO program/MainThread: stdout[213]: LVM 2024-03-01 16:57:54,446 INFO program/MainThread: stderr[213]: 2024-03-01 16:57:54,446 INFO program/MainThread: ...done [213] (exit code: 0) 2024-03-01 16:57:54,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,455 INFO program/MainThread: Running [214] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 16:57:54,457 INFO program/MainThread: stdout[214]: LVM 2024-03-01 16:57:54,458 INFO program/MainThread: stderr[214]: 2024-03-01 16:57:54,458 INFO program/MainThread: ...done [214] (exit code: 0) 2024-03-01 16:57:54,458 INFO program/MainThread: Running [215] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 16:57:54,460 INFO program/MainThread: stdout[215]: LVM 2024-03-01 16:57:54,460 INFO program/MainThread: stderr[215]: 2024-03-01 16:57:54,460 INFO program/MainThread: ...done [215] (exit code: 0) 2024-03-01 16:57:54,460 INFO program/MainThread: Running [216] dmsetup info -co subsystem --noheadings test_vg1-lv2-real ... 2024-03-01 16:57:54,463 INFO program/MainThread: stdout[216]: LVM 2024-03-01 16:57:54,463 INFO program/MainThread: stderr[216]: 2024-03-01 16:57:54,463 INFO program/MainThread: ...done [216] (exit code: 0) 2024-03-01 16:57:54,466 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv2-real ; 2024-03-01 16:57:54,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:54,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:54,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:57:54,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,483 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:54,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,489 DEBUG blivet/MainThread: no device obtained for test_vg1-lv2-real 2024-03-01 16:57:54,492 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-cnc6MM8ic9w319dUDFiua9sImUlyR78vPeTVLyiYoYenbdIZZmzrBQVdQedODS5b ' '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-uuid/e8202ed9-d197-4c63-960f-db323bc13157 ' '/dev/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-cnc6MM8ic9w319dUDFiua9sImUlyR78vPeTVLyiYoYenbdIZZmzrBQVdQedODS5b', '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': 'e8202ed9-d197-4c63-960f-db323bc13157', 'ID_FS_UUID_ENC': 'e8202ed9-d197-4c63-960f-db323bc13157', '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': '1096752220'} ; 2024-03-01 16:57:54,492 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 16:57:54,492 INFO program/MainThread: Running [217] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:54,495 INFO program/MainThread: stdout[217]: LVM 2024-03-01 16:57:54,495 INFO program/MainThread: stderr[217]: 2024-03-01 16:57:54,495 INFO program/MainThread: ...done [217] (exit code: 0) 2024-03-01 16:57:54,495 INFO program/MainThread: Running [218] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:54,497 INFO program/MainThread: stdout[218]: LVM 2024-03-01 16:57:54,497 INFO program/MainThread: stderr[218]: 2024-03-01 16:57:54,497 INFO program/MainThread: ...done [218] (exit code: 0) 2024-03-01 16:57:54,498 INFO program/MainThread: Running [219] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:54,500 INFO program/MainThread: stdout[219]: LVM 2024-03-01 16:57:54,500 INFO program/MainThread: stderr[219]: 2024-03-01 16:57:54,500 INFO program/MainThread: ...done [219] (exit code: 0) 2024-03-01 16:57:54,505 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,508 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem 2024-03-01 16:57:54,511 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:54,513 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:54,513 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:54,515 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:54,508 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:54,516 INFO program/MainThread: Running [220] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 16:57:54,518 INFO program/MainThread: stdout[220]: LVM 2024-03-01 16:57:54,518 INFO program/MainThread: stderr[220]: 2024-03-01 16:57:54,518 INFO program/MainThread: ...done [220] (exit code: 0) 2024-03-01 16:57:54,522 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 16:57:54,522 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 16:57:54,525 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-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dSC2xpk7OCObBhlmpAcn7xSm5rAQB0I6I-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': '1106615449'} ; 2024-03-01 16:57:54,525 INFO blivet/MainThread: scanning test_vg1-lv2_snapset1-cow (/sys/devices/virtual/block/dm-30)... 2024-03-01 16:57:54,525 INFO program/MainThread: Running [221] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 16:57:54,527 INFO program/MainThread: stdout[221]: LVM 2024-03-01 16:57:54,528 INFO program/MainThread: stderr[221]: 2024-03-01 16:57:54,528 INFO program/MainThread: ...done [221] (exit code: 0) 2024-03-01 16:57:54,528 INFO program/MainThread: Running [222] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 16:57:54,530 INFO program/MainThread: stdout[222]: LVM 2024-03-01 16:57:54,530 INFO program/MainThread: stderr[222]: 2024-03-01 16:57:54,530 INFO program/MainThread: ...done [222] (exit code: 0) 2024-03-01 16:57:54,530 INFO program/MainThread: Running [223] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 16:57:54,533 INFO program/MainThread: stdout[223]: LVM 2024-03-01 16:57:54,533 INFO program/MainThread: stderr[223]: 2024-03-01 16:57:54,533 INFO program/MainThread: ...done [223] (exit code: 0) 2024-03-01 16:57:54,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,542 INFO program/MainThread: Running [224] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 16:57:54,544 INFO program/MainThread: stdout[224]: LVM 2024-03-01 16:57:54,544 INFO program/MainThread: stderr[224]: 2024-03-01 16:57:54,544 INFO program/MainThread: ...done [224] (exit code: 0) 2024-03-01 16:57:54,544 INFO program/MainThread: Running [225] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 16:57:54,547 INFO program/MainThread: stdout[225]: LVM 2024-03-01 16:57:54,547 INFO program/MainThread: stderr[225]: 2024-03-01 16:57:54,547 INFO program/MainThread: ...done [225] (exit code: 0) 2024-03-01 16:57:54,547 INFO program/MainThread: Running [226] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1-cow ... 2024-03-01 16:57:54,549 INFO program/MainThread: stdout[226]: LVM 2024-03-01 16:57:54,550 INFO program/MainThread: stderr[226]: 2024-03-01 16:57:54,550 INFO program/MainThread: ...done [226] (exit code: 0) 2024-03-01 16:57:54,553 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv2_snapset1-cow ; 2024-03-01 16:57:54,556 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:54,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:54,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:57:54,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:54,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,576 DEBUG blivet/MainThread: no device obtained for test_vg1-lv2_snapset1-cow 2024-03-01 16:57:54,579 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2_snapset1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv2_snapset1 ' '/dev/mapper/test_vg1-lv2_snapset1 ' '/dev/disk/by-uuid/d07e7067-538f-4d46-b7e0-44a3c75d5627 ' '/dev/test_vg1/lv2_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dSC2xpk7OCObBhlmpAcn7xSm5rAQB0I6I', '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-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dSC2xpk7OCObBhlmpAcn7xSm5rAQB0I6I', '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': 'd07e7067-538f-4d46-b7e0-44a3c75d5627', 'ID_FS_UUID_ENC': 'd07e7067-538f-4d46-b7e0-44a3c75d5627', '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': '1106622713'} ; 2024-03-01 16:57:54,579 INFO blivet/MainThread: scanning test_vg1-lv2_snapset1 (/sys/devices/virtual/block/dm-31)... 2024-03-01 16:57:54,579 INFO program/MainThread: Running [227] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:57:54,581 INFO program/MainThread: stdout[227]: LVM 2024-03-01 16:57:54,582 INFO program/MainThread: stderr[227]: 2024-03-01 16:57:54,582 INFO program/MainThread: ...done [227] (exit code: 0) 2024-03-01 16:57:54,582 INFO program/MainThread: Running [228] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:57:54,584 INFO program/MainThread: stdout[228]: LVM 2024-03-01 16:57:54,584 INFO program/MainThread: stderr[228]: 2024-03-01 16:57:54,584 INFO program/MainThread: ...done [228] (exit code: 0) 2024-03-01 16:57:54,584 INFO program/MainThread: Running [229] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:57:54,587 INFO program/MainThread: stdout[229]: LVM 2024-03-01 16:57:54,587 INFO program/MainThread: stderr[229]: 2024-03-01 16:57:54,587 INFO program/MainThread: ...done [229] (exit code: 0) 2024-03-01 16:57:54,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,594 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 16:57:54,597 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:54,598 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:54,598 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:54,599 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:54,594 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c4dfa0) -- name = test_vg1-lv2_snapset1 status = True id = 84 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = SC2xpk-7OCO-bBhl-mpAc-n7xS-m5rA-QB0I6I 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:54,600 INFO program/MainThread: Running [230] dmsetup info -co subsystem --noheadings test_vg1-lv2_snapset1 ... 2024-03-01 16:57:54,602 INFO program/MainThread: stdout[230]: LVM 2024-03-01 16:57:54,602 INFO program/MainThread: stderr[230]: 2024-03-01 16:57:54,602 INFO program/MainThread: ...done [230] (exit code: 0) 2024-03-01 16:57:54,606 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2_snapset1 ; 2024-03-01 16:57:54,606 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2_snapset1, bailing 2024-03-01 16:57:54,609 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1EXRVhoAuwBYHdeQtsTOYdMX1ZNfDHvK6 ' '/dev/disk/by-uuid/61a3ebe1-d54a-474f-82f2-2687d5943dbd ' '/dev/test_vg2/lv4 /dev/mapper/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': '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-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1EXRVhoAuwBYHdeQtsTOYdMX1ZNfDHvK6', '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': '61a3ebe1-d54a-474f-82f2-2687d5943dbd', 'ID_FS_UUID_ENC': '61a3ebe1-d54a-474f-82f2-2687d5943dbd', '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': '1098448877'} ; 2024-03-01 16:57:54,609 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 16:57:54,609 INFO program/MainThread: Running [231] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:54,611 INFO program/MainThread: stdout[231]: LVM 2024-03-01 16:57:54,612 INFO program/MainThread: stderr[231]: 2024-03-01 16:57:54,612 INFO program/MainThread: ...done [231] (exit code: 0) 2024-03-01 16:57:54,612 INFO program/MainThread: Running [232] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:54,614 INFO program/MainThread: stdout[232]: LVM 2024-03-01 16:57:54,614 INFO program/MainThread: stderr[232]: 2024-03-01 16:57:54,614 INFO program/MainThread: ...done [232] (exit code: 0) 2024-03-01 16:57:54,614 INFO program/MainThread: Running [233] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:54,617 INFO program/MainThread: stdout[233]: LVM 2024-03-01 16:57:54,617 INFO program/MainThread: stderr[233]: 2024-03-01 16:57:54,617 INFO program/MainThread: ...done [233] (exit code: 0) 2024-03-01 16:57:54,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,625 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem 2024-03-01 16:57:54,627 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:54,628 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:54,628 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:54,629 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:54,625 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:54,630 INFO program/MainThread: Running [234] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 16:57:54,632 INFO program/MainThread: stdout[234]: LVM 2024-03-01 16:57:54,633 INFO program/MainThread: stderr[234]: 2024-03-01 16:57:54,633 INFO program/MainThread: ...done [234] (exit code: 0) 2024-03-01 16:57:54,636 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 16:57:54,636 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 16:57:54,639 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1V3DQe3xYo2zJEJ4LxTMcrNGkVVQEXuaY ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-uuid/ee1019f1-f170-4ade-97ab-9b6236999601 ' '/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-WUsCQH6EjIQ5T7O6B6fhPf0qZ2k2JFS1V3DQe3xYo2zJEJ4LxTMcrNGkVVQEXuaY', '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': 'ee1019f1-f170-4ade-97ab-9b6236999601', 'ID_FS_UUID_ENC': 'ee1019f1-f170-4ade-97ab-9b6236999601', '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': '1099014866'} ; 2024-03-01 16:57:54,639 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 16:57:54,639 INFO program/MainThread: Running [235] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:54,642 INFO program/MainThread: stdout[235]: LVM 2024-03-01 16:57:54,642 INFO program/MainThread: stderr[235]: 2024-03-01 16:57:54,642 INFO program/MainThread: ...done [235] (exit code: 0) 2024-03-01 16:57:54,642 INFO program/MainThread: Running [236] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:54,644 INFO program/MainThread: stdout[236]: LVM 2024-03-01 16:57:54,644 INFO program/MainThread: stderr[236]: 2024-03-01 16:57:54,645 INFO program/MainThread: ...done [236] (exit code: 0) 2024-03-01 16:57:54,645 INFO program/MainThread: Running [237] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:54,647 INFO program/MainThread: stdout[237]: LVM 2024-03-01 16:57:54,647 INFO program/MainThread: stderr[237]: 2024-03-01 16:57:54,647 INFO program/MainThread: ...done [237] (exit code: 0) 2024-03-01 16:57:54,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem 2024-03-01 16:57:54,657 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:54,658 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:54,658 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:54,659 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:54,655 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:54,660 INFO program/MainThread: Running [238] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 16:57:54,662 INFO program/MainThread: stdout[238]: LVM 2024-03-01 16:57:54,663 INFO program/MainThread: stderr[238]: 2024-03-01 16:57:54,663 INFO program/MainThread: ...done [238] (exit code: 0) 2024-03-01 16:57:54,666 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 16:57:54,666 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 16:57:54,669 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/d07e7067-538f-4d46-b7e0-44a3c75d5627 ' '/dev/disk/by-id/dm-uuid-LVM-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8d61B7uoHe2Yip7CUtj3XBHA4VahGPzh2G ' '/dev/test_vg1/lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '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-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8d61B7uoHe2Yip7CUtj3XBHA4VahGPzh2G', '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': 'd07e7067-538f-4d46-b7e0-44a3c75d5627', 'ID_FS_UUID_ENC': 'd07e7067-538f-4d46-b7e0-44a3c75d5627', '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': '1100651690'} ; 2024-03-01 16:57:54,669 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 16:57:54,669 INFO program/MainThread: Running [239] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:54,672 INFO program/MainThread: stdout[239]: LVM 2024-03-01 16:57:54,672 INFO program/MainThread: stderr[239]: 2024-03-01 16:57:54,672 INFO program/MainThread: ...done [239] (exit code: 0) 2024-03-01 16:57:54,672 INFO program/MainThread: Running [240] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:54,674 INFO program/MainThread: stdout[240]: LVM 2024-03-01 16:57:54,674 INFO program/MainThread: stderr[240]: 2024-03-01 16:57:54,674 INFO program/MainThread: ...done [240] (exit code: 0) 2024-03-01 16:57:54,674 INFO program/MainThread: Running [241] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:54,677 INFO program/MainThread: stdout[241]: LVM 2024-03-01 16:57:54,677 INFO program/MainThread: stderr[241]: 2024-03-01 16:57:54,677 INFO program/MainThread: ...done [241] (exit code: 0) 2024-03-01 16:57:54,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,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 16:57:54,687 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:54,688 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:54,688 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:54,689 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:54,684 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:54,690 INFO program/MainThread: Running [242] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 16:57:54,692 INFO program/MainThread: stdout[242]: LVM 2024-03-01 16:57:54,692 INFO program/MainThread: stderr[242]: 2024-03-01 16:57:54,692 INFO program/MainThread: ...done [242] (exit code: 0) 2024-03-01 16:57:54,696 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 16:57:54,696 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 16:57:54,699 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/630a8279-ad47-4ad1-b6ca-c2acdbba482a ' '/dev/disk/by-id/dm-uuid-LVM-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dyXxVu9Co86Wcwsb8dAcDV07p5H28rSRr', '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-vcwaAWcVvcXdftAnNdNHz5HPQpaCHr8dyXxVu9Co86Wcwsb8dAcDV07p5H28rSRr', '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': '630a8279-ad47-4ad1-b6ca-c2acdbba482a', 'ID_FS_UUID_ENC': '630a8279-ad47-4ad1-b6ca-c2acdbba482a', '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': '1101121766'} ; 2024-03-01 16:57:54,699 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 16:57:54,699 INFO program/MainThread: Running [243] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:54,702 INFO program/MainThread: stdout[243]: LVM 2024-03-01 16:57:54,702 INFO program/MainThread: stderr[243]: 2024-03-01 16:57:54,702 INFO program/MainThread: ...done [243] (exit code: 0) 2024-03-01 16:57:54,702 INFO program/MainThread: Running [244] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:54,704 INFO program/MainThread: stdout[244]: LVM 2024-03-01 16:57:54,704 INFO program/MainThread: stderr[244]: 2024-03-01 16:57:54,704 INFO program/MainThread: ...done [244] (exit code: 0) 2024-03-01 16:57:54,704 INFO program/MainThread: Running [245] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:54,707 INFO program/MainThread: stdout[245]: LVM 2024-03-01 16:57:54,707 INFO program/MainThread: stderr[245]: 2024-03-01 16:57:54,707 INFO program/MainThread: ...done [245] (exit code: 0) 2024-03-01 16:57:54,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 16:57:54,717 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:54,718 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:54,718 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:54,719 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:54,714 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:54,720 INFO program/MainThread: Running [246] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:57:54,722 INFO program/MainThread: stdout[246]: LVM 2024-03-01 16:57:54,722 INFO program/MainThread: stderr[246]: 2024-03-01 16:57:54,722 INFO program/MainThread: ...done [246] (exit code: 0) 2024-03-01 16:57:54,725 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:57:54,726 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:57:54,728 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-cnc6MM8ic9w319dUDFiua9sImUlyR78vPeTVLyiYoYenbdIZZmzrBQVdQedODS5b-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': '1104902334'} ; 2024-03-01 16:57:54,728 INFO blivet/MainThread: scanning test_vg3-lv5-real (/sys/devices/virtual/block/dm-8)... 2024-03-01 16:57:54,729 INFO program/MainThread: Running [247] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 16:57:54,731 INFO program/MainThread: stdout[247]: LVM 2024-03-01 16:57:54,731 INFO program/MainThread: stderr[247]: 2024-03-01 16:57:54,731 INFO program/MainThread: ...done [247] (exit code: 0) 2024-03-01 16:57:54,731 INFO program/MainThread: Running [248] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 16:57:54,733 INFO program/MainThread: stdout[248]: LVM 2024-03-01 16:57:54,734 INFO program/MainThread: stderr[248]: 2024-03-01 16:57:54,734 INFO program/MainThread: ...done [248] (exit code: 0) 2024-03-01 16:57:54,734 INFO program/MainThread: Running [249] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 16:57:54,736 INFO program/MainThread: stdout[249]: LVM 2024-03-01 16:57:54,736 INFO program/MainThread: stderr[249]: 2024-03-01 16:57:54,736 INFO program/MainThread: ...done [249] (exit code: 0) 2024-03-01 16:57:54,742 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,745 INFO program/MainThread: Running [250] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 16:57:54,747 INFO program/MainThread: stdout[250]: LVM 2024-03-01 16:57:54,748 INFO program/MainThread: stderr[250]: 2024-03-01 16:57:54,748 INFO program/MainThread: ...done [250] (exit code: 0) 2024-03-01 16:57:54,748 INFO program/MainThread: Running [251] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 16:57:54,750 INFO program/MainThread: stdout[251]: LVM 2024-03-01 16:57:54,750 INFO program/MainThread: stderr[251]: 2024-03-01 16:57:54,750 INFO program/MainThread: ...done [251] (exit code: 0) 2024-03-01 16:57:54,750 INFO program/MainThread: Running [252] dmsetup info -co subsystem --noheadings test_vg3-lv5-real ... 2024-03-01 16:57:54,753 INFO program/MainThread: stdout[252]: LVM 2024-03-01 16:57:54,753 INFO program/MainThread: stderr[252]: 2024-03-01 16:57:54,753 INFO program/MainThread: ...done [252] (exit code: 0) 2024-03-01 16:57:54,756 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv5-real ; 2024-03-01 16:57:54,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:54,762 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:54,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 16:57:54,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,775 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:54,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5-real ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,781 DEBUG blivet/MainThread: no device obtained for test_vg3-lv5-real 2024-03-01 16:57:54,784 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-cnc6MM8ic9w319dUDFiua9sImUlyR78v2VkkPu81DP1vC967hEt6HgTQA3JBYV4U-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': '1104906271'} ; 2024-03-01 16:57:54,784 INFO blivet/MainThread: scanning test_vg3-lv5_snapset1-cow (/sys/devices/virtual/block/dm-9)... 2024-03-01 16:57:54,784 INFO program/MainThread: Running [253] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 16:57:54,787 INFO program/MainThread: stdout[253]: LVM 2024-03-01 16:57:54,787 INFO program/MainThread: stderr[253]: 2024-03-01 16:57:54,787 INFO program/MainThread: ...done [253] (exit code: 0) 2024-03-01 16:57:54,787 INFO program/MainThread: Running [254] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 16:57:54,789 INFO program/MainThread: stdout[254]: LVM 2024-03-01 16:57:54,789 INFO program/MainThread: stderr[254]: 2024-03-01 16:57:54,789 INFO program/MainThread: ...done [254] (exit code: 0) 2024-03-01 16:57:54,790 INFO program/MainThread: Running [255] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 16:57:54,792 INFO program/MainThread: stdout[255]: LVM 2024-03-01 16:57:54,792 INFO program/MainThread: stderr[255]: 2024-03-01 16:57:54,792 INFO program/MainThread: ...done [255] (exit code: 0) 2024-03-01 16:57:54,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,801 INFO program/MainThread: Running [256] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 16:57:54,803 INFO program/MainThread: stdout[256]: LVM 2024-03-01 16:57:54,804 INFO program/MainThread: stderr[256]: 2024-03-01 16:57:54,804 INFO program/MainThread: ...done [256] (exit code: 0) 2024-03-01 16:57:54,804 INFO program/MainThread: Running [257] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 16:57:54,806 INFO program/MainThread: stdout[257]: LVM 2024-03-01 16:57:54,806 INFO program/MainThread: stderr[257]: 2024-03-01 16:57:54,806 INFO program/MainThread: ...done [257] (exit code: 0) 2024-03-01 16:57:54,806 INFO program/MainThread: Running [258] dmsetup info -co subsystem --noheadings test_vg3-lv5_snapset1-cow ... 2024-03-01 16:57:54,809 INFO program/MainThread: stdout[258]: LVM 2024-03-01 16:57:54,809 INFO program/MainThread: stderr[258]: 2024-03-01 16:57:54,809 INFO program/MainThread: ...done [258] (exit code: 0) 2024-03-01 16:57:54,812 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg3-lv5_snapset1-cow ; 2024-03-01 16:57:54,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: True ; 2024-03-01 16:57:54,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:54,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 16:57:54,828 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 16:57:54,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:54,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,843 DEBUG blivet/MainThread: no device obtained for test_vg3-lv5_snapset1-cow 2024-03-01 16:57:54,843 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:54,855 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:54,882 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:57:54,883 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:57:54,886 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 16:57:54,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,892 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 16:57:54,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:54,895 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:57:54,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,903 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,906 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:54,906 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:57:54,909 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,912 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,914 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 16:57:54,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:54,917 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:57:54,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:54,928 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:57:54,931 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 16:57:54,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,936 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 16:57:54,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:54,940 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 16:57:54,942 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 16:57:54,945 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:57:54,948 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 16:57:54,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:57:54,951 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:57:54,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:54,956 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 16:57:54,957 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:54,957 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:54,957 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:54,958 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:54,958 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:54,958 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:54,959 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:54,959 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:54,959 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:54,959 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:54,960 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:54,960 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:57:54,963 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:57:54,965 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:57:54,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 16:57:54,970 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:57:54,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 16:57:54,975 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:57:54,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:54,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 16:57:54,980 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:57:54,983 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:54,984 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:54,984 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:54,985 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:54,980 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:54,988 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:54,989 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:54,989 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:54,990 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:54,986 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:54,993 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:54,994 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:54,994 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:54,995 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:54,991 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:54,998 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:54,999 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:54,999 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,000 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:54,996 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,003 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,004 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,004 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,005 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,001 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,008 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,009 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,009 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,010 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,005 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,013 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,013 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,014 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,015 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,010 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,017 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,018 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,019 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,020 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,015 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,022 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,023 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,024 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,025 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,020 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,027 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,028 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,029 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,030 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,025 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,032 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,033 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,034 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,034 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,030 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,037 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,038 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,038 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,039 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,035 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,042 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,043 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,043 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,044 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,040 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,047 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,048 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,048 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,049 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,045 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,052 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,053 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,053 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,054 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,050 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,057 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,058 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,058 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,059 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,055 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,062 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,063 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,063 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,064 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,060 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,067 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,068 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,068 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,069 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,065 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,072 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,073 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,073 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,074 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,070 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,077 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,078 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,078 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,079 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,075 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,082 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,083 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,083 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,084 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,080 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,087 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,088 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,088 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,089 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,085 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,092 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,092 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,093 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,094 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,089 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,096 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,097 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,098 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,099 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,094 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,101 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,102 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,103 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,104 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,099 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,106 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,107 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,108 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,109 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,104 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,111 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,112 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,113 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,114 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,109 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,116 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,117 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,118 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,119 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,114 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,121 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,122 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,123 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,124 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,119 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,126 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,127 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,128 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,128 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,124 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,131 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,132 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,132 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,133 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,129 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,136 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,137 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,137 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,138 DEBUG blivet/MainThread: vg test_vg1 has 2.13 GiB free 2024-03-01 16:57:55,134 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c9dd90) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = yXxVu9-Co86-Wcws-b8dA-cDV0-7p5H-28rSRr 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,139 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 16:57:55,142 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 16:57:55,142 DEBUG blivet/MainThread: checking if sda depends on test_vg1-lv1 2024-03-01 16:57:55,142 DEBUG blivet/MainThread: checking if test_vg1 depends on test_vg1-lv1 2024-03-01 16:57:55,142 DEBUG blivet/MainThread: checking if sdb depends on test_vg1-lv1 2024-03-01 16:57:55,142 DEBUG blivet/MainThread: checking if sdk depends on test_vg1-lv1 2024-03-01 16:57:55,142 DEBUG blivet/MainThread: checking if sdl depends on test_vg1-lv1 2024-03-01 16:57:55,142 DEBUG blivet/MainThread: checking if sdc depends on test_vg1-lv1 2024-03-01 16:57:55,142 DEBUG blivet/MainThread: checking if test_vg1-lv1 depends on test_vg1-lv1 2024-03-01 16:57:55,142 DEBUG blivet/MainThread: checking if test_vg1-lv1_snapset1 depends on test_vg1-lv1 2024-03-01 16:57:55,142 DEBUG blivet/MainThread: checking if test_vg1-lv2 depends on test_vg1-lv1 2024-03-01 16:57:55,142 DEBUG blivet/MainThread: checking if test_vg1-lv2_snapset1 depends on test_vg1-lv1 2024-03-01 16:57:55,143 DEBUG blivet/MainThread: checking if sdd depends on test_vg1-lv1 2024-03-01 16:57:55,143 DEBUG blivet/MainThread: checking if test_vg2 depends on test_vg1-lv1 2024-03-01 16:57:55,143 DEBUG blivet/MainThread: checking if sde depends on test_vg1-lv1 2024-03-01 16:57:55,143 DEBUG blivet/MainThread: checking if sdf depends on test_vg1-lv1 2024-03-01 16:57:55,143 DEBUG blivet/MainThread: checking if test_vg2-lv3 depends on test_vg1-lv1 2024-03-01 16:57:55,143 DEBUG blivet/MainThread: checking if test_vg2-lv3_snapset1 depends on test_vg1-lv1 2024-03-01 16:57:55,143 DEBUG blivet/MainThread: checking if test_vg2-lv4 depends on test_vg1-lv1 2024-03-01 16:57:55,143 DEBUG blivet/MainThread: checking if test_vg2-lv4_snapset1 depends on test_vg1-lv1 2024-03-01 16:57:55,143 DEBUG blivet/MainThread: checking if sdg depends on test_vg1-lv1 2024-03-01 16:57:55,143 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg1-lv1 2024-03-01 16:57:55,143 DEBUG blivet/MainThread: checking if sdh depends on test_vg1-lv1 2024-03-01 16:57:55,143 DEBUG blivet/MainThread: checking if sdi depends on test_vg1-lv1 2024-03-01 16:57:55,144 DEBUG blivet/MainThread: checking if sdj depends on test_vg1-lv1 2024-03-01 16:57:55,144 DEBUG blivet/MainThread: checking if test_vg3-lv5 depends on test_vg1-lv1 2024-03-01 16:57:55,144 DEBUG blivet/MainThread: checking if test_vg3-lv5_snapset1 depends on test_vg1-lv1 2024-03-01 16:57:55,144 DEBUG blivet/MainThread: checking if test_vg3-lv6 depends on test_vg1-lv1 2024-03-01 16:57:55,144 DEBUG blivet/MainThread: checking if test_vg3-lv6_snapset1 depends on test_vg1-lv1 2024-03-01 16:57:55,144 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg1-lv1 2024-03-01 16:57:55,144 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg1-lv1 2024-03-01 16:57:55,144 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg1-lv1 2024-03-01 16:57:55,144 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg1-lv1 2024-03-01 16:57:55,144 DEBUG blivet/MainThread: checking if xvda depends on test_vg1-lv1 2024-03-01 16:57:55,145 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg1-lv1 2024-03-01 16:57:55,145 DEBUG blivet/MainThread: devices to remove: ['test_vg1-lv1_snapset1'] 2024-03-01 16:57:55,145 DEBUG blivet/MainThread: leaves to remove: ['test_vg1-lv1_snapset1'] 2024-03-01 16:57:55,145 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 353 2024-03-01 16:57:55,148 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: xfs ; 2024-03-01 16:57:55,148 INFO blivet/MainThread: registered action: [352] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 16:57:55,149 INFO program/MainThread: Running [259] dmsetup --version ... 2024-03-01 16:57:55,152 INFO program/MainThread: stdout[259]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 16:57:55,152 INFO program/MainThread: stderr[259]: 2024-03-01 16:57:55,152 INFO program/MainThread: ...done [259] (exit code: 0) 2024-03-01 16:57:55,156 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 4 ; 2024-03-01 16:57:55,156 INFO blivet/MainThread: removed lvmsnapshot test_vg1-lv1_snapset1 (id 58) from device tree 2024-03-01 16:57:55,157 INFO blivet/MainThread: registered action: [354] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 16:57:55,157 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 356 2024-03-01 16:57:55,160 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 16:57:55,160 INFO blivet/MainThread: registered action: [355] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:57:55,163 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 3 ; 2024-03-01 16:57:55,163 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 16:57:55,163 INFO blivet/MainThread: registered action: [357] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:57:55,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:55,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg1-lv2 (71) with existing xfs filesystem 2024-03-01 16:57:55,168 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 16:57:55,171 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,171 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,172 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,172 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,168 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,175 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,175 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,176 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,176 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,173 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,179 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,179 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,180 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,180 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,177 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,183 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,184 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,184 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,184 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,181 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,187 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,188 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,188 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,189 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,185 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,191 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,192 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,192 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,193 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,189 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,195 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,196 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,196 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,197 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,193 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,199 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,200 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,200 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,201 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,197 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,203 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,204 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,204 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,205 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,201 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,207 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,208 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,208 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,209 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,205 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,211 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,212 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,212 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,213 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,209 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,215 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,216 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,216 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,217 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,213 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,219 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,220 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,220 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,221 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,218 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,224 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,224 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,225 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,225 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,222 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,228 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,228 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,229 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,229 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,226 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,232 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,232 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,233 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,233 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,230 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,236 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,236 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,237 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,237 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,234 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,240 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,240 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,241 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,241 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,238 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,244 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,244 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,245 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,245 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,242 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,248 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,249 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,249 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,249 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,246 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,252 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,253 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,253 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,254 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,250 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,256 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,257 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,257 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,258 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,254 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,260 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,261 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,261 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,262 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,258 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,264 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,265 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,265 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,266 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,262 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,268 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,269 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,269 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,270 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,266 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,272 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,273 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,273 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,274 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,270 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,276 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,277 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,277 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,278 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,274 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,280 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,281 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,281 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,282 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,279 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,285 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,285 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,286 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,286 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,283 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,289 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,289 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,290 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,290 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,287 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,293 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,293 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,294 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,294 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,291 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,297 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,297 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,298 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:57:55,298 DEBUG blivet/MainThread: vg test_vg1 has 2.55 GiB free 2024-03-01 16:57:55,295 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae16108b50) -- name = test_vg1-lv2 status = True id = 71 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 61B7uo-He2Y-ip7C-Utj3-XBHA-4Vah-GPzh2G 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 (0x7fae14d60280) -- 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 = vcwaAW-cVvc-Xdft-AnNd-NHz5-HPQp-aCHr8d size = 2.98 GiB format = existing None major = 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 16:57:55,299 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 16:57:55,302 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 16:57:55,302 DEBUG blivet/MainThread: checking if sda depends on test_vg1-lv2 2024-03-01 16:57:55,302 DEBUG blivet/MainThread: checking if test_vg1 depends on test_vg1-lv2 2024-03-01 16:57:55,302 DEBUG blivet/MainThread: checking if sdb depends on test_vg1-lv2 2024-03-01 16:57:55,302 DEBUG blivet/MainThread: checking if sdk depends on test_vg1-lv2 2024-03-01 16:57:55,302 DEBUG blivet/MainThread: checking if sdl depends on test_vg1-lv2 2024-03-01 16:57:55,302 DEBUG blivet/MainThread: checking if sdc depends on test_vg1-lv2 2024-03-01 16:57:55,302 DEBUG blivet/MainThread: checking if test_vg1-lv2 depends on test_vg1-lv2 2024-03-01 16:57:55,302 DEBUG blivet/MainThread: checking if test_vg1-lv2_snapset1 depends on test_vg1-lv2 2024-03-01 16:57:55,302 DEBUG blivet/MainThread: checking if sdd depends on test_vg1-lv2 2024-03-01 16:57:55,302 DEBUG blivet/MainThread: checking if test_vg2 depends on test_vg1-lv2 2024-03-01 16:57:55,303 DEBUG blivet/MainThread: checking if sde depends on test_vg1-lv2 2024-03-01 16:57:55,303 DEBUG blivet/MainThread: checking if sdf depends on test_vg1-lv2 2024-03-01 16:57:55,303 DEBUG blivet/MainThread: checking if test_vg2-lv3 depends on test_vg1-lv2 2024-03-01 16:57:55,303 DEBUG blivet/MainThread: checking if test_vg2-lv3_snapset1 depends on test_vg1-lv2 2024-03-01 16:57:55,303 DEBUG blivet/MainThread: checking if test_vg2-lv4 depends on test_vg1-lv2 2024-03-01 16:57:55,303 DEBUG blivet/MainThread: checking if test_vg2-lv4_snapset1 depends on test_vg1-lv2 2024-03-01 16:57:55,303 DEBUG blivet/MainThread: checking if sdg depends on test_vg1-lv2 2024-03-01 16:57:55,303 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg1-lv2 2024-03-01 16:57:55,303 DEBUG blivet/MainThread: checking if sdh depends on test_vg1-lv2 2024-03-01 16:57:55,303 DEBUG blivet/MainThread: checking if sdi depends on test_vg1-lv2 2024-03-01 16:57:55,303 DEBUG blivet/MainThread: checking if sdj depends on test_vg1-lv2 2024-03-01 16:57:55,303 DEBUG blivet/MainThread: checking if test_vg3-lv5 depends on test_vg1-lv2 2024-03-01 16:57:55,304 DEBUG blivet/MainThread: checking if test_vg3-lv5_snapset1 depends on test_vg1-lv2 2024-03-01 16:57:55,304 DEBUG blivet/MainThread: checking if test_vg3-lv6 depends on test_vg1-lv2 2024-03-01 16:57:55,304 DEBUG blivet/MainThread: checking if test_vg3-lv6_snapset1 depends on test_vg1-lv2 2024-03-01 16:57:55,304 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg1-lv2 2024-03-01 16:57:55,304 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg1-lv2 2024-03-01 16:57:55,304 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg1-lv2 2024-03-01 16:57:55,304 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg1-lv2 2024-03-01 16:57:55,304 DEBUG blivet/MainThread: checking if xvda depends on test_vg1-lv2 2024-03-01 16:57:55,304 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg1-lv2 2024-03-01 16:57:55,305 DEBUG blivet/MainThread: devices to remove: ['test_vg1-lv2_snapset1'] 2024-03-01 16:57:55,305 DEBUG blivet/MainThread: leaves to remove: ['test_vg1-lv2_snapset1'] 2024-03-01 16:57:55,305 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 359 2024-03-01 16:57:55,308 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2_snapset1 ; type: None ; current: xfs ; 2024-03-01 16:57:55,308 INFO blivet/MainThread: registered action: [358] destroy format xfs filesystem on lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 16:57:55,311 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2_snapset1 ; kids: 2 ; 2024-03-01 16:57:55,311 INFO blivet/MainThread: removed lvmsnapshot test_vg1-lv2_snapset1 (id 84) from device tree 2024-03-01 16:57:55,311 INFO blivet/MainThread: registered action: [360] destroy device lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 16:57:55,311 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 362 2024-03-01 16:57:55,314 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 16:57:55,314 INFO blivet/MainThread: registered action: [361] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 71) 2024-03-01 16:57:55,317 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 16:57:55,317 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 71) from device tree 2024-03-01 16:57:55,317 INFO blivet/MainThread: registered action: [363] destroy device lvmlv test_vg1-lv2 (id 71) 2024-03-01 16:57:55,317 DEBUG blivet.ansible/MainThread: ['test_vg1', 'sdb', 'sda', 'sdc'] 2024-03-01 16:57:55,317 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 16:57:55,320 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 16:57:55,320 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:55,324 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:57:55,327 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:57:55,329 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:57:55,329 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 16:57:55,330 INFO blivet/MainThread: registered action: [364] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:57:55,330 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 16:57:55,330 DEBUG blivet/MainThread: removing sdb 2024-03-01 16:57:55,332 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 16:57:55,332 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:55,332 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 366 2024-03-01 16:57:55,335 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 16:57:55,335 INFO blivet/MainThread: registered action: [365] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:57:55,335 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 16:57:55,335 DEBUG blivet/MainThread: removing sda 2024-03-01 16:57:55,337 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 16:57:55,338 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:55,338 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 368 2024-03-01 16:57:55,340 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 16:57:55,340 INFO blivet/MainThread: registered action: [367] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:57:55,340 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 16:57:55,340 DEBUG blivet/MainThread: removing sdc 2024-03-01 16:57:55,343 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 16:57:55,343 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:55,343 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 370 2024-03-01 16:57:55,345 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 16:57:55,345 INFO blivet/MainThread: registered action: [369] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:57:55,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:55,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:55,351 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 16:57:55,351 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:55,351 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:55,352 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:55,352 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:55,352 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:55,353 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:55,353 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:55,353 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:55,354 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:55,354 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:55,354 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:55,354 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (107) 2024-03-01 16:57:55,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:57:55,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (98) with existing lvmpv 2024-03-01 16:57:55,360 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 16:57:55,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:57:55,364 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (112) with existing lvmpv 2024-03-01 16:57:55,364 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 16:57:55,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:57:55,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (122) with existing lvmpv 2024-03-01 16:57:55,369 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 16:57:55,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:55,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (131) with existing xfs filesystem 2024-03-01 16:57:55,374 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 16:57:55,377 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,377 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,378 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,379 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,374 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,382 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,382 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,383 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,384 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,379 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,387 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,387 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,388 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,389 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,384 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,391 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,392 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,393 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,394 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,389 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,396 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,397 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,398 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,399 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,394 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,401 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,402 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,403 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,403 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,399 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,406 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,407 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,407 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,408 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,404 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,411 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,412 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,412 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,413 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,409 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,416 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,417 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,417 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,418 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,414 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,421 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,422 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,422 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,423 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,419 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,426 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,427 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,427 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,428 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,424 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,431 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,432 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,432 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,433 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,429 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,436 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,437 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,437 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,438 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,434 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,441 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,441 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,442 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,443 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,438 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,445 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,446 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,447 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,448 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,443 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,450 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,451 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,452 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,453 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,448 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,455 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,456 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,457 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,457 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,453 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,460 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,461 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,461 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,462 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,458 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,465 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,466 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,466 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,467 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,463 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,470 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,471 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,471 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,472 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,468 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,475 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,476 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,476 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,477 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,473 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,480 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,481 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,481 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,482 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,478 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,485 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,486 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,486 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,487 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,483 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,489 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,490 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,491 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,492 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,487 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,494 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,495 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,496 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,496 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,492 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,499 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,500 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,500 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,501 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,497 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,504 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,505 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,505 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,506 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,502 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,509 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,510 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,510 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,511 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,507 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,514 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,515 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,515 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,516 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,512 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,519 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,520 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,520 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,521 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,517 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,524 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,524 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,525 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,526 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,521 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,528 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,529 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,530 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,531 DEBUG blivet/MainThread: vg test_vg2 has 2.13 GiB free 2024-03-01 16:57:55,526 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14d604f0) -- name = test_vg2-lv3 status = True id = 131 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = V3DQe3-xYo2-zJEJ-4LxT-McrN-GkVV-QEXuaY size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,531 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 16:57:55,534 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 16:57:55,534 DEBUG blivet/MainThread: checking if sda depends on test_vg2-lv3 2024-03-01 16:57:55,534 DEBUG blivet/MainThread: checking if sdb depends on test_vg2-lv3 2024-03-01 16:57:55,534 DEBUG blivet/MainThread: checking if sdk depends on test_vg2-lv3 2024-03-01 16:57:55,534 DEBUG blivet/MainThread: checking if sdl depends on test_vg2-lv3 2024-03-01 16:57:55,534 DEBUG blivet/MainThread: checking if sdc depends on test_vg2-lv3 2024-03-01 16:57:55,534 DEBUG blivet/MainThread: checking if sdd depends on test_vg2-lv3 2024-03-01 16:57:55,534 DEBUG blivet/MainThread: checking if test_vg2 depends on test_vg2-lv3 2024-03-01 16:57:55,535 DEBUG blivet/MainThread: checking if sde depends on test_vg2-lv3 2024-03-01 16:57:55,535 DEBUG blivet/MainThread: checking if sdf depends on test_vg2-lv3 2024-03-01 16:57:55,535 DEBUG blivet/MainThread: checking if test_vg2-lv3 depends on test_vg2-lv3 2024-03-01 16:57:55,535 DEBUG blivet/MainThread: checking if test_vg2-lv3_snapset1 depends on test_vg2-lv3 2024-03-01 16:57:55,535 DEBUG blivet/MainThread: checking if test_vg2-lv4 depends on test_vg2-lv3 2024-03-01 16:57:55,535 DEBUG blivet/MainThread: checking if test_vg2-lv4_snapset1 depends on test_vg2-lv3 2024-03-01 16:57:55,535 DEBUG blivet/MainThread: checking if sdg depends on test_vg2-lv3 2024-03-01 16:57:55,535 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg2-lv3 2024-03-01 16:57:55,535 DEBUG blivet/MainThread: checking if sdh depends on test_vg2-lv3 2024-03-01 16:57:55,535 DEBUG blivet/MainThread: checking if sdi depends on test_vg2-lv3 2024-03-01 16:57:55,535 DEBUG blivet/MainThread: checking if sdj depends on test_vg2-lv3 2024-03-01 16:57:55,535 DEBUG blivet/MainThread: checking if test_vg3-lv5 depends on test_vg2-lv3 2024-03-01 16:57:55,535 DEBUG blivet/MainThread: checking if test_vg3-lv5_snapset1 depends on test_vg2-lv3 2024-03-01 16:57:55,536 DEBUG blivet/MainThread: checking if test_vg3-lv6 depends on test_vg2-lv3 2024-03-01 16:57:55,536 DEBUG blivet/MainThread: checking if test_vg3-lv6_snapset1 depends on test_vg2-lv3 2024-03-01 16:57:55,536 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg2-lv3 2024-03-01 16:57:55,536 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg2-lv3 2024-03-01 16:57:55,536 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg2-lv3 2024-03-01 16:57:55,536 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg2-lv3 2024-03-01 16:57:55,536 DEBUG blivet/MainThread: checking if xvda depends on test_vg2-lv3 2024-03-01 16:57:55,536 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg2-lv3 2024-03-01 16:57:55,536 DEBUG blivet/MainThread: devices to remove: ['test_vg2-lv3_snapset1'] 2024-03-01 16:57:55,536 DEBUG blivet/MainThread: leaves to remove: ['test_vg2-lv3_snapset1'] 2024-03-01 16:57:55,537 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 372 2024-03-01 16:57:55,539 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3_snapset1 ; type: None ; current: xfs ; 2024-03-01 16:57:55,539 INFO blivet/MainThread: registered action: [371] destroy format xfs filesystem on lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 16:57:55,542 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3_snapset1 ; kids: 4 ; 2024-03-01 16:57:55,542 INFO blivet/MainThread: removed lvmsnapshot test_vg2-lv3_snapset1 (id 144) from device tree 2024-03-01 16:57:55,543 INFO blivet/MainThread: registered action: [373] destroy device lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 16:57:55,543 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 375 2024-03-01 16:57:55,546 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 16:57:55,546 INFO blivet/MainThread: registered action: [374] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 131) 2024-03-01 16:57:55,549 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 3 ; 2024-03-01 16:57:55,549 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 131) from device tree 2024-03-01 16:57:55,549 INFO blivet/MainThread: registered action: [376] destroy device lvmlv test_vg2-lv3 (id 131) 2024-03-01 16:57:55,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:55,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv4 (157) with existing xfs filesystem 2024-03-01 16:57:55,554 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 16:57:55,556 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,556 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,557 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,557 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,554 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,560 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,560 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,561 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,561 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,558 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,564 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,564 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,565 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,565 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,562 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,568 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,568 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,569 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,569 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,566 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,572 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,572 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,573 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,573 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,570 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,576 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,576 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,577 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,577 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,574 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,580 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,580 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,581 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,581 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,578 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,584 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,584 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,585 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,585 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,582 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,588 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,588 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,589 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,589 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,586 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,592 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,592 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,593 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,593 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,590 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,596 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,596 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,596 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,597 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,594 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,599 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,600 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,600 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,601 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,598 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,603 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,604 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,604 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,605 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,602 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,607 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,608 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,608 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,609 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,606 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,611 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,612 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,612 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,613 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,609 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,615 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,616 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,616 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,617 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,613 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,619 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,620 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,620 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,621 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,617 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,623 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,624 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,624 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,625 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,621 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,627 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,628 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,628 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,629 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,625 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,631 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,632 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,632 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,633 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,629 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,635 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,636 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,636 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,637 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,633 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,639 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,640 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,640 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,641 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,637 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,643 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,644 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,644 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,645 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,641 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,647 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,648 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,648 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,648 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,645 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,651 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,651 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,652 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,652 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,649 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,655 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,655 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,656 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,656 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,653 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,659 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,659 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,660 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,660 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,657 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,663 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,663 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,664 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,664 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,661 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,667 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,667 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,667 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,668 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,665 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,671 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,671 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,671 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,672 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,669 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,674 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,675 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,675 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,676 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,673 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,678 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,679 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,679 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 16:57:55,680 DEBUG blivet/MainThread: vg test_vg2 has 2.55 GiB free 2024-03-01 16:57:55,677 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c4d790) -- name = test_vg2-lv4 status = True id = 157 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (107)'] uuid = EXRVho-AuwB-YHde-QtsT-OYdM-X1ZN-fDHvK6 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 (0x7fae14c5cee0) -- 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 = WUsCQH-6EjI-Q5T7-O6B6-fhPf-0qZ2-k2JFS1 size = 2.98 GiB format = existing None major = 0 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 16:57:55,681 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 16:57:55,683 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 16:57:55,683 DEBUG blivet/MainThread: checking if sda depends on test_vg2-lv4 2024-03-01 16:57:55,683 DEBUG blivet/MainThread: checking if sdb depends on test_vg2-lv4 2024-03-01 16:57:55,683 DEBUG blivet/MainThread: checking if sdk depends on test_vg2-lv4 2024-03-01 16:57:55,684 DEBUG blivet/MainThread: checking if sdl depends on test_vg2-lv4 2024-03-01 16:57:55,684 DEBUG blivet/MainThread: checking if sdc depends on test_vg2-lv4 2024-03-01 16:57:55,684 DEBUG blivet/MainThread: checking if sdd depends on test_vg2-lv4 2024-03-01 16:57:55,684 DEBUG blivet/MainThread: checking if test_vg2 depends on test_vg2-lv4 2024-03-01 16:57:55,684 DEBUG blivet/MainThread: checking if sde depends on test_vg2-lv4 2024-03-01 16:57:55,684 DEBUG blivet/MainThread: checking if sdf depends on test_vg2-lv4 2024-03-01 16:57:55,684 DEBUG blivet/MainThread: checking if test_vg2-lv4 depends on test_vg2-lv4 2024-03-01 16:57:55,684 DEBUG blivet/MainThread: checking if test_vg2-lv4_snapset1 depends on test_vg2-lv4 2024-03-01 16:57:55,684 DEBUG blivet/MainThread: checking if sdg depends on test_vg2-lv4 2024-03-01 16:57:55,684 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg2-lv4 2024-03-01 16:57:55,684 DEBUG blivet/MainThread: checking if sdh depends on test_vg2-lv4 2024-03-01 16:57:55,684 DEBUG blivet/MainThread: checking if sdi depends on test_vg2-lv4 2024-03-01 16:57:55,684 DEBUG blivet/MainThread: checking if sdj depends on test_vg2-lv4 2024-03-01 16:57:55,684 DEBUG blivet/MainThread: checking if test_vg3-lv5 depends on test_vg2-lv4 2024-03-01 16:57:55,685 DEBUG blivet/MainThread: checking if test_vg3-lv5_snapset1 depends on test_vg2-lv4 2024-03-01 16:57:55,685 DEBUG blivet/MainThread: checking if test_vg3-lv6 depends on test_vg2-lv4 2024-03-01 16:57:55,685 DEBUG blivet/MainThread: checking if test_vg3-lv6_snapset1 depends on test_vg2-lv4 2024-03-01 16:57:55,685 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg2-lv4 2024-03-01 16:57:55,685 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg2-lv4 2024-03-01 16:57:55,685 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg2-lv4 2024-03-01 16:57:55,685 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg2-lv4 2024-03-01 16:57:55,685 DEBUG blivet/MainThread: checking if xvda depends on test_vg2-lv4 2024-03-01 16:57:55,685 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg2-lv4 2024-03-01 16:57:55,685 DEBUG blivet/MainThread: devices to remove: ['test_vg2-lv4_snapset1'] 2024-03-01 16:57:55,685 DEBUG blivet/MainThread: leaves to remove: ['test_vg2-lv4_snapset1'] 2024-03-01 16:57:55,686 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 378 2024-03-01 16:57:55,688 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4_snapset1 ; type: None ; current: xfs ; 2024-03-01 16:57:55,688 INFO blivet/MainThread: registered action: [377] destroy format xfs filesystem on lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 16:57:55,691 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4_snapset1 ; kids: 2 ; 2024-03-01 16:57:55,691 INFO blivet/MainThread: removed lvmsnapshot test_vg2-lv4_snapset1 (id 170) from device tree 2024-03-01 16:57:55,691 INFO blivet/MainThread: registered action: [379] destroy device lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 16:57:55,692 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 381 2024-03-01 16:57:55,694 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 16:57:55,694 INFO blivet/MainThread: registered action: [380] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 157) 2024-03-01 16:57:55,697 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 16:57:55,697 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 157) from device tree 2024-03-01 16:57:55,697 INFO blivet/MainThread: registered action: [382] destroy device lvmlv test_vg2-lv4 (id 157) 2024-03-01 16:57:55,697 DEBUG blivet.ansible/MainThread: ['sdf', 'sde', 'sdd', 'test_vg2'] 2024-03-01 16:57:55,698 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 16:57:55,700 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (107) ; hidden: False ; 2024-03-01 16:57:55,700 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:55,703 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 16:57:55,705 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 16:57:55,708 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 16:57:55,708 INFO blivet/MainThread: removed lvmvg test_vg2 (id 107) from device tree 2024-03-01 16:57:55,708 INFO blivet/MainThread: registered action: [383] destroy device lvmvg test_vg2 (id 107) 2024-03-01 16:57:55,708 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 16:57:55,708 DEBUG blivet/MainThread: removing sdf 2024-03-01 16:57:55,710 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (122) with existing lvmpv ; hidden: False ; 2024-03-01 16:57:55,711 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:55,711 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 385 2024-03-01 16:57:55,713 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 16:57:55,713 INFO blivet/MainThread: registered action: [384] destroy format lvmpv on disk sdf (id 122) 2024-03-01 16:57:55,714 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 16:57:55,714 DEBUG blivet/MainThread: removing sde 2024-03-01 16:57:55,716 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (112) with existing lvmpv ; hidden: False ; 2024-03-01 16:57:55,716 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:55,716 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 387 2024-03-01 16:57:55,719 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 16:57:55,719 INFO blivet/MainThread: registered action: [386] destroy format lvmpv on disk sde (id 112) 2024-03-01 16:57:55,719 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 16:57:55,719 DEBUG blivet/MainThread: removing sdd 2024-03-01 16:57:55,721 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (98) with existing lvmpv ; hidden: False ; 2024-03-01 16:57:55,721 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:55,721 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 389 2024-03-01 16:57:55,724 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 16:57:55,724 INFO blivet/MainThread: registered action: [388] destroy format lvmpv on disk sdd (id 98) 2024-03-01 16:57:55,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:55,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:55,729 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 16:57:55,729 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:55,730 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:55,730 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:55,731 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:55,731 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:55,731 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:55,732 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:55,732 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:55,732 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:55,733 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:55,733 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:55,734 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (193) 2024-03-01 16:57:55,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:57:55,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (184) with existing lvmpv 2024-03-01 16:57:55,739 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 16:57:55,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:57:55,743 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (198) with existing lvmpv 2024-03-01 16:57:55,743 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 16:57:55,746 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:57:55,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (208) with existing lvmpv 2024-03-01 16:57:55,748 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 16:57:55,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:57:55,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (218) with existing lvmpv 2024-03-01 16:57:55,753 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 16:57:55,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:55,758 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv5 (227) with existing xfs filesystem 2024-03-01 16:57:55,758 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 16:57:55,761 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,763 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,763 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,764 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,758 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,768 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,770 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,770 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,771 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,765 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,775 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,777 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,777 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,779 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,773 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,782 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,784 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,784 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,786 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,780 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,789 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,791 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,791 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,793 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,787 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,796 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,798 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,798 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,800 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,794 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,803 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,805 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,805 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,807 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,801 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,810 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,812 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,812 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,814 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,808 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,818 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,819 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,819 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,821 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,815 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,825 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,826 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,826 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,828 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,822 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,832 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,833 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,834 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,835 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,829 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,839 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,840 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,841 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,842 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,836 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,846 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,847 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,848 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,849 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,843 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,853 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,854 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,855 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,856 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,850 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,860 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,861 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,862 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,863 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,857 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,867 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,868 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,869 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,870 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,864 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,874 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,875 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,876 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,877 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,871 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,881 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,882 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,883 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,884 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,878 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,888 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,889 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,890 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,891 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,885 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,895 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,896 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,897 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,898 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,892 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,902 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,903 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,904 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,905 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,899 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,909 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,910 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,911 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,912 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,906 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,916 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,917 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,918 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,919 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,913 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,923 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,924 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,925 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,926 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,920 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,930 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,931 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,932 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,933 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,927 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,937 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,938 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,939 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,940 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,934 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,944 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,946 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,946 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,947 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,941 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,951 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,953 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,953 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,954 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,948 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,958 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,960 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,960 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,961 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,955 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,965 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,967 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,967 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,968 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,962 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,972 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,974 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,974 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,976 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,969 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,979 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,981 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,981 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:55,983 DEBUG blivet/MainThread: vg test_vg3 has 1.73 GiB free 2024-03-01 16:57:55,977 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c66ca0) -- name = test_vg3-lv5 status = True id = 227 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = PeTVLy-iYoY-enbd-IZZm-zrBQ-VdQe-dODS5b 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:55,984 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 16:57:55,986 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 16:57:55,986 DEBUG blivet/MainThread: checking if sda depends on test_vg3-lv5 2024-03-01 16:57:55,986 DEBUG blivet/MainThread: checking if sdb depends on test_vg3-lv5 2024-03-01 16:57:55,986 DEBUG blivet/MainThread: checking if sdk depends on test_vg3-lv5 2024-03-01 16:57:55,987 DEBUG blivet/MainThread: checking if sdl depends on test_vg3-lv5 2024-03-01 16:57:55,987 DEBUG blivet/MainThread: checking if sdc depends on test_vg3-lv5 2024-03-01 16:57:55,987 DEBUG blivet/MainThread: checking if sdd depends on test_vg3-lv5 2024-03-01 16:57:55,987 DEBUG blivet/MainThread: checking if sde depends on test_vg3-lv5 2024-03-01 16:57:55,987 DEBUG blivet/MainThread: checking if sdf depends on test_vg3-lv5 2024-03-01 16:57:55,987 DEBUG blivet/MainThread: checking if sdg depends on test_vg3-lv5 2024-03-01 16:57:55,987 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg3-lv5 2024-03-01 16:57:55,987 DEBUG blivet/MainThread: checking if sdh depends on test_vg3-lv5 2024-03-01 16:57:55,987 DEBUG blivet/MainThread: checking if sdi depends on test_vg3-lv5 2024-03-01 16:57:55,987 DEBUG blivet/MainThread: checking if sdj depends on test_vg3-lv5 2024-03-01 16:57:55,987 DEBUG blivet/MainThread: checking if test_vg3-lv5 depends on test_vg3-lv5 2024-03-01 16:57:55,987 DEBUG blivet/MainThread: checking if test_vg3-lv5_snapset1 depends on test_vg3-lv5 2024-03-01 16:57:55,987 DEBUG blivet/MainThread: checking if test_vg3-lv6 depends on test_vg3-lv5 2024-03-01 16:57:55,987 DEBUG blivet/MainThread: checking if test_vg3-lv6_snapset1 depends on test_vg3-lv5 2024-03-01 16:57:55,988 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg3-lv5 2024-03-01 16:57:55,988 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg3-lv5 2024-03-01 16:57:55,988 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg3-lv5 2024-03-01 16:57:55,988 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg3-lv5 2024-03-01 16:57:55,988 DEBUG blivet/MainThread: checking if xvda depends on test_vg3-lv5 2024-03-01 16:57:55,988 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg3-lv5 2024-03-01 16:57:55,988 DEBUG blivet/MainThread: devices to remove: ['test_vg3-lv5_snapset1'] 2024-03-01 16:57:55,988 DEBUG blivet/MainThread: leaves to remove: ['test_vg3-lv5_snapset1'] 2024-03-01 16:57:55,988 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 391 2024-03-01 16:57:55,991 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5_snapset1 ; type: None ; current: xfs ; 2024-03-01 16:57:55,991 INFO blivet/MainThread: registered action: [390] destroy format xfs filesystem on lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 16:57:55,994 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5_snapset1 ; kids: 8 ; 2024-03-01 16:57:55,994 INFO blivet/MainThread: removed lvmsnapshot test_vg3-lv5_snapset1 (id 240) from device tree 2024-03-01 16:57:55,994 INFO blivet/MainThread: registered action: [392] destroy device lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 16:57:55,995 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 394 2024-03-01 16:57:55,997 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 16:57:55,997 INFO blivet/MainThread: registered action: [393] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 227) 2024-03-01 16:57:56,000 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 7 ; 2024-03-01 16:57:56,001 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 227) from device tree 2024-03-01 16:57:56,001 INFO blivet/MainThread: registered action: [395] destroy device lvmlv test_vg3-lv5 (id 227) 2024-03-01 16:57:56,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:56,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv6 (253) with existing xfs filesystem 2024-03-01 16:57:56,006 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 16:57:56,008 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,009 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,010 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,011 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,006 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,014 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,016 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,016 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,017 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,012 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,021 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,022 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,022 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,023 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,018 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,027 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,028 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,028 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,030 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,024 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,033 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,034 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,035 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,036 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,031 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,039 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,040 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,041 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,042 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,037 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,045 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,047 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,047 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,048 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,043 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,052 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,053 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,053 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,054 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,049 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,058 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,059 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,059 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,061 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,055 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,064 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,065 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,066 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,067 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,061 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,070 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,071 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,072 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,073 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,068 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,076 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,078 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,078 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,079 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,074 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,083 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,084 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,084 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,085 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,080 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,089 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,090 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,090 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,092 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,086 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,095 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,096 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,097 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,098 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,092 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,101 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,102 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,103 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,104 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,099 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,107 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,109 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,109 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,110 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,105 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,114 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,115 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,115 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,116 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,111 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,120 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,121 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,121 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,122 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,117 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,126 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,127 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,127 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,129 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,123 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,132 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,133 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,134 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,135 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,130 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,138 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,139 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,140 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,141 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,136 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,144 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,146 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,146 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,147 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,142 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,151 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,152 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,152 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,153 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,148 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,157 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,158 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,158 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,160 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,154 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,163 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,164 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,165 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,166 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,160 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,169 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,170 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,171 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,172 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,167 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,175 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,177 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,177 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,178 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,173 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,182 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,183 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,183 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,184 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,179 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,188 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,189 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,189 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,190 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,185 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,194 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,195 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,195 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,197 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,191 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,200 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,201 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,202 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,203 DEBUG blivet/MainThread: vg test_vg3 has 2.29 GiB free 2024-03-01 16:57:56,197 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c49be0) -- name = test_vg3-lv6 status = True id = 253 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = 7ly9LP-teSB-YByf-NaYo-BLTT-5qpO-SjIaih 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 (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,204 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 16:57:56,206 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 16:57:56,206 DEBUG blivet/MainThread: checking if sda depends on test_vg3-lv6 2024-03-01 16:57:56,207 DEBUG blivet/MainThread: checking if sdb depends on test_vg3-lv6 2024-03-01 16:57:56,207 DEBUG blivet/MainThread: checking if sdk depends on test_vg3-lv6 2024-03-01 16:57:56,207 DEBUG blivet/MainThread: checking if sdl depends on test_vg3-lv6 2024-03-01 16:57:56,207 DEBUG blivet/MainThread: checking if sdc depends on test_vg3-lv6 2024-03-01 16:57:56,207 DEBUG blivet/MainThread: checking if sdd depends on test_vg3-lv6 2024-03-01 16:57:56,207 DEBUG blivet/MainThread: checking if sde depends on test_vg3-lv6 2024-03-01 16:57:56,207 DEBUG blivet/MainThread: checking if sdf depends on test_vg3-lv6 2024-03-01 16:57:56,207 DEBUG blivet/MainThread: checking if sdg depends on test_vg3-lv6 2024-03-01 16:57:56,207 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg3-lv6 2024-03-01 16:57:56,207 DEBUG blivet/MainThread: checking if sdh depends on test_vg3-lv6 2024-03-01 16:57:56,207 DEBUG blivet/MainThread: checking if sdi depends on test_vg3-lv6 2024-03-01 16:57:56,207 DEBUG blivet/MainThread: checking if sdj depends on test_vg3-lv6 2024-03-01 16:57:56,207 DEBUG blivet/MainThread: checking if test_vg3-lv6 depends on test_vg3-lv6 2024-03-01 16:57:56,207 DEBUG blivet/MainThread: checking if test_vg3-lv6_snapset1 depends on test_vg3-lv6 2024-03-01 16:57:56,208 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg3-lv6 2024-03-01 16:57:56,208 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg3-lv6 2024-03-01 16:57:56,208 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg3-lv6 2024-03-01 16:57:56,208 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg3-lv6 2024-03-01 16:57:56,208 DEBUG blivet/MainThread: checking if xvda depends on test_vg3-lv6 2024-03-01 16:57:56,208 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg3-lv6 2024-03-01 16:57:56,208 DEBUG blivet/MainThread: devices to remove: ['test_vg3-lv6_snapset1'] 2024-03-01 16:57:56,208 DEBUG blivet/MainThread: leaves to remove: ['test_vg3-lv6_snapset1'] 2024-03-01 16:57:56,208 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 397 2024-03-01 16:57:56,211 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6_snapset1 ; type: None ; current: xfs ; 2024-03-01 16:57:56,211 INFO blivet/MainThread: registered action: [396] destroy format xfs filesystem on lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 16:57:56,214 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6_snapset1 ; kids: 6 ; 2024-03-01 16:57:56,214 INFO blivet/MainThread: removed lvmsnapshot test_vg3-lv6_snapset1 (id 266) from device tree 2024-03-01 16:57:56,214 INFO blivet/MainThread: registered action: [398] destroy device lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 16:57:56,214 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 400 2024-03-01 16:57:56,217 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 16:57:56,217 INFO blivet/MainThread: registered action: [399] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 253) 2024-03-01 16:57:56,220 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 5 ; 2024-03-01 16:57:56,220 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 253) from device tree 2024-03-01 16:57:56,220 INFO blivet/MainThread: registered action: [401] destroy device lvmlv test_vg3-lv6 (id 253) 2024-03-01 16:57:56,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:56,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (279) with existing xfs filesystem 2024-03-01 16:57:56,225 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 16:57:56,228 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,229 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,229 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,230 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,225 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,233 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,234 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,235 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,235 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,231 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,239 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,240 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,240 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,241 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,236 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,244 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,245 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,245 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,246 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,242 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,249 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,250 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,251 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,252 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,247 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,255 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,256 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,256 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,257 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,252 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,260 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,261 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,261 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,262 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,258 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,265 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,266 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,267 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,268 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,263 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,271 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,272 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,272 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,273 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,268 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,276 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,277 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,277 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,278 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,274 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,281 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,282 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,283 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,284 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,279 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,287 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,288 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,288 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,289 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,284 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,292 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,293 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,293 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,294 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,290 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,297 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,298 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,299 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,300 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,295 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,303 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,304 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,304 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,305 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,300 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,308 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,309 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,309 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,310 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,306 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,313 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,314 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,315 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,316 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,311 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,319 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,320 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,320 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,321 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,316 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,324 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,325 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,325 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,326 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,322 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,329 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,330 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,331 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,332 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,327 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,335 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,336 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,336 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,337 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,332 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,340 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,341 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,342 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,342 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,338 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,346 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,347 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,347 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,348 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,343 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,351 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,352 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,352 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,353 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,349 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,356 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,357 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,358 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,359 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,354 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,362 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,363 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,363 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,364 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,359 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,367 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,368 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,368 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,369 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,365 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,372 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,373 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,374 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,375 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,370 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,378 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,379 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,379 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,380 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,375 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,383 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,384 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,384 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,385 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,381 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,388 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,389 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,390 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,391 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,386 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,394 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,395 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,395 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,396 DEBUG blivet/MainThread: vg test_vg3 has 2.85 GiB free 2024-03-01 16:57:56,391 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c06eb0) -- name = test_vg3-lv7 status = True id = 279 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = skLlQF-8HuR-5ScH-wXcz-ddeS-BM7B-ewg64Q size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,397 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 16:57:56,399 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 16:57:56,399 DEBUG blivet/MainThread: checking if sda depends on test_vg3-lv7 2024-03-01 16:57:56,399 DEBUG blivet/MainThread: checking if sdb depends on test_vg3-lv7 2024-03-01 16:57:56,400 DEBUG blivet/MainThread: checking if sdk depends on test_vg3-lv7 2024-03-01 16:57:56,400 DEBUG blivet/MainThread: checking if sdl depends on test_vg3-lv7 2024-03-01 16:57:56,400 DEBUG blivet/MainThread: checking if sdc depends on test_vg3-lv7 2024-03-01 16:57:56,400 DEBUG blivet/MainThread: checking if sdd depends on test_vg3-lv7 2024-03-01 16:57:56,400 DEBUG blivet/MainThread: checking if sde depends on test_vg3-lv7 2024-03-01 16:57:56,400 DEBUG blivet/MainThread: checking if sdf depends on test_vg3-lv7 2024-03-01 16:57:56,400 DEBUG blivet/MainThread: checking if sdg depends on test_vg3-lv7 2024-03-01 16:57:56,400 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg3-lv7 2024-03-01 16:57:56,400 DEBUG blivet/MainThread: checking if sdh depends on test_vg3-lv7 2024-03-01 16:57:56,400 DEBUG blivet/MainThread: checking if sdi depends on test_vg3-lv7 2024-03-01 16:57:56,400 DEBUG blivet/MainThread: checking if sdj depends on test_vg3-lv7 2024-03-01 16:57:56,400 DEBUG blivet/MainThread: checking if test_vg3-lv7 depends on test_vg3-lv7 2024-03-01 16:57:56,400 DEBUG blivet/MainThread: checking if test_vg3-lv7_snapset1 depends on test_vg3-lv7 2024-03-01 16:57:56,400 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg3-lv7 2024-03-01 16:57:56,401 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg3-lv7 2024-03-01 16:57:56,401 DEBUG blivet/MainThread: checking if xvda depends on test_vg3-lv7 2024-03-01 16:57:56,401 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg3-lv7 2024-03-01 16:57:56,401 DEBUG blivet/MainThread: devices to remove: ['test_vg3-lv7_snapset1'] 2024-03-01 16:57:56,401 DEBUG blivet/MainThread: leaves to remove: ['test_vg3-lv7_snapset1'] 2024-03-01 16:57:56,401 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 403 2024-03-01 16:57:56,404 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7_snapset1 ; type: None ; current: xfs ; 2024-03-01 16:57:56,404 INFO blivet/MainThread: registered action: [402] destroy format xfs filesystem on lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 16:57:56,407 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7_snapset1 ; kids: 4 ; 2024-03-01 16:57:56,407 INFO blivet/MainThread: removed lvmsnapshot test_vg3-lv7_snapset1 (id 292) from device tree 2024-03-01 16:57:56,407 INFO blivet/MainThread: registered action: [404] destroy device lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 16:57:56,407 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 406 2024-03-01 16:57:56,410 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 16:57:56,410 INFO blivet/MainThread: registered action: [405] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 279) 2024-03-01 16:57:56,413 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 16:57:56,413 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 279) from device tree 2024-03-01 16:57:56,413 INFO blivet/MainThread: registered action: [407] destroy device lvmlv test_vg3-lv7 (id 279) 2024-03-01 16:57:56,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 16:57:56,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (305) with existing xfs filesystem 2024-03-01 16:57:56,418 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 16:57:56,420 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,421 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,421 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,422 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,418 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,425 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,426 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,426 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,427 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,423 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,429 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,430 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,430 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,431 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,427 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,434 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,434 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,435 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,436 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,432 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,438 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,439 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,439 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,440 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,436 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,443 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,443 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,444 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,444 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,441 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,447 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,448 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,448 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,449 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,445 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,452 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,452 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,453 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,453 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,450 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,456 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,457 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,457 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,458 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,454 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,461 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,461 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,462 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,462 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,458 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,465 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,466 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,466 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,467 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,463 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,469 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,470 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,471 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,471 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,467 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,474 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,475 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,475 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,476 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,472 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,478 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,479 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,479 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,480 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,476 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,483 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,484 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,484 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,485 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,481 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,487 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,488 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,488 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,489 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,485 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,492 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,492 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,493 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,494 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,490 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,496 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,497 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,497 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,498 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,494 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,501 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,501 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,502 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,502 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,498 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,505 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,506 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,506 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,507 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,503 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,510 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,510 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,511 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,511 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,507 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,514 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,515 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,515 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,516 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,512 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,518 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,519 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,520 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,520 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,516 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,523 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,524 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,524 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,525 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,521 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,527 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,528 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,528 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,529 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,525 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,532 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,532 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,533 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,534 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,530 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,536 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,537 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,537 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,538 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,534 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,541 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,541 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,542 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,542 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,539 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,545 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,546 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,546 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,547 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,543 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,550 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,550 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,551 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,551 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,547 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,554 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,555 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,555 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,556 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,552 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,559 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,559 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,560 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 16:57:56,560 DEBUG blivet/MainThread: vg test_vg3 has 3.41 GiB free 2024-03-01 16:57:56,556 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fae14c0e820) -- name = test_vg3-lv8 status = True id = 305 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (193)'] uuid = HSDoOc-BOZN-kd3c-9V8z-yCDz-myzn-YgHVgi size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fae14d60160) -- 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 = cnc6MM-8ic9-w319-dUDF-iua9-sImU-lyR78v size = 3.97 GiB format = existing None major = 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 16:57:56,561 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 16:57:56,563 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 16:57:56,564 DEBUG blivet/MainThread: checking if sda depends on test_vg3-lv8 2024-03-01 16:57:56,564 DEBUG blivet/MainThread: checking if sdb depends on test_vg3-lv8 2024-03-01 16:57:56,564 DEBUG blivet/MainThread: checking if sdk depends on test_vg3-lv8 2024-03-01 16:57:56,564 DEBUG blivet/MainThread: checking if sdl depends on test_vg3-lv8 2024-03-01 16:57:56,564 DEBUG blivet/MainThread: checking if sdc depends on test_vg3-lv8 2024-03-01 16:57:56,564 DEBUG blivet/MainThread: checking if sdd depends on test_vg3-lv8 2024-03-01 16:57:56,564 DEBUG blivet/MainThread: checking if sde depends on test_vg3-lv8 2024-03-01 16:57:56,564 DEBUG blivet/MainThread: checking if sdf depends on test_vg3-lv8 2024-03-01 16:57:56,564 DEBUG blivet/MainThread: checking if sdg depends on test_vg3-lv8 2024-03-01 16:57:56,564 DEBUG blivet/MainThread: checking if test_vg3 depends on test_vg3-lv8 2024-03-01 16:57:56,564 DEBUG blivet/MainThread: checking if sdh depends on test_vg3-lv8 2024-03-01 16:57:56,564 DEBUG blivet/MainThread: checking if sdi depends on test_vg3-lv8 2024-03-01 16:57:56,564 DEBUG blivet/MainThread: checking if sdj depends on test_vg3-lv8 2024-03-01 16:57:56,564 DEBUG blivet/MainThread: checking if test_vg3-lv8 depends on test_vg3-lv8 2024-03-01 16:57:56,565 DEBUG blivet/MainThread: checking if test_vg3-lv8_snapset1 depends on test_vg3-lv8 2024-03-01 16:57:56,565 DEBUG blivet/MainThread: checking if xvda depends on test_vg3-lv8 2024-03-01 16:57:56,565 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg3-lv8 2024-03-01 16:57:56,565 DEBUG blivet/MainThread: devices to remove: ['test_vg3-lv8_snapset1'] 2024-03-01 16:57:56,565 DEBUG blivet/MainThread: leaves to remove: ['test_vg3-lv8_snapset1'] 2024-03-01 16:57:56,565 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 409 2024-03-01 16:57:56,568 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8_snapset1 ; type: None ; current: xfs ; 2024-03-01 16:57:56,568 INFO blivet/MainThread: registered action: [408] destroy format xfs filesystem on lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 16:57:56,571 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8_snapset1 ; kids: 2 ; 2024-03-01 16:57:56,571 INFO blivet/MainThread: removed lvmsnapshot test_vg3-lv8_snapset1 (id 318) from device tree 2024-03-01 16:57:56,571 INFO blivet/MainThread: registered action: [410] destroy device lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 16:57:56,571 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 412 2024-03-01 16:57:56,574 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 16:57:56,574 INFO blivet/MainThread: registered action: [411] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 305) 2024-03-01 16:57:56,577 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 16:57:56,577 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 305) from device tree 2024-03-01 16:57:56,577 INFO blivet/MainThread: registered action: [413] destroy device lvmlv test_vg3-lv8 (id 305) 2024-03-01 16:57:56,577 DEBUG blivet.ansible/MainThread: ['sdi', 'sdg', 'test_vg3', 'sdh', 'sdj'] 2024-03-01 16:57:56,577 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 16:57:56,579 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (193) ; hidden: False ; 2024-03-01 16:57:56,580 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:56,582 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:57:56,585 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:57:56,587 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:57:56,590 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 16:57:56,590 INFO blivet/MainThread: removed lvmvg test_vg3 (id 193) from device tree 2024-03-01 16:57:56,590 INFO blivet/MainThread: registered action: [414] destroy device lvmvg test_vg3 (id 193) 2024-03-01 16:57:56,590 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 16:57:56,590 DEBUG blivet/MainThread: removing sdi 2024-03-01 16:57:56,593 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (208) with existing lvmpv ; hidden: False ; 2024-03-01 16:57:56,593 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:56,593 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 416 2024-03-01 16:57:56,595 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 16:57:56,595 INFO blivet/MainThread: registered action: [415] destroy format lvmpv on disk sdi (id 208) 2024-03-01 16:57:56,596 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 16:57:56,596 DEBUG blivet/MainThread: removing sdg 2024-03-01 16:57:56,598 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (184) with existing lvmpv ; hidden: False ; 2024-03-01 16:57:56,598 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:56,598 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 418 2024-03-01 16:57:56,601 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 16:57:56,601 INFO blivet/MainThread: registered action: [417] destroy format lvmpv on disk sdg (id 184) 2024-03-01 16:57:56,601 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 16:57:56,601 DEBUG blivet/MainThread: removing sdh 2024-03-01 16:57:56,603 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (198) with existing lvmpv ; hidden: False ; 2024-03-01 16:57:56,603 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:56,603 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 420 2024-03-01 16:57:56,606 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 16:57:56,606 INFO blivet/MainThread: registered action: [419] destroy format lvmpv on disk sdh (id 198) 2024-03-01 16:57:56,606 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 16:57:56,606 DEBUG blivet/MainThread: removing sdj 2024-03-01 16:57:56,608 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (218) with existing lvmpv ; hidden: False ; 2024-03-01 16:57:56,608 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:57:56,609 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 422 2024-03-01 16:57:56,611 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 16:57:56,611 INFO blivet/MainThread: registered action: [421] destroy format lvmpv on disk sdj (id 218) 2024-03-01 16:57:56,612 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:56,624 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,651 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:56,663 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,692 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:57:56,692 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:56,703 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,732 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:57:56,732 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:56,744 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,773 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:57:56,773 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:56,785 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,814 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:57:56,814 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:56,825 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,854 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:57:56,854 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:56,866 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,895 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:57:56,896 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:56,907 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,936 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:57:56,937 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:56,948 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:56,977 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:57:56,977 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:56,989 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,018 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:57:57,019 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,030 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,059 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:57:57,059 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,071 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,101 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:57:57,101 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,110 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,140 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:57:57,140 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,153 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,182 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:57:57,183 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,194 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,223 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:57:57,223 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,235 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,264 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:57:57,265 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,276 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,305 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:57:57,305 DEBUG blivet/MainThread: action: [352] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 16:57:57,306 DEBUG blivet/MainThread: action: [354] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 16:57:57,306 DEBUG blivet/MainThread: action: [355] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:57:57,306 DEBUG blivet/MainThread: action: [357] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:57:57,306 DEBUG blivet/MainThread: action: [358] destroy format xfs filesystem on lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 16:57:57,306 DEBUG blivet/MainThread: action: [360] destroy device lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 16:57:57,306 DEBUG blivet/MainThread: action: [361] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 71) 2024-03-01 16:57:57,306 DEBUG blivet/MainThread: action: [363] destroy device lvmlv test_vg1-lv2 (id 71) 2024-03-01 16:57:57,306 DEBUG blivet/MainThread: action: [364] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:57:57,306 DEBUG blivet/MainThread: action: [365] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:57:57,306 DEBUG blivet/MainThread: action: [367] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:57:57,306 DEBUG blivet/MainThread: action: [369] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:57:57,306 DEBUG blivet/MainThread: action: [371] destroy format xfs filesystem on lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 16:57:57,307 DEBUG blivet/MainThread: action: [373] destroy device lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 16:57:57,307 DEBUG blivet/MainThread: action: [374] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 131) 2024-03-01 16:57:57,307 DEBUG blivet/MainThread: action: [376] destroy device lvmlv test_vg2-lv3 (id 131) 2024-03-01 16:57:57,307 DEBUG blivet/MainThread: action: [377] destroy format xfs filesystem on lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 16:57:57,307 DEBUG blivet/MainThread: action: [379] destroy device lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 16:57:57,307 DEBUG blivet/MainThread: action: [380] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 157) 2024-03-01 16:57:57,307 DEBUG blivet/MainThread: action: [382] destroy device lvmlv test_vg2-lv4 (id 157) 2024-03-01 16:57:57,307 DEBUG blivet/MainThread: action: [383] destroy device lvmvg test_vg2 (id 107) 2024-03-01 16:57:57,307 DEBUG blivet/MainThread: action: [384] destroy format lvmpv on disk sdf (id 122) 2024-03-01 16:57:57,307 DEBUG blivet/MainThread: action: [386] destroy format lvmpv on disk sde (id 112) 2024-03-01 16:57:57,307 DEBUG blivet/MainThread: action: [388] destroy format lvmpv on disk sdd (id 98) 2024-03-01 16:57:57,307 DEBUG blivet/MainThread: action: [390] destroy format xfs filesystem on lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 16:57:57,307 DEBUG blivet/MainThread: action: [392] destroy device lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 16:57:57,307 DEBUG blivet/MainThread: action: [393] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 227) 2024-03-01 16:57:57,308 DEBUG blivet/MainThread: action: [395] destroy device lvmlv test_vg3-lv5 (id 227) 2024-03-01 16:57:57,308 DEBUG blivet/MainThread: action: [396] destroy format xfs filesystem on lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 16:57:57,308 DEBUG blivet/MainThread: action: [398] destroy device lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 16:57:57,308 DEBUG blivet/MainThread: action: [399] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 253) 2024-03-01 16:57:57,308 DEBUG blivet/MainThread: action: [401] destroy device lvmlv test_vg3-lv6 (id 253) 2024-03-01 16:57:57,308 DEBUG blivet/MainThread: action: [402] destroy format xfs filesystem on lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 16:57:57,308 DEBUG blivet/MainThread: action: [404] destroy device lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 16:57:57,308 DEBUG blivet/MainThread: action: [405] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 279) 2024-03-01 16:57:57,308 DEBUG blivet/MainThread: action: [407] destroy device lvmlv test_vg3-lv7 (id 279) 2024-03-01 16:57:57,308 DEBUG blivet/MainThread: action: [408] destroy format xfs filesystem on lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 16:57:57,308 DEBUG blivet/MainThread: action: [410] destroy device lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 16:57:57,308 DEBUG blivet/MainThread: action: [411] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 305) 2024-03-01 16:57:57,309 DEBUG blivet/MainThread: action: [413] destroy device lvmlv test_vg3-lv8 (id 305) 2024-03-01 16:57:57,309 DEBUG blivet/MainThread: action: [414] destroy device lvmvg test_vg3 (id 193) 2024-03-01 16:57:57,309 DEBUG blivet/MainThread: action: [415] destroy format lvmpv on disk sdi (id 208) 2024-03-01 16:57:57,309 DEBUG blivet/MainThread: action: [417] destroy format lvmpv on disk sdg (id 184) 2024-03-01 16:57:57,309 DEBUG blivet/MainThread: action: [419] destroy format lvmpv on disk sdh (id 198) 2024-03-01 16:57:57,309 DEBUG blivet/MainThread: action: [421] destroy format lvmpv on disk sdj (id 218) 2024-03-01 16:57:57,309 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:57:57,313 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:57:57,315 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:57:57,318 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:57:57,320 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:57:57,320 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:57:57,323 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:57:57,323 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 0x7fae15dbf900> 2024-03-01 16:57:57,323 INFO blivet/MainThread: sorting actions... 2024-03-01 16:57:57,379 DEBUG blivet/MainThread: action: [408] destroy format xfs filesystem on lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 16:57:57,379 DEBUG blivet/MainThread: action: [410] destroy device lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 16:57:57,379 DEBUG blivet/MainThread: action: [411] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 305) 2024-03-01 16:57:57,379 DEBUG blivet/MainThread: action: [413] destroy device lvmlv test_vg3-lv8 (id 305) 2024-03-01 16:57:57,379 DEBUG blivet/MainThread: action: [402] destroy format xfs filesystem on lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 16:57:57,380 DEBUG blivet/MainThread: action: [404] destroy device lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 16:57:57,380 DEBUG blivet/MainThread: action: [405] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 279) 2024-03-01 16:57:57,380 DEBUG blivet/MainThread: action: [407] destroy device lvmlv test_vg3-lv7 (id 279) 2024-03-01 16:57:57,380 DEBUG blivet/MainThread: action: [396] destroy format xfs filesystem on lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 16:57:57,380 DEBUG blivet/MainThread: action: [398] destroy device lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 16:57:57,380 DEBUG blivet/MainThread: action: [399] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 253) 2024-03-01 16:57:57,380 DEBUG blivet/MainThread: action: [401] destroy device lvmlv test_vg3-lv6 (id 253) 2024-03-01 16:57:57,381 DEBUG blivet/MainThread: action: [390] destroy format xfs filesystem on lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 16:57:57,381 DEBUG blivet/MainThread: action: [392] destroy device lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 16:57:57,381 DEBUG blivet/MainThread: action: [393] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 227) 2024-03-01 16:57:57,381 DEBUG blivet/MainThread: action: [395] destroy device lvmlv test_vg3-lv5 (id 227) 2024-03-01 16:57:57,381 DEBUG blivet/MainThread: action: [414] destroy device lvmvg test_vg3 (id 193) 2024-03-01 16:57:57,381 DEBUG blivet/MainThread: action: [421] destroy format lvmpv on disk sdj (id 218) 2024-03-01 16:57:57,381 DEBUG blivet/MainThread: action: [419] destroy format lvmpv on disk sdh (id 198) 2024-03-01 16:57:57,382 DEBUG blivet/MainThread: action: [417] destroy format lvmpv on disk sdg (id 184) 2024-03-01 16:57:57,382 DEBUG blivet/MainThread: action: [415] destroy format lvmpv on disk sdi (id 208) 2024-03-01 16:57:57,382 DEBUG blivet/MainThread: action: [377] destroy format xfs filesystem on lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 16:57:57,382 DEBUG blivet/MainThread: action: [379] destroy device lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 16:57:57,382 DEBUG blivet/MainThread: action: [380] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 157) 2024-03-01 16:57:57,382 DEBUG blivet/MainThread: action: [382] destroy device lvmlv test_vg2-lv4 (id 157) 2024-03-01 16:57:57,382 DEBUG blivet/MainThread: action: [371] destroy format xfs filesystem on lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 16:57:57,383 DEBUG blivet/MainThread: action: [373] destroy device lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 16:57:57,383 DEBUG blivet/MainThread: action: [374] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 131) 2024-03-01 16:57:57,383 DEBUG blivet/MainThread: action: [376] destroy device lvmlv test_vg2-lv3 (id 131) 2024-03-01 16:57:57,383 DEBUG blivet/MainThread: action: [383] destroy device lvmvg test_vg2 (id 107) 2024-03-01 16:57:57,383 DEBUG blivet/MainThread: action: [388] destroy format lvmpv on disk sdd (id 98) 2024-03-01 16:57:57,383 DEBUG blivet/MainThread: action: [386] destroy format lvmpv on disk sde (id 112) 2024-03-01 16:57:57,383 DEBUG blivet/MainThread: action: [384] destroy format lvmpv on disk sdf (id 122) 2024-03-01 16:57:57,383 DEBUG blivet/MainThread: action: [358] destroy format xfs filesystem on lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 16:57:57,384 DEBUG blivet/MainThread: action: [360] destroy device lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 16:57:57,384 DEBUG blivet/MainThread: action: [361] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 71) 2024-03-01 16:57:57,384 DEBUG blivet/MainThread: action: [363] destroy device lvmlv test_vg1-lv2 (id 71) 2024-03-01 16:57:57,384 DEBUG blivet/MainThread: action: [352] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 16:57:57,384 DEBUG blivet/MainThread: action: [354] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 16:57:57,384 DEBUG blivet/MainThread: action: [355] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:57:57,384 DEBUG blivet/MainThread: action: [357] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:57:57,385 DEBUG blivet/MainThread: action: [364] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:57:57,385 DEBUG blivet/MainThread: action: [369] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:57:57,385 DEBUG blivet/MainThread: action: [367] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:57:57,385 DEBUG blivet/MainThread: action: [365] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:57:57,385 INFO blivet/MainThread: executing action: [408] destroy format xfs filesystem on lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 16:57:57,388 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:57:57,388 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8_snapset1 2024-03-01 16:57:57,398 INFO program/MainThread: stdout: 2024-03-01 16:57:57,398 INFO program/MainThread: /dev/mapper/test_vg3-lv8_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:57:57,398 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,398 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,424 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,425 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,436 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,437 INFO blivet/MainThread: executing action: [410] destroy device lvmsnapshot test_vg3-lv8_snapset1 (id 318) 2024-03-01 16:57:57,440 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 16:57:57,443 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:57:57,446 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:57,448 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:57:57,451 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:57,454 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:57:57,456 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:57,459 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:57:57,462 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:57,464 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:57:57,467 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8_snapset1 ; status: True ; 2024-03-01 16:57:57,467 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/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:57,566 INFO program/MainThread: stdout[260]: Logical volume "lv8_snapset1" successfully removed. 2024-03-01 16:57:57,566 INFO program/MainThread: stderr[260]: 2024-03-01 16:57:57,566 INFO program/MainThread: ...done [260] (exit code: 0) 2024-03-01 16:57:57,567 INFO blivet/MainThread: executing action: [411] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 305) 2024-03-01 16:57:57,575 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:57,580 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:57:57,580 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 16:57:57,592 INFO program/MainThread: stdout: 2024-03-01 16:57:57,593 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:57:57,593 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,593 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,636 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,637 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,651 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,652 INFO blivet/MainThread: executing action: [413] destroy device lvmlv test_vg3-lv8 (id 305) 2024-03-01 16:57:57,656 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 16:57:57,659 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 16:57:57,662 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 16:57:57,665 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 16:57:57,668 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 16:57:57,668 INFO program/MainThread: Running [261] lvm lvchange -an test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:57,707 INFO program/MainThread: stdout[261]: 2024-03-01 16:57:57,707 INFO program/MainThread: stderr[261]: 2024-03-01 16:57:57,707 INFO program/MainThread: ...done [261] (exit code: 0) 2024-03-01 16:57:57,711 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:57:57,713 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:57,716 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:57:57,719 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:57,721 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:57:57,725 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:57,727 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:57:57,730 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:57,733 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:57:57,735 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 16:57:57,736 INFO program/MainThread: Running [262] lvm lvremove --yes test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:57,770 INFO program/MainThread: stdout[262]: Logical volume "lv8" successfully removed. 2024-03-01 16:57:57,770 INFO program/MainThread: stderr[262]: 2024-03-01 16:57:57,770 INFO program/MainThread: ...done [262] (exit code: 0) 2024-03-01 16:57:57,771 INFO blivet/MainThread: executing action: [402] destroy format xfs filesystem on lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 16:57:57,780 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:57:57,780 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7_snapset1 2024-03-01 16:57:57,791 INFO program/MainThread: stdout: 2024-03-01 16:57:57,792 INFO program/MainThread: /dev/mapper/test_vg3-lv7_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:57:57,792 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,792 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,840 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,840 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:57,852 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:57,853 INFO blivet/MainThread: executing action: [404] destroy device lvmsnapshot test_vg3-lv7_snapset1 (id 292) 2024-03-01 16:57:57,856 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 16:57:57,859 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:57:57,862 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:57,865 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:57:57,867 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:57,870 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:57:57,873 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:57,875 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:57:57,878 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:57,881 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:57:57,883 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7_snapset1 ; status: True ; 2024-03-01 16:57:57,884 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/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:57,979 INFO program/MainThread: stdout[263]: Logical volume "lv7_snapset1" successfully removed. 2024-03-01 16:57:57,979 INFO program/MainThread: stderr[263]: 2024-03-01 16:57:57,979 INFO program/MainThread: ...done [263] (exit code: 0) 2024-03-01 16:57:57,980 INFO blivet/MainThread: executing action: [405] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 279) 2024-03-01 16:57:57,989 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:57,995 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:57:57,996 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 16:57:58,008 INFO program/MainThread: stdout: 2024-03-01 16:57:58,009 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:57:58,009 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:58,009 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:58,050 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:58,050 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:58,063 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:58,064 INFO blivet/MainThread: executing action: [407] destroy device lvmlv test_vg3-lv7 (id 279) 2024-03-01 16:57:58,068 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 16:57:58,070 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 16:57:58,074 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 16:57:58,077 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 16:57:58,079 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 16:57:58,080 INFO program/MainThread: Running [264] lvm lvchange -an test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:58,125 INFO program/MainThread: stdout[264]: 2024-03-01 16:57:58,125 INFO program/MainThread: stderr[264]: 2024-03-01 16:57:58,125 INFO program/MainThread: ...done [264] (exit code: 0) 2024-03-01 16:57:58,129 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:57:58,132 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:58,135 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:57:58,137 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:58,140 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:57:58,143 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:58,145 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:57:58,148 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:58,151 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:57:58,154 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 16:57:58,154 INFO program/MainThread: Running [265] lvm lvremove --yes test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:58,197 INFO program/MainThread: stdout[265]: Logical volume "lv7" successfully removed. 2024-03-01 16:57:58,197 INFO program/MainThread: stderr[265]: 2024-03-01 16:57:58,197 INFO program/MainThread: ...done [265] (exit code: 0) 2024-03-01 16:57:58,198 INFO blivet/MainThread: executing action: [396] destroy format xfs filesystem on lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 16:57:58,205 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:57:58,205 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6_snapset1 2024-03-01 16:57:58,217 INFO program/MainThread: stdout: 2024-03-01 16:57:58,218 INFO program/MainThread: /dev/mapper/test_vg3-lv6_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:57:58,218 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:58,218 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:58,252 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:58,253 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:58,267 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:58,268 INFO blivet/MainThread: executing action: [398] destroy device lvmsnapshot test_vg3-lv6_snapset1 (id 266) 2024-03-01 16:57:58,271 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 16:57:58,274 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:57:58,277 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:58,280 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:57:58,282 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:58,285 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:57:58,287 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:58,290 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:57:58,293 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:58,295 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:57:58,298 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6_snapset1 ; status: True ; 2024-03-01 16:57:58,298 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/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:58,393 INFO program/MainThread: stdout[266]: Logical volume "lv6_snapset1" successfully removed. 2024-03-01 16:57:58,393 INFO program/MainThread: stderr[266]: 2024-03-01 16:57:58,394 INFO program/MainThread: ...done [266] (exit code: 0) 2024-03-01 16:57:58,394 INFO blivet/MainThread: executing action: [399] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 253) 2024-03-01 16:57:58,404 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:58,409 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:57:58,409 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 16:57:58,424 INFO program/MainThread: stdout: 2024-03-01 16:57:58,424 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:57:58,424 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:58,424 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:58,454 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:58,454 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:58,469 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:58,470 INFO blivet/MainThread: executing action: [401] destroy device lvmlv test_vg3-lv6 (id 253) 2024-03-01 16:57:58,474 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 16:57:58,477 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 16:57:58,480 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 16:57:58,483 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 16:57:58,486 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 16:57:58,486 INFO program/MainThread: Running [267] lvm lvchange -an test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:58,521 INFO program/MainThread: stdout[267]: 2024-03-01 16:57:58,521 INFO program/MainThread: stderr[267]: 2024-03-01 16:57:58,521 INFO program/MainThread: ...done [267] (exit code: 0) 2024-03-01 16:57:58,525 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:57:58,527 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:58,530 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:57:58,533 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:58,536 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:57:58,538 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:58,541 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:57:58,544 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:58,546 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:57:58,549 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 16:57:58,549 INFO program/MainThread: Running [268] lvm lvremove --yes test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:58,582 INFO program/MainThread: stdout[268]: Logical volume "lv6" successfully removed. 2024-03-01 16:57:58,583 INFO program/MainThread: stderr[268]: 2024-03-01 16:57:58,583 INFO program/MainThread: ...done [268] (exit code: 0) 2024-03-01 16:57:58,584 INFO blivet/MainThread: executing action: [390] destroy format xfs filesystem on lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 16:57:58,590 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:57:58,591 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5_snapset1 2024-03-01 16:57:58,603 INFO program/MainThread: stdout: 2024-03-01 16:57:58,603 INFO program/MainThread: /dev/mapper/test_vg3-lv5_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:57:58,603 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:58,603 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:58,643 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:58,644 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:58,660 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:58,661 INFO blivet/MainThread: executing action: [392] destroy device lvmsnapshot test_vg3-lv5_snapset1 (id 240) 2024-03-01 16:57:58,664 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 16:57:58,667 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:57:58,670 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:58,673 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 16:57:58,675 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:58,678 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 16:57:58,681 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:58,683 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 16:57:58,686 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:58,688 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 16:57:58,691 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5_snapset1 ; status: True ; 2024-03-01 16:57:58,691 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/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:58,778 INFO program/MainThread: stdout[269]: Logical volume "lv5_snapset1" successfully removed. 2024-03-01 16:57:58,778 INFO program/MainThread: stderr[269]: 2024-03-01 16:57:58,778 INFO program/MainThread: ...done [269] (exit code: 0) 2024-03-01 16:57:58,779 INFO blivet/MainThread: executing action: [393] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 227) 2024-03-01 16:57:58,786 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:58,793 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:57:58,793 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 16:57:58,803 INFO program/MainThread: stdout: 2024-03-01 16:57:58,803 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:57:58,803 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:58,803 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:58,851 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:58,851 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:58,863 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:58,864 INFO blivet/MainThread: executing action: [395] destroy device lvmlv test_vg3-lv5 (id 227) 2024-03-01 16:57:58,867 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 16:57:58,870 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 16:57:58,873 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 16:57:58,876 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 16:57:58,879 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 16:57:58,880 INFO program/MainThread: Running [270] lvm lvchange -an test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:58,915 INFO program/MainThread: stdout[270]: 2024-03-01 16:57:58,915 INFO program/MainThread: stderr[270]: 2024-03-01 16:57:58,915 INFO program/MainThread: ...done [270] (exit code: 0) 2024-03-01 16:57:58,919 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:57:58,921 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:58,924 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:57:58,927 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:58,930 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:57:58,932 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:58,935 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:57:58,938 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:58,940 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:57:58,943 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 16:57:58,943 INFO program/MainThread: Running [271] lvm lvremove --yes test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:58,979 INFO program/MainThread: stdout[271]: Logical volume "lv5" successfully removed. 2024-03-01 16:57:58,980 INFO program/MainThread: stderr[271]: 2024-03-01 16:57:58,980 INFO program/MainThread: ...done [271] (exit code: 0) 2024-03-01 16:57:58,981 INFO blivet/MainThread: executing action: [414] destroy device lvmvg test_vg3 (id 193) 2024-03-01 16:57:58,987 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 16:57:58,998 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 16:57:59,005 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 16:57:59,014 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:59,020 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 16:57:59,029 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:59,034 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 16:57:59,040 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:59,045 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 16:57:59,050 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:59,053 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 16:57:59,055 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 16:57:59,056 INFO program/MainThread: Running [272] lvm vgreduce --removemissing --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:59,084 INFO program/MainThread: stdout[272]: Volume group "test_vg3" is already consistent. 2024-03-01 16:57:59,085 INFO program/MainThread: stderr[272]: 2024-03-01 16:57:59,085 INFO program/MainThread: ...done [272] (exit code: 0) 2024-03-01 16:57:59,085 INFO program/MainThread: Running [273] lvm vgchange -an test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:59,141 INFO program/MainThread: stdout[273]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 16:57:59,142 INFO program/MainThread: stderr[273]: 2024-03-01 16:57:59,142 INFO program/MainThread: ...done [273] (exit code: 0) 2024-03-01 16:57:59,142 INFO program/MainThread: Running [274] lvm vgremove --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:59,176 INFO program/MainThread: stdout[274]: Volume group "test_vg3" successfully removed 2024-03-01 16:57:59,176 INFO program/MainThread: stderr[274]: 2024-03-01 16:57:59,176 INFO program/MainThread: ...done [274] (exit code: 0) 2024-03-01 16:57:59,177 INFO blivet/MainThread: executing action: [421] destroy format lvmpv on disk sdj (id 218) 2024-03-01 16:57:59,184 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:59,188 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 16:57:59,198 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 16:57:59,199 INFO program/MainThread: Running [275] lvm pvremove --force --force --yes /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdj,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:59,262 INFO program/MainThread: stdout[275]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 16:57:59,262 INFO program/MainThread: stderr[275]: 2024-03-01 16:57:59,263 INFO program/MainThread: ...done [275] (exit code: 0) 2024-03-01 16:57:59,263 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 16:57:59,263 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,277 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,278 INFO program/MainThread: Running [276] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:59,284 INFO program/MainThread: stdout[276]: use_devicesfile=1 2024-03-01 16:57:59,284 INFO program/MainThread: stderr[276]: 2024-03-01 16:57:59,284 INFO program/MainThread: ...done [276] (exit code: 0) 2024-03-01 16:57:59,284 INFO program/MainThread: Running [277] lvmdevices --deldev /dev/sdj ... 2024-03-01 16:57:59,297 INFO program/MainThread: stdout[277]: 2024-03-01 16:57:59,297 INFO program/MainThread: stderr[277]: 2024-03-01 16:57:59,297 INFO program/MainThread: ...done [277] (exit code: 0) 2024-03-01 16:57:59,297 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,308 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,309 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,320 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,321 INFO blivet/MainThread: executing action: [419] destroy format lvmpv on disk sdh (id 198) 2024-03-01 16:57:59,324 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:59,327 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 16:57:59,329 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 16:57:59,329 INFO program/MainThread: Running [278] lvm pvremove --force --force --yes /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdh,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:59,357 INFO program/MainThread: stdout[278]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 16:57:59,357 INFO program/MainThread: stderr[278]: 2024-03-01 16:57:59,357 INFO program/MainThread: ...done [278] (exit code: 0) 2024-03-01 16:57:59,357 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 16:57:59,357 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,375 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,376 INFO program/MainThread: Running [279] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:59,383 INFO program/MainThread: stdout[279]: use_devicesfile=1 2024-03-01 16:57:59,383 INFO program/MainThread: stderr[279]: 2024-03-01 16:57:59,383 INFO program/MainThread: ...done [279] (exit code: 0) 2024-03-01 16:57:59,383 INFO program/MainThread: Running [280] lvmdevices --deldev /dev/sdh ... 2024-03-01 16:57:59,396 INFO program/MainThread: stdout[280]: 2024-03-01 16:57:59,396 INFO program/MainThread: stderr[280]: 2024-03-01 16:57:59,396 INFO program/MainThread: ...done [280] (exit code: 0) 2024-03-01 16:57:59,396 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,407 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,407 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,419 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,420 INFO blivet/MainThread: executing action: [417] destroy format lvmpv on disk sdg (id 184) 2024-03-01 16:57:59,423 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:59,426 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 16:57:59,428 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 16:57:59,428 INFO program/MainThread: Running [281] lvm pvremove --force --force --yes /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdg,/dev/sdd,/dev/sde ... 2024-03-01 16:57:59,458 INFO program/MainThread: stdout[281]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 16:57:59,459 INFO program/MainThread: stderr[281]: 2024-03-01 16:57:59,459 INFO program/MainThread: ...done [281] (exit code: 0) 2024-03-01 16:57:59,459 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 16:57:59,459 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,475 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,476 INFO program/MainThread: Running [282] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde ... 2024-03-01 16:57:59,483 INFO program/MainThread: stdout[282]: use_devicesfile=1 2024-03-01 16:57:59,483 INFO program/MainThread: stderr[282]: 2024-03-01 16:57:59,483 INFO program/MainThread: ...done [282] (exit code: 0) 2024-03-01 16:57:59,483 INFO program/MainThread: Running [283] lvmdevices --deldev /dev/sdg ... 2024-03-01 16:57:59,497 INFO program/MainThread: stdout[283]: 2024-03-01 16:57:59,497 INFO program/MainThread: stderr[283]: 2024-03-01 16:57:59,497 INFO program/MainThread: ...done [283] (exit code: 0) 2024-03-01 16:57:59,497 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,508 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,509 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,520 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,521 INFO blivet/MainThread: executing action: [415] destroy format lvmpv on disk sdi (id 208) 2024-03-01 16:57:59,524 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:59,527 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 16:57:59,529 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 16:57:59,529 INFO program/MainThread: Running [284] lvm pvremove --force --force --yes /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdi,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde ... 2024-03-01 16:57:59,558 INFO program/MainThread: stdout[284]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 16:57:59,558 INFO program/MainThread: stderr[284]: 2024-03-01 16:57:59,559 INFO program/MainThread: ...done [284] (exit code: 0) 2024-03-01 16:57:59,559 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 16:57:59,559 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,575 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,575 INFO program/MainThread: Running [285] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde ... 2024-03-01 16:57:59,583 INFO program/MainThread: stdout[285]: use_devicesfile=1 2024-03-01 16:57:59,583 INFO program/MainThread: stderr[285]: 2024-03-01 16:57:59,583 INFO program/MainThread: ...done [285] (exit code: 0) 2024-03-01 16:57:59,583 INFO program/MainThread: Running [286] lvmdevices --deldev /dev/sdi ... 2024-03-01 16:57:59,596 INFO program/MainThread: stdout[286]: 2024-03-01 16:57:59,596 INFO program/MainThread: stderr[286]: 2024-03-01 16:57:59,596 INFO program/MainThread: ...done [286] (exit code: 0) 2024-03-01 16:57:59,596 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,606 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,607 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,617 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,618 INFO blivet/MainThread: executing action: [377] destroy format xfs filesystem on lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 16:57:59,622 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:57:59,622 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4_snapset1 2024-03-01 16:57:59,632 INFO program/MainThread: stdout: 2024-03-01 16:57:59,632 INFO program/MainThread: /dev/mapper/test_vg2-lv4_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:57:59,632 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,632 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,648 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,648 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,659 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,660 INFO blivet/MainThread: executing action: [379] destroy device lvmsnapshot test_vg2-lv4_snapset1 (id 170) 2024-03-01 16:57:59,663 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 16:57:59,666 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:57:59,669 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:59,672 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 16:57:59,674 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:59,677 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 16:57:59,680 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:59,682 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 16:57:59,685 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4_snapset1 ; status: True ; 2024-03-01 16:57:59,685 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/sdc,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde ... 2024-03-01 16:57:59,834 INFO program/MainThread: stdout[287]: Logical volume "lv4_snapset1" successfully removed. 2024-03-01 16:57:59,834 INFO program/MainThread: stderr[287]: 2024-03-01 16:57:59,835 INFO program/MainThread: ...done [287] (exit code: 0) 2024-03-01 16:57:59,835 INFO blivet/MainThread: executing action: [380] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 157) 2024-03-01 16:57:59,845 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:59,850 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:57:59,851 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 16:57:59,864 INFO program/MainThread: stdout: 2024-03-01 16:57:59,865 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:57:59,865 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,865 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,885 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,885 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:57:59,896 DEBUG program/MainThread: Return code: 0 2024-03-01 16:57:59,897 INFO blivet/MainThread: executing action: [382] destroy device lvmlv test_vg2-lv4 (id 157) 2024-03-01 16:57:59,901 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 16:57:59,904 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 16:57:59,907 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 16:57:59,910 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 16:57:59,913 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 16:57:59,913 INFO program/MainThread: Running [288] lvm lvchange -an test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde ... 2024-03-01 16:57:59,946 INFO program/MainThread: stdout[288]: 2024-03-01 16:57:59,947 INFO program/MainThread: stderr[288]: 2024-03-01 16:57:59,947 INFO program/MainThread: ...done [288] (exit code: 0) 2024-03-01 16:57:59,951 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:57:59,953 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:59,956 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 16:57:59,959 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:59,961 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 16:57:59,964 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:57:59,967 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 16:57:59,969 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 16:57:59,970 INFO program/MainThread: Running [289] lvm lvremove --yes test_vg2/lv4 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde ... 2024-03-01 16:58:00,007 INFO program/MainThread: stdout[289]: Logical volume "lv4" successfully removed. 2024-03-01 16:58:00,007 INFO program/MainThread: stderr[289]: 2024-03-01 16:58:00,007 INFO program/MainThread: ...done [289] (exit code: 0) 2024-03-01 16:58:00,009 INFO blivet/MainThread: executing action: [371] destroy format xfs filesystem on lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 16:58:00,022 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:58:00,023 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3_snapset1 2024-03-01 16:58:00,038 INFO program/MainThread: stdout: 2024-03-01 16:58:00,038 INFO program/MainThread: /dev/mapper/test_vg2-lv3_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:58:00,038 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,038 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:00,058 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,058 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:00,070 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,071 INFO blivet/MainThread: executing action: [373] destroy device lvmsnapshot test_vg2-lv3_snapset1 (id 144) 2024-03-01 16:58:00,074 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 16:58:00,077 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:58:00,080 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:00,082 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 16:58:00,085 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:00,088 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 16:58:00,090 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:00,093 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 16:58:00,096 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3_snapset1 ; status: True ; 2024-03-01 16:58:00,096 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/sdc,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde ... 2024-03-01 16:58:00,193 INFO program/MainThread: stdout[290]: Logical volume "lv3_snapset1" successfully removed. 2024-03-01 16:58:00,193 INFO program/MainThread: stderr[290]: 2024-03-01 16:58:00,193 INFO program/MainThread: ...done [290] (exit code: 0) 2024-03-01 16:58:00,194 INFO blivet/MainThread: executing action: [374] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 131) 2024-03-01 16:58:00,203 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:00,213 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:58:00,213 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 16:58:00,226 INFO program/MainThread: stdout: 2024-03-01 16:58:00,227 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:58:00,227 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,227 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:00,249 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,249 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:00,261 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,262 INFO blivet/MainThread: executing action: [376] destroy device lvmlv test_vg2-lv3 (id 131) 2024-03-01 16:58:00,266 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 16:58:00,268 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 16:58:00,272 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 16:58:00,275 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 16:58:00,277 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 16:58:00,278 INFO program/MainThread: Running [291] lvm lvchange -an test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde ... 2024-03-01 16:58:00,316 INFO program/MainThread: stdout[291]: 2024-03-01 16:58:00,317 INFO program/MainThread: stderr[291]: 2024-03-01 16:58:00,317 INFO program/MainThread: ...done [291] (exit code: 0) 2024-03-01 16:58:00,320 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:58:00,323 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:00,326 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:58:00,329 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:00,331 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:58:00,334 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:00,337 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:58:00,340 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 16:58:00,340 INFO program/MainThread: Running [292] lvm lvremove --yes test_vg2/lv3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde ... 2024-03-01 16:58:00,379 INFO program/MainThread: stdout[292]: Logical volume "lv3" successfully removed. 2024-03-01 16:58:00,379 INFO program/MainThread: stderr[292]: 2024-03-01 16:58:00,380 INFO program/MainThread: ...done [292] (exit code: 0) 2024-03-01 16:58:00,382 INFO blivet/MainThread: executing action: [383] destroy device lvmvg test_vg2 (id 107) 2024-03-01 16:58:00,395 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 16:58:00,400 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 16:58:00,411 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 16:58:00,416 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:00,425 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 16:58:00,430 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:00,434 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 16:58:00,436 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:00,439 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 16:58:00,442 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 16:58:00,442 INFO program/MainThread: Running [293] lvm vgreduce --removemissing --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde ... 2024-03-01 16:58:00,477 INFO program/MainThread: stdout[293]: Volume group "test_vg2" is already consistent. 2024-03-01 16:58:00,477 INFO program/MainThread: stderr[293]: 2024-03-01 16:58:00,477 INFO program/MainThread: ...done [293] (exit code: 0) 2024-03-01 16:58:00,477 INFO program/MainThread: Running [294] lvm vgchange -an test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde ... 2024-03-01 16:58:00,526 INFO program/MainThread: stdout[294]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 16:58:00,526 INFO program/MainThread: stderr[294]: 2024-03-01 16:58:00,526 INFO program/MainThread: ...done [294] (exit code: 0) 2024-03-01 16:58:00,526 INFO program/MainThread: Running [295] lvm vgremove --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde ... 2024-03-01 16:58:00,570 INFO program/MainThread: stdout[295]: Volume group "test_vg2" successfully removed 2024-03-01 16:58:00,570 INFO program/MainThread: stderr[295]: 2024-03-01 16:58:00,570 INFO program/MainThread: ...done [295] (exit code: 0) 2024-03-01 16:58:00,571 INFO blivet/MainThread: executing action: [388] destroy format lvmpv on disk sdd (id 98) 2024-03-01 16:58:00,577 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:00,586 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 16:58:00,592 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 16:58:00,592 INFO program/MainThread: Running [296] lvm pvremove --force --force --yes /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdf,/dev/sda,/dev/sdb,/dev/sdd,/dev/sde ... 2024-03-01 16:58:00,627 INFO program/MainThread: stdout[296]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 16:58:00,627 INFO program/MainThread: stderr[296]: 2024-03-01 16:58:00,627 INFO program/MainThread: ...done [296] (exit code: 0) 2024-03-01 16:58:00,627 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 16:58:00,628 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:00,641 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,642 INFO program/MainThread: Running [297] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdf,/dev/sda,/dev/sdb,/dev/sde ... 2024-03-01 16:58:00,649 INFO program/MainThread: stdout[297]: use_devicesfile=1 2024-03-01 16:58:00,649 INFO program/MainThread: stderr[297]: 2024-03-01 16:58:00,649 INFO program/MainThread: ...done [297] (exit code: 0) 2024-03-01 16:58:00,649 INFO program/MainThread: Running [298] lvmdevices --deldev /dev/sdd ... 2024-03-01 16:58:00,662 INFO program/MainThread: stdout[298]: 2024-03-01 16:58:00,662 INFO program/MainThread: stderr[298]: 2024-03-01 16:58:00,662 INFO program/MainThread: ...done [298] (exit code: 0) 2024-03-01 16:58:00,662 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:00,674 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,674 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:00,685 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,686 INFO blivet/MainThread: executing action: [386] destroy format lvmpv on disk sde (id 112) 2024-03-01 16:58:00,689 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:00,692 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 16:58:00,694 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 16:58:00,694 INFO program/MainThread: Running [299] lvm pvremove --force --force --yes /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdf,/dev/sda,/dev/sdb,/dev/sde ... 2024-03-01 16:58:00,727 INFO program/MainThread: stdout[299]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 16:58:00,727 INFO program/MainThread: stderr[299]: 2024-03-01 16:58:00,728 INFO program/MainThread: ...done [299] (exit code: 0) 2024-03-01 16:58:00,728 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 16:58:00,728 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:00,744 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,744 INFO program/MainThread: Running [300] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdf,/dev/sda,/dev/sdb ... 2024-03-01 16:58:00,751 INFO program/MainThread: stdout[300]: use_devicesfile=1 2024-03-01 16:58:00,751 INFO program/MainThread: stderr[300]: 2024-03-01 16:58:00,751 INFO program/MainThread: ...done [300] (exit code: 0) 2024-03-01 16:58:00,751 INFO program/MainThread: Running [301] lvmdevices --deldev /dev/sde ... 2024-03-01 16:58:00,763 INFO program/MainThread: stdout[301]: 2024-03-01 16:58:00,763 INFO program/MainThread: stderr[301]: 2024-03-01 16:58:00,763 INFO program/MainThread: ...done [301] (exit code: 0) 2024-03-01 16:58:00,763 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:00,775 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,775 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:00,786 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,787 INFO blivet/MainThread: executing action: [384] destroy format lvmpv on disk sdf (id 122) 2024-03-01 16:58:00,790 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:00,793 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 16:58:00,795 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 16:58:00,795 INFO program/MainThread: Running [302] lvm pvremove --force --force --yes /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sdf,/dev/sda,/dev/sdb ... 2024-03-01 16:58:00,823 INFO program/MainThread: stdout[302]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 16:58:00,823 INFO program/MainThread: stderr[302]: 2024-03-01 16:58:00,823 INFO program/MainThread: ...done [302] (exit code: 0) 2024-03-01 16:58:00,823 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 16:58:00,824 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:00,840 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,840 INFO program/MainThread: Running [303] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:58:00,848 INFO program/MainThread: stdout[303]: use_devicesfile=1 2024-03-01 16:58:00,848 INFO program/MainThread: stderr[303]: 2024-03-01 16:58:00,848 INFO program/MainThread: ...done [303] (exit code: 0) 2024-03-01 16:58:00,848 INFO program/MainThread: Running [304] lvmdevices --deldev /dev/sdf ... 2024-03-01 16:58:00,860 INFO program/MainThread: stdout[304]: 2024-03-01 16:58:00,860 INFO program/MainThread: stderr[304]: 2024-03-01 16:58:00,861 INFO program/MainThread: ...done [304] (exit code: 0) 2024-03-01 16:58:00,861 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:00,872 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,872 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:00,884 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,885 INFO blivet/MainThread: executing action: [358] destroy format xfs filesystem on lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 16:58:00,889 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:58:00,889 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2_snapset1 2024-03-01 16:58:00,897 INFO program/MainThread: stdout: 2024-03-01 16:58:00,897 INFO program/MainThread: /dev/mapper/test_vg1-lv2_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:58:00,898 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,898 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:00,914 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,914 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:00,926 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:00,927 INFO blivet/MainThread: executing action: [360] destroy device lvmsnapshot test_vg1-lv2_snapset1 (id 84) 2024-03-01 16:58:00,930 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 16:58:00,933 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:58:00,936 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:00,939 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 16:58:00,941 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:00,944 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 16:58:00,947 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:00,949 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 16:58:00,952 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2_snapset1 ; status: True ; 2024-03-01 16:58:00,952 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/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:58:01,061 INFO program/MainThread: stdout[305]: Logical volume "lv2_snapset1" successfully removed. 2024-03-01 16:58:01,061 INFO program/MainThread: stderr[305]: 2024-03-01 16:58:01,061 INFO program/MainThread: ...done [305] (exit code: 0) 2024-03-01 16:58:01,062 INFO blivet/MainThread: executing action: [361] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 71) 2024-03-01 16:58:01,071 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:01,085 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:58:01,085 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 16:58:01,095 INFO program/MainThread: stdout: 2024-03-01 16:58:01,096 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:58:01,096 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:01,096 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:01,115 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:01,115 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:01,127 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:01,128 INFO blivet/MainThread: executing action: [363] destroy device lvmlv test_vg1-lv2 (id 71) 2024-03-01 16:58:01,131 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 16:58:01,134 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 16:58:01,137 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 16:58:01,140 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 16:58:01,144 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 16:58:01,144 INFO program/MainThread: Running [306] lvm lvchange -an test_vg1/lv2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:58:01,177 INFO program/MainThread: stdout[306]: 2024-03-01 16:58:01,177 INFO program/MainThread: stderr[306]: 2024-03-01 16:58:01,177 INFO program/MainThread: ...done [306] (exit code: 0) 2024-03-01 16:58:01,181 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:58:01,184 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:01,186 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 16:58:01,189 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:01,192 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 16:58:01,194 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:01,197 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 16:58:01,200 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 16:58:01,200 INFO program/MainThread: Running [307] lvm lvremove --yes test_vg1/lv2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:58:01,229 INFO program/MainThread: stdout[307]: Logical volume "lv2" successfully removed. 2024-03-01 16:58:01,229 INFO program/MainThread: stderr[307]: 2024-03-01 16:58:01,229 INFO program/MainThread: ...done [307] (exit code: 0) 2024-03-01 16:58:01,230 INFO blivet/MainThread: executing action: [352] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 16:58:01,240 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1_snapset1 ; type: xfs ; status: False ; 2024-03-01 16:58:01,240 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1_snapset1 2024-03-01 16:58:01,259 INFO program/MainThread: stdout: 2024-03-01 16:58:01,259 INFO program/MainThread: /dev/mapper/test_vg1-lv1_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:58:01,259 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:01,259 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:01,288 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:01,288 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:01,300 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:01,301 INFO blivet/MainThread: executing action: [354] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 16:58:01,304 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 16:58:01,307 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:58:01,310 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:01,312 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 16:58:01,315 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:01,318 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 16:58:01,320 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:01,323 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 16:58:01,326 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 16:58:01,326 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/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:58:01,415 INFO program/MainThread: stdout[308]: Logical volume "lv1_snapset1" successfully removed. 2024-03-01 16:58:01,415 INFO program/MainThread: stderr[308]: 2024-03-01 16:58:01,415 INFO program/MainThread: ...done [308] (exit code: 0) 2024-03-01 16:58:01,416 INFO blivet/MainThread: executing action: [355] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:01,423 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:01,429 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:58:01,430 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 16:58:01,440 INFO program/MainThread: stdout: 2024-03-01 16:58:01,440 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:58:01,440 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:01,440 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:01,473 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:01,474 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:01,486 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:01,487 INFO blivet/MainThread: executing action: [357] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:01,491 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:01,494 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:58:01,497 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:58:01,500 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 16:58:01,503 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:58:01,503 INFO program/MainThread: Running [309] lvm lvchange -an test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:58:01,542 INFO program/MainThread: stdout[309]: 2024-03-01 16:58:01,542 INFO program/MainThread: stderr[309]: 2024-03-01 16:58:01,542 INFO program/MainThread: ...done [309] (exit code: 0) 2024-03-01 16:58:01,546 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:58:01,549 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:01,552 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:58:01,554 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:01,557 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:58:01,560 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:01,563 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:58:01,566 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 16:58:01,566 INFO program/MainThread: Running [310] lvm lvremove --yes test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:58:01,598 INFO program/MainThread: stdout[310]: Logical volume "lv1" successfully removed. 2024-03-01 16:58:01,598 INFO program/MainThread: stderr[310]: 2024-03-01 16:58:01,598 INFO program/MainThread: ...done [310] (exit code: 0) 2024-03-01 16:58:01,599 INFO blivet/MainThread: executing action: [364] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:58:01,606 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 16:58:01,630 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 16:58:01,635 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:58:01,640 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:01,643 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:58:01,646 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:01,648 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:58:01,651 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:01,654 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:58:01,656 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 16:58:01,656 INFO program/MainThread: Running [311] lvm vgreduce --removemissing --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:58:01,685 INFO program/MainThread: stdout[311]: Volume group "test_vg1" is already consistent. 2024-03-01 16:58:01,686 INFO program/MainThread: stderr[311]: 2024-03-01 16:58:01,686 INFO program/MainThread: ...done [311] (exit code: 0) 2024-03-01 16:58:01,686 INFO program/MainThread: Running [312] lvm vgchange -an test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:58:01,740 INFO program/MainThread: stdout[312]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 16:58:01,740 INFO program/MainThread: stderr[312]: 2024-03-01 16:58:01,740 INFO program/MainThread: ...done [312] (exit code: 0) 2024-03-01 16:58:01,740 INFO program/MainThread: Running [313] lvm vgremove --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:58:01,767 INFO program/MainThread: stdout[313]: Volume group "test_vg1" successfully removed 2024-03-01 16:58:01,767 INFO program/MainThread: stderr[313]: 2024-03-01 16:58:01,767 INFO program/MainThread: ...done [313] (exit code: 0) 2024-03-01 16:58:01,768 INFO blivet/MainThread: executing action: [369] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:58:01,777 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:01,781 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:58:01,790 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:58:01,790 INFO program/MainThread: Running [314] lvm pvremove --force --force --yes /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc,/dev/sda,/dev/sdb ... 2024-03-01 16:58:01,835 INFO program/MainThread: stdout[314]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 16:58:01,835 INFO program/MainThread: stderr[314]: 2024-03-01 16:58:01,836 INFO program/MainThread: ...done [314] (exit code: 0) 2024-03-01 16:58:01,836 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 16:58:01,836 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:01,852 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:01,852 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 16:58:01,859 INFO program/MainThread: stdout[315]: use_devicesfile=1 2024-03-01 16:58:01,859 INFO program/MainThread: stderr[315]: 2024-03-01 16:58:01,859 INFO program/MainThread: ...done [315] (exit code: 0) 2024-03-01 16:58:01,859 INFO program/MainThread: Running [316] lvmdevices --deldev /dev/sdc ... 2024-03-01 16:58:01,872 INFO program/MainThread: stdout[316]: 2024-03-01 16:58:01,872 INFO program/MainThread: stderr[316]: 2024-03-01 16:58:01,872 INFO program/MainThread: ...done [316] (exit code: 0) 2024-03-01 16:58:01,872 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:01,884 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:01,884 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:01,896 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:01,897 INFO blivet/MainThread: executing action: [367] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:58:01,900 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:01,903 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:58:01,905 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:58:01,905 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 16:58:01,931 INFO program/MainThread: stdout[317]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 16:58:01,932 INFO program/MainThread: stderr[317]: 2024-03-01 16:58:01,932 INFO program/MainThread: ...done [317] (exit code: 0) 2024-03-01 16:58:01,932 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 16:58:01,932 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:01,947 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:01,947 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 16:58:01,955 INFO program/MainThread: stdout[318]: use_devicesfile=1 2024-03-01 16:58:01,955 INFO program/MainThread: stderr[318]: 2024-03-01 16:58:01,955 INFO program/MainThread: ...done [318] (exit code: 0) 2024-03-01 16:58:01,955 INFO program/MainThread: Running [319] lvmdevices --deldev /dev/sda ... 2024-03-01 16:58:01,967 INFO program/MainThread: stdout[319]: 2024-03-01 16:58:01,968 INFO program/MainThread: stderr[319]: 2024-03-01 16:58:01,968 INFO program/MainThread: ...done [319] (exit code: 0) 2024-03-01 16:58:01,968 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:01,976 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:01,976 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:01,987 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:01,988 INFO blivet/MainThread: executing action: [365] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:58:01,991 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:01,994 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:58:01,996 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:58:01,996 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 16:58:02,025 INFO program/MainThread: stdout[320]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 16:58:02,025 INFO program/MainThread: stderr[320]: 2024-03-01 16:58:02,025 INFO program/MainThread: ...done [320] (exit code: 0) 2024-03-01 16:58:02,025 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 16:58:02,025 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:02,043 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:02,043 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 16:58:02,050 INFO program/MainThread: stdout[321]: use_devicesfile=1 2024-03-01 16:58:02,051 INFO program/MainThread: stderr[321]: 2024-03-01 16:58:02,051 INFO program/MainThread: ...done [321] (exit code: 0) 2024-03-01 16:58:02,051 INFO program/MainThread: Running [322] lvmdevices --deldev /dev/sdb ... 2024-03-01 16:58:02,063 INFO program/MainThread: stdout[322]: 2024-03-01 16:58:02,063 INFO program/MainThread: stderr[322]: 2024-03-01 16:58:02,063 INFO program/MainThread: ...done [322] (exit code: 0) 2024-03-01 16:58:02,064 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:02,072 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:02,072 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:02,083 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:02,088 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:58:02,088 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 0x7fae16696d10> 2024-03-01 16:58:13,544 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_qz2kgxo8/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:58:16,567 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_2vnnmbj6/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:58:20,604 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_mamid7a7/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:58:20,638 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:20,638 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:58:20,641 INFO program/MainThread: stdout[2]: 2024-03-01 16:58:20,641 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 16:58:20,641 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:58:20,641 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:58:20,645 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:20,646 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:58:20,649 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:20,649 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:58:20,652 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:20,652 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:58:20,655 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:20,655 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:58:20,662 INFO program/MainThread: stdout: 2024-03-01 16:58:20,663 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:58:20,663 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:58:20,663 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:58:20,663 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:58:20,663 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:58:20,663 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:58:20,663 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:58:20,663 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:58:20,663 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:58:20,663 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:58:20,663 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:58:20,663 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:58:20,663 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:58:20,663 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:58:20,663 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:58:20,663 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:20,663 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 16:58:20,663 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:20,664 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:20,664 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:58:20,664 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:20,664 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:58:20,664 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:58:20,664 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:20,677 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:20,690 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 16:58:20,694 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/scsi-360014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/wwn-0x60014057cf51c23445f40dfa6c25f805', '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': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'ID_SERIAL': '360014057cf51c23445f40dfa6c25f805', 'ID_SERIAL_SHORT': '60014057cf51c23445f40dfa6c25f805', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cf51c234', 'ID_WWN_VENDOR_EXTENSION': '0x45f40dfa6c25f805', 'ID_WWN_WITH_EXTENSION': '0x60014057cf51c23445f40dfa6c25f805', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cf51c23445f40dfa6c25f805', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714898134'} ; 2024-03-01 16:58:20,694 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 16:58:20,695 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 16:58:20,728 INFO program/MainThread: stdout[3]: 2024-03-01 16:58:20,728 INFO program/MainThread: stderr[3]: 2024-03-01 16:58:20,728 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:58:20,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:20,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:20,739 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:58:20,741 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 16:58:20,745 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:58:20,746 INFO blivet/MainThread: sda is a disk 2024-03-01 16:58:20,746 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:58:20,746 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:58:20,750 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:58:20,753 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:58:20,753 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 16:58:20,756 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 16:58:20,756 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:58:20,757 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:58:20,757 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd687b3ce80) -- 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 = 60014057cf51c23445f40dfa6c25f805 2024-03-01 16:58:20,760 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:58:20,760 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:58:20,763 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-36001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/wwn-0x6001405bfdaa9bea299423f892a1b88d', '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': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'ID_SERIAL': '36001405bfdaa9bea299423f892a1b88d', 'ID_SERIAL_SHORT': '6001405bfdaa9bea299423f892a1b88d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bfdaa9bea', 'ID_WWN_VENDOR_EXTENSION': '0x299423f892a1b88d', 'ID_WWN_WITH_EXTENSION': '0x6001405bfdaa9bea299423f892a1b88d', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bfdaa9bea299423f892a1b88d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714880349'} ; 2024-03-01 16:58:20,763 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 16:58:20,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:58:20,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:20,774 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:58:20,774 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:58:20,774 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:58:20,775 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:58:20,777 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:58:20,780 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:58:20,781 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 16:58:20,783 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 16:58:20,784 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:58:20,784 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:58:20,784 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd687a78f40) -- 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 = 6001405bfdaa9bea299423f892a1b88d 2024-03-01 16:58:20,787 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:58:20,788 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:58:20,791 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/scsi-360014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/wwn-0x60014051372a44c1af14aec911a838a7', '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': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'ID_SERIAL': '360014051372a44c1af14aec911a838a7', 'ID_SERIAL_SHORT': '60014051372a44c1af14aec911a838a7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051372a44c1', 'ID_WWN_VENDOR_EXTENSION': '0xaf14aec911a838a7', 'ID_WWN_WITH_EXTENSION': '0x60014051372a44c1af14aec911a838a7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051372a44c1af14aec911a838a7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715410443'} ; 2024-03-01 16:58:20,791 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 16:58:20,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:58:20,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:20,801 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:58:20,802 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:58:20,802 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:58:20,802 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:58:20,805 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:58:20,808 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:58:20,808 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 16:58:20,811 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 16:58:20,811 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:58:20,811 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:58:20,811 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd687a78f70) -- 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 = 60014051372a44c1af14aec911a838a7 2024-03-01 16:58:20,815 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:58:20,815 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:58:20,818 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/wwn-0x6001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/scsi-36001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_fb729fc8-fd98-4730-8990-b0f849513593', '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': 'fb729fc8-fd98-4730-8990-b0f849513593', 'ID_SERIAL': '36001405fb729fc8fd9847308990b0f84', 'ID_SERIAL_SHORT': '6001405fb729fc8fd9847308990b0f84', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb729fc8f', 'ID_WWN_VENDOR_EXTENSION': '0xd9847308990b0f84', 'ID_WWN_WITH_EXTENSION': '0x6001405fb729fc8fd9847308990b0f84', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb729fc8fd9847308990b0f84', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715443786'} ; 2024-03-01 16:58:20,818 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 16:58:20,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:58:20,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:20,828 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:58:20,828 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:58:20,828 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:58:20,829 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:58:20,831 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:58:20,834 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:58:20,834 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 16:58:20,837 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 16:58:20,837 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:58:20,838 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:58:20,838 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd686a5cfa0) -- 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 = 6001405fb729fc8fd9847308990b0f84 2024-03-01 16:58:20,841 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:58:20,841 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:58:20,844 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:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/wwn-0x6001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/scsi-36001405f45dc9d5eb5d4232af322bc7b', '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': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'ID_SERIAL': '36001405f45dc9d5eb5d4232af322bc7b', 'ID_SERIAL_SHORT': '6001405f45dc9d5eb5d4232af322bc7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f45dc9d5e', 'ID_WWN_VENDOR_EXTENSION': '0xb5d4232af322bc7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f45dc9d5eb5d4232af322bc7b', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f45dc9d5eb5d4232af322bc7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714961596'} ; 2024-03-01 16:58:20,844 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 16:58:20,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:58:20,849 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:20,854 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:58:20,855 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:58:20,855 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:58:20,855 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:58:20,857 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:58:20,860 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:58:20,860 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 16:58:20,863 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 16:58:20,864 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:58:20,864 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:58:20,864 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd687a78eb0) -- 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 = 6001405f45dc9d5eb5d4232af322bc7b 2024-03-01 16:58:20,867 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:58:20,867 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:58:20,870 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/wwn-0x6001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/scsi-36001405bdf1754409e440edb3fee6cb5', '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': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'ID_SERIAL': '36001405bdf1754409e440edb3fee6cb5', 'ID_SERIAL_SHORT': '6001405bdf1754409e440edb3fee6cb5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bdf175440', 'ID_WWN_VENDOR_EXTENSION': '0x9e440edb3fee6cb5', 'ID_WWN_WITH_EXTENSION': '0x6001405bdf1754409e440edb3fee6cb5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bdf1754409e440edb3fee6cb5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715001239'} ; 2024-03-01 16:58:20,870 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 16:58:20,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:20,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:20,881 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:58:20,881 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:58:20,881 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:58:20,881 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:58:20,884 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:58:20,887 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:58:20,887 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 16:58:20,890 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 16:58:20,890 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:58:20,890 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:58:20,890 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd687f09460) -- 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 = 6001405bdf1754409e440edb3fee6cb5 2024-03-01 16:58:20,893 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:58:20,893 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:58:20,896 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_612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/wwn-0x6001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/scsi-36001405612312a0b2d549c993d22f60a', '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': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'ID_SERIAL': '36001405612312a0b2d549c993d22f60a', 'ID_SERIAL_SHORT': '6001405612312a0b2d549c993d22f60a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405612312a0b', 'ID_WWN_VENDOR_EXTENSION': '0x2d549c993d22f60a', 'ID_WWN_WITH_EXTENSION': '0x6001405612312a0b2d549c993d22f60a', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405612312a0b2d549c993d22f60a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715062067'} ; 2024-03-01 16:58:20,896 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 16:58:20,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:58:20,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:20,907 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:58:20,907 INFO blivet/MainThread: sde is a disk 2024-03-01 16:58:20,907 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:58:20,907 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:58:20,910 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:58:20,913 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:58:20,913 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 16:58:20,916 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 16:58:20,916 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:58:20,916 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:58:20,916 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd6869e5610) -- 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 = 6001405612312a0b2d549c993d22f60a 2024-03-01 16:58:20,919 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:58:20,919 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:58:20,922 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-3600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', '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': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'ID_SERIAL': '3600140514e1c5412f2a4e3da52cb21dd', 'ID_SERIAL_SHORT': '600140514e1c5412f2a4e3da52cb21dd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140514e1c5412', 'ID_WWN_VENDOR_EXTENSION': '0xf2a4e3da52cb21dd', 'ID_WWN_WITH_EXTENSION': '0x600140514e1c5412f2a4e3da52cb21dd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140514e1c5412f2a4e3da52cb21dd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715143859'} ; 2024-03-01 16:58:20,922 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 16:58:20,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:58:20,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:20,933 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:58:20,933 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:58:20,933 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:58:20,934 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:58:20,936 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:58:20,939 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:58:20,939 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 16:58:20,942 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 16:58:20,942 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:58:20,942 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:58:20,942 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd686a5c790) -- 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 = 600140514e1c5412f2a4e3da52cb21dd 2024-03-01 16:58:20,945 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:58:20,945 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:58:20,948 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/wwn-0x6001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_a1a87cda-6809-4b1e-883b-4f5fe8349887', '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': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'ID_SERIAL': '36001405a1a87cda68094b1e883b4f5fe', 'ID_SERIAL_SHORT': '6001405a1a87cda68094b1e883b4f5fe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a1a87cda6', 'ID_WWN_VENDOR_EXTENSION': '0x8094b1e883b4f5fe', 'ID_WWN_WITH_EXTENSION': '0x6001405a1a87cda68094b1e883b4f5fe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a1a87cda68094b1e883b4f5fe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715163740'} ; 2024-03-01 16:58:20,948 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 16:58:20,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:20,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:20,958 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:58:20,959 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:58:20,959 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:58:20,959 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:58:20,962 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:58:20,964 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:58:20,965 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 16:58:20,967 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 16:58:20,968 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:58:20,968 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:58:20,968 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd6869f1b80) -- 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 = 6001405a1a87cda68094b1e883b4f5fe 2024-03-01 16:58:20,971 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:58:20,971 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:58:20,974 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/scsi-36001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/wwn-0x6001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', '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': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'ID_SERIAL': '36001405f053e2f031db4d2bb88ab5846', 'ID_SERIAL_SHORT': '6001405f053e2f031db4d2bb88ab5846', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f053e2f03', 'ID_WWN_VENDOR_EXTENSION': '0x1db4d2bb88ab5846', 'ID_WWN_WITH_EXTENSION': '0x6001405f053e2f031db4d2bb88ab5846', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f053e2f031db4d2bb88ab5846', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715228881'} ; 2024-03-01 16:58:20,974 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 16:58:20,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:20,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:20,984 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:58:20,985 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:58:20,985 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:58:20,985 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:58:20,987 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:58:20,990 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:58:20,990 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 16:58:20,993 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 16:58:20,993 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:58:20,994 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:58:20,994 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd6869f1f10) -- 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 = 6001405f053e2f031db4d2bb88ab5846 2024-03-01 16:58:20,997 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:58:20,997 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:58:21,000 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:c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/wwn-0x6001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-36001405c930cf566dc64509be8137452', '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': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'ID_SERIAL': '36001405c930cf566dc64509be8137452', 'ID_SERIAL_SHORT': '6001405c930cf566dc64509be8137452', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c930cf566', 'ID_WWN_VENDOR_EXTENSION': '0xdc64509be8137452', 'ID_WWN_WITH_EXTENSION': '0x6001405c930cf566dc64509be8137452', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c930cf566dc64509be8137452', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715277294'} ; 2024-03-01 16:58:21,000 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 16:58:21,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:58:21,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:21,010 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:58:21,010 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:58:21,010 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:58:21,010 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:58:21,013 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:58:21,016 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:58:21,016 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 16:58:21,019 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 16:58:21,019 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:58:21,020 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:58:21,020 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd6869f6b50) -- 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 = 6001405c930cf566dc64509be8137452 2024-03-01 16:58:21,022 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:58:21,023 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:58:21,025 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-360014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', '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': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'ID_SERIAL': '360014051528b2f7fa1b4b0ea44f2b71d', 'ID_SERIAL_SHORT': '60014051528b2f7fa1b4b0ea44f2b71d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051528b2f7f', 'ID_WWN_VENDOR_EXTENSION': '0xa1b4b0ea44f2b71d', 'ID_WWN_WITH_EXTENSION': '0x60014051528b2f7fa1b4b0ea44f2b71d', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051528b2f7fa1b4b0ea44f2b71d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715335966'} ; 2024-03-01 16:58:21,025 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 16:58:21,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:58:21,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:21,036 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:58:21,036 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:58:21,036 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:58:21,036 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:58:21,039 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:58:21,042 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:58:21,042 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 16:58:21,045 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 16:58:21,045 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:58:21,045 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:58:21,045 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd6869e8100) -- 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 = 60014051528b2f7fa1b4b0ea44f2b71d 2024-03-01 16:58:21,048 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:58:21,048 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:58:21,051 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': '12232267'} ; 2024-03-01 16:58:21,051 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:58:21,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:21,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:21,060 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:58:21,060 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:58:21,060 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:58:21,061 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:58:21,061 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:58:21,061 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:58:21,063 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:58:21,066 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:58:21,066 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:58:21,069 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:58:21,069 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:58:21,070 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:58:21,070 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd6869e5ac0) -- 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 16:58:21,073 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:58:21,076 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:21,076 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:58:21,079 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:21,079 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:58:21,082 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:21,082 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:58:21,085 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:21,085 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:58:21,088 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:58:21,090 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:21,093 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:58:21,100 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 0x7fd687a7fdc0> 2024-03-01 16:58:21,144 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:58:21,148 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:58:21,148 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:58:21,152 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': '12234224'} ; 2024-03-01 16:58:21,152 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:58:21,152 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:58:21,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:21,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:21,160 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:58:21,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:21,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:21,165 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:21,177 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:21,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:21,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 16:58:21,196 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:58:21,200 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:58:21,200 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:58:21,203 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:58:21,205 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:58:21,206 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:58:21,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 16:58:21,209 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:21,209 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:58:21,211 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:58:21,214 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:58:21,217 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:58:21,220 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:58:21,222 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:58:21,223 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:21,223 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:58:21,223 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:58:21,223 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fd686a05700) -- 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 0x7fd686a13540> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:58:21,226 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:58:21,229 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:21,230 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:58:21,232 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:21,232 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:58:21,236 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:21,236 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:58:21,239 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:21,239 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:58:21,240 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:58:21,240 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:58:21,243 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:21,243 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:58:21,246 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:58:21,246 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:21,246 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:21,258 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:21,271 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:58:21,272 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:58:21,275 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 16:58:21,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:21,280 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 16:58:21,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:21,283 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:58:21,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:58:21,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:21,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:58:21,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:21,292 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:58:21,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:58:21,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:21,300 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 16:58:21,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:21,302 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:58:21,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:58:21,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:21,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:58:21,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:21,312 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:58:21,314 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 16:58:21,316 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:21,319 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 16:58:21,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:21,321 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 16:58:21,324 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 16:58:21,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:21,328 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 16:58:21,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:21,331 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:58:21,334 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:21,334 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 82 2024-03-01 16:58:24,258 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ri1aaj9u/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:58:24,291 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:24,291 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:58:24,294 INFO program/MainThread: stdout[2]: 2024-03-01 16:58:24,294 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 16:58:24,294 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:58:24,294 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:58:24,298 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:24,299 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:58:24,302 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:24,302 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:58:24,305 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:24,305 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:58:24,308 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:24,308 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:58:24,315 INFO program/MainThread: stdout: 2024-03-01 16:58:24,315 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:58:24,315 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:58:24,316 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:58:24,316 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:58:24,316 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:58:24,316 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:58:24,316 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:58:24,316 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:58:24,316 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:58:24,316 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:58:24,316 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:58:24,316 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:58:24,316 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:58:24,316 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:58:24,316 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:58:24,316 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:24,316 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 16:58:24,316 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:24,316 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:24,317 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:58:24,317 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:24,317 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:58:24,317 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:58:24,317 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:24,329 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:24,341 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 16:58:24,346 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/wwn-0x60014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/scsi-360014057cf51c23445f40dfa6c25f805', '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': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'ID_SERIAL': '360014057cf51c23445f40dfa6c25f805', 'ID_SERIAL_SHORT': '60014057cf51c23445f40dfa6c25f805', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cf51c234', 'ID_WWN_VENDOR_EXTENSION': '0x45f40dfa6c25f805', 'ID_WWN_WITH_EXTENSION': '0x60014057cf51c23445f40dfa6c25f805', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cf51c23445f40dfa6c25f805', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714898134'} ; 2024-03-01 16:58:24,346 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 16:58:24,346 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 16:58:24,370 INFO program/MainThread: stdout[3]: 2024-03-01 16:58:24,370 INFO program/MainThread: stderr[3]: 2024-03-01 16:58:24,371 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:58:24,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,381 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:58:24,383 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 16:58:24,388 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:58:24,388 INFO blivet/MainThread: sda is a disk 2024-03-01 16:58:24,388 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:58:24,388 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:58:24,392 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:58:24,395 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:58:24,395 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 16:58:24,398 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 16:58:24,398 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:58:24,399 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:58:24,399 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69f6fce80) -- 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 = 60014057cf51c23445f40dfa6c25f805 2024-03-01 16:58:24,402 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:58:24,402 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:58:24,405 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/wwn-0x6001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/scsi-36001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', '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': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'ID_SERIAL': '36001405bfdaa9bea299423f892a1b88d', 'ID_SERIAL_SHORT': '6001405bfdaa9bea299423f892a1b88d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bfdaa9bea', 'ID_WWN_VENDOR_EXTENSION': '0x299423f892a1b88d', 'ID_WWN_WITH_EXTENSION': '0x6001405bfdaa9bea299423f892a1b88d', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bfdaa9bea299423f892a1b88d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714880349'} ; 2024-03-01 16:58:24,406 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 16:58:24,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,416 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:58:24,417 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:58:24,417 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:58:24,417 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:58:24,420 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:58:24,423 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:58:24,423 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 16:58:24,426 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 16:58:24,426 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:58:24,426 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:58:24,427 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69f638f40) -- 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 = 6001405bfdaa9bea299423f892a1b88d 2024-03-01 16:58:24,430 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:58:24,430 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:58:24,433 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014051372a44c1af14aec911a838a7 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/scsi-360014051372a44c1af14aec911a838a7', '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': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'ID_SERIAL': '360014051372a44c1af14aec911a838a7', 'ID_SERIAL_SHORT': '60014051372a44c1af14aec911a838a7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051372a44c1', 'ID_WWN_VENDOR_EXTENSION': '0xaf14aec911a838a7', 'ID_WWN_WITH_EXTENSION': '0x60014051372a44c1af14aec911a838a7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051372a44c1af14aec911a838a7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715410443'} ; 2024-03-01 16:58:24,433 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 16:58:24,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,444 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:58:24,444 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:58:24,444 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:58:24,444 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:58:24,447 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:58:24,450 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:58:24,450 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 16:58:24,453 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 16:58:24,454 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:58:24,454 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:58:24,454 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69f638f70) -- 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 = 60014051372a44c1af14aec911a838a7 2024-03-01 16:58:24,457 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:58:24,457 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:58:24,460 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/wwn-0x6001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/scsi-36001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_fb729fc8-fd98-4730-8990-b0f849513593', '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': 'fb729fc8-fd98-4730-8990-b0f849513593', 'ID_SERIAL': '36001405fb729fc8fd9847308990b0f84', 'ID_SERIAL_SHORT': '6001405fb729fc8fd9847308990b0f84', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb729fc8f', 'ID_WWN_VENDOR_EXTENSION': '0xd9847308990b0f84', 'ID_WWN_WITH_EXTENSION': '0x6001405fb729fc8fd9847308990b0f84', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb729fc8fd9847308990b0f84', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715443786'} ; 2024-03-01 16:58:24,460 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 16:58:24,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,470 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:58:24,471 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:58:24,471 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:58:24,471 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:58:24,474 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:58:24,477 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:58:24,477 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 16:58:24,480 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 16:58:24,480 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:58:24,480 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:58:24,480 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69e61cfa0) -- 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 = 6001405fb729fc8fd9847308990b0f84 2024-03-01 16:58:24,483 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:58:24,484 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:58:24,486 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/wwn-0x6001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', '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': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'ID_SERIAL': '36001405f45dc9d5eb5d4232af322bc7b', 'ID_SERIAL_SHORT': '6001405f45dc9d5eb5d4232af322bc7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f45dc9d5e', 'ID_WWN_VENDOR_EXTENSION': '0xb5d4232af322bc7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f45dc9d5eb5d4232af322bc7b', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f45dc9d5eb5d4232af322bc7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714961596'} ; 2024-03-01 16:58:24,487 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 16:58:24,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,497 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:58:24,497 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:58:24,497 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:58:24,498 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:58:24,500 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:58:24,503 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:58:24,503 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 16:58:24,506 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 16:58:24,506 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:58:24,507 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:58:24,507 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69f638eb0) -- 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 = 6001405f45dc9d5eb5d4232af322bc7b 2024-03-01 16:58:24,510 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:58:24,510 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:58:24,513 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/wwn-0x6001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/scsi-36001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', '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': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'ID_SERIAL': '36001405bdf1754409e440edb3fee6cb5', 'ID_SERIAL_SHORT': '6001405bdf1754409e440edb3fee6cb5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bdf175440', 'ID_WWN_VENDOR_EXTENSION': '0x9e440edb3fee6cb5', 'ID_WWN_WITH_EXTENSION': '0x6001405bdf1754409e440edb3fee6cb5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bdf1754409e440edb3fee6cb5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715001239'} ; 2024-03-01 16:58:24,513 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 16:58:24,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,523 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:58:24,524 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:58:24,524 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:58:24,524 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:58:24,527 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:58:24,530 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:58:24,530 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 16:58:24,533 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 16:58:24,533 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:58:24,533 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:58:24,533 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69face460) -- 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 = 6001405bdf1754409e440edb3fee6cb5 2024-03-01 16:58:24,536 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:58:24,536 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:58:24,539 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/scsi-36001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/wwn-0x6001405612312a0b2d549c993d22f60a ' '/dev/disk/by-diskseq/6', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'ID_SERIAL': '36001405612312a0b2d549c993d22f60a', 'ID_SERIAL_SHORT': '6001405612312a0b2d549c993d22f60a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405612312a0b', 'ID_WWN_VENDOR_EXTENSION': '0x2d549c993d22f60a', 'ID_WWN_WITH_EXTENSION': '0x6001405612312a0b2d549c993d22f60a', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405612312a0b2d549c993d22f60a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715062067'} ; 2024-03-01 16:58:24,539 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 16:58:24,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,550 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:58:24,550 INFO blivet/MainThread: sde is a disk 2024-03-01 16:58:24,550 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:58:24,550 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:58:24,553 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:58:24,556 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:58:24,556 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 16:58:24,559 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 16:58:24,559 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:58:24,560 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:58:24,560 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69e5a8610) -- 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 = 6001405612312a0b2d549c993d22f60a 2024-03-01 16:58:24,563 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:58:24,563 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:58:24,566 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-3600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/wwn-0x600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', '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': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'ID_SERIAL': '3600140514e1c5412f2a4e3da52cb21dd', 'ID_SERIAL_SHORT': '600140514e1c5412f2a4e3da52cb21dd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140514e1c5412', 'ID_WWN_VENDOR_EXTENSION': '0xf2a4e3da52cb21dd', 'ID_WWN_WITH_EXTENSION': '0x600140514e1c5412f2a4e3da52cb21dd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140514e1c5412f2a4e3da52cb21dd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715143859'} ; 2024-03-01 16:58:24,566 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 16:58:24,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,576 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:58:24,577 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:58:24,577 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:58:24,577 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:58:24,579 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:58:24,582 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:58:24,582 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 16:58:24,585 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 16:58:24,586 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:58:24,586 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:58:24,586 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69e61c790) -- 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 = 600140514e1c5412f2a4e3da52cb21dd 2024-03-01 16:58:24,589 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:58:24,589 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:58:24,592 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/wwn-0x6001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-id/scsi-36001405a1a87cda68094b1e883b4f5fe', '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': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'ID_SERIAL': '36001405a1a87cda68094b1e883b4f5fe', 'ID_SERIAL_SHORT': '6001405a1a87cda68094b1e883b4f5fe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a1a87cda6', 'ID_WWN_VENDOR_EXTENSION': '0x8094b1e883b4f5fe', 'ID_WWN_WITH_EXTENSION': '0x6001405a1a87cda68094b1e883b4f5fe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a1a87cda68094b1e883b4f5fe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715163740'} ; 2024-03-01 16:58:24,592 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 16:58:24,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,602 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:58:24,603 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:58:24,603 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:58:24,603 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:58:24,606 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:58:24,608 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:58:24,609 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 16:58:24,612 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 16:58:24,612 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:58:24,612 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:58:24,612 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69e5b0b80) -- 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 = 6001405a1a87cda68094b1e883b4f5fe 2024-03-01 16:58:24,615 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:58:24,615 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:58:24,618 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/wwn-0x6001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', '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': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'ID_SERIAL': '36001405f053e2f031db4d2bb88ab5846', 'ID_SERIAL_SHORT': '6001405f053e2f031db4d2bb88ab5846', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f053e2f03', 'ID_WWN_VENDOR_EXTENSION': '0x1db4d2bb88ab5846', 'ID_WWN_WITH_EXTENSION': '0x6001405f053e2f031db4d2bb88ab5846', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f053e2f031db4d2bb88ab5846', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715228881'} ; 2024-03-01 16:58:24,618 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 16:58:24,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,629 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:58:24,629 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:58:24,629 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:58:24,630 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:58:24,632 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:58:24,635 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:58:24,635 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 16:58:24,638 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 16:58:24,638 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:58:24,639 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:58:24,639 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69e5b0f10) -- 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 = 6001405f053e2f031db4d2bb88ab5846 2024-03-01 16:58:24,642 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:58:24,642 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:58:24,645 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/wwn-0x6001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/scsi-36001405c930cf566dc64509be8137452', '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': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'ID_SERIAL': '36001405c930cf566dc64509be8137452', 'ID_SERIAL_SHORT': '6001405c930cf566dc64509be8137452', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c930cf566', 'ID_WWN_VENDOR_EXTENSION': '0xdc64509be8137452', 'ID_WWN_WITH_EXTENSION': '0x6001405c930cf566dc64509be8137452', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c930cf566dc64509be8137452', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715277294'} ; 2024-03-01 16:58:24,645 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 16:58:24,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,655 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:58:24,656 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:58:24,656 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:58:24,656 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:58:24,659 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:58:24,661 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:58:24,662 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 16:58:24,664 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 16:58:24,665 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:58:24,665 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:58:24,665 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69e5b6b50) -- 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 = 6001405c930cf566dc64509be8137452 2024-03-01 16:58:24,668 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:58:24,668 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:58:24,671 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/wwn-0x60014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/scsi-360014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', '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': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'ID_SERIAL': '360014051528b2f7fa1b4b0ea44f2b71d', 'ID_SERIAL_SHORT': '60014051528b2f7fa1b4b0ea44f2b71d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051528b2f7f', 'ID_WWN_VENDOR_EXTENSION': '0xa1b4b0ea44f2b71d', 'ID_WWN_WITH_EXTENSION': '0x60014051528b2f7fa1b4b0ea44f2b71d', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051528b2f7fa1b4b0ea44f2b71d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715335966'} ; 2024-03-01 16:58:24,671 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 16:58:24,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,682 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:58:24,682 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:58:24,682 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:58:24,682 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:58:24,685 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:58:24,688 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:58:24,688 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 16:58:24,691 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 16:58:24,691 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:58:24,691 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:58:24,691 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69e5a7100) -- 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 = 60014051528b2f7fa1b4b0ea44f2b71d 2024-03-01 16:58:24,694 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:58:24,694 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:58:24,697 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': '12232267'} ; 2024-03-01 16:58:24,697 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:58:24,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,707 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:58:24,707 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:58:24,707 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:58:24,707 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:58:24,707 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:58:24,707 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:58:24,710 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:58:24,712 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:58:24,713 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:58:24,715 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:58:24,716 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:58:24,716 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:58:24,716 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff69e5a8ac0) -- 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 16:58:24,719 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:58:24,722 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:24,722 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:58:24,725 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:24,725 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:58:24,728 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:24,728 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:58:24,731 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:24,731 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:58:24,734 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:58:24,737 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:24,740 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:58:24,746 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 0x7ff69e5c6240> 2024-03-01 16:58:24,786 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:58:24,790 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:58:24,790 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:58:24,794 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': '12234224'} ; 2024-03-01 16:58:24,794 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:58:24,794 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:58:24,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,802 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:58:24,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,807 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:24,819 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:24,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 16:58:24,838 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:58:24,842 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:58:24,842 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:58:24,845 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:58:24,848 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:58:24,848 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:58:24,851 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:58:24,851 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:24,851 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:58:24,854 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:58:24,857 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:58:24,859 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:58:24,862 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:58:24,865 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:58:24,865 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:24,865 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:58:24,866 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:58:24,865 INFO blivet/MainThread: got device: PartitionDevice instance (0x7ff69e5c5700) -- 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 0x7ff69ff1d1d0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:58:24,869 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:58:24,872 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:24,872 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:58:24,875 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:24,875 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:58:24,878 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:24,878 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:58:24,881 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:24,881 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:58:24,882 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:58:24,883 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:58:24,885 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:24,886 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:58:24,888 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:58:24,888 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:24,889 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:24,900 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:24,913 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:58:24,914 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:58:24,917 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 16:58:24,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,922 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 16:58:24,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:24,924 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:58:24,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:24,934 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:58:24,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,939 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,942 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 16:58:24,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:24,945 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:58:24,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:24,954 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:58:24,957 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 16:58:24,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,962 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 16:58:24,964 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:24,964 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 16:58:24,967 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 16:58:24,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,972 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 16:58:24,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:24,974 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:58:24,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:24,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:24,984 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 16:58:24,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 16:58:24,989 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:58:24,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:58:24,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 16:58:24,995 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:58:24,997 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:58:25,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 16:58:25,000 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:58:25,002 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:58:25,003 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 16:58:25,003 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:58:25,006 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:58:25,006 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:58:25,009 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:58:25,009 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:58:25,012 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:58:25,012 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 16:58:25,012 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 16:58:25,014 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:58:25,015 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:58:25,017 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:58:25,017 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:58:25,020 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:58:25,020 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 16:58:25,020 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 16:58:25,023 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:58:25,023 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:58:25,026 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:58:25,026 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:58:25,027 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:58:25,030 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:58:25,033 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:25,037 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:58:25,040 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:25,043 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:58:25,046 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:25,047 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:58:25,049 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:58:25,050 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 16:58:25,050 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:58:25,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:25,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:25,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:25,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:25,061 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 16:58:25,062 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:58:25,062 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:58:25,062 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -99.73890339425589 2024-03-01 16:58:25,063 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:58:25,063 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:58:25,066 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:25,066 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 16:58:25,068 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:25,069 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 16:58:25,072 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:58:25,075 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:58:25,075 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 16:58:25,078 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:58:25,081 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:58:25,084 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:58:25,087 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 16:58:25,088 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:58:25,088 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:58:25,088 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 16:58:25,089 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 16:58:25,092 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 16:58:25,092 INFO program/MainThread: stderr[4]: 2024-03-01 16:58:25,092 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:58:25,092 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 16:58:25,092 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:58:25,093 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 16:58:25,097 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 16:58:25,097 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:58:25,098 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:58:25,098 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:58:25,098 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:58:25,098 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:58:25,098 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:58:25,098 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:58:25,098 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:58:25,098 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:58:25,098 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:58:25,098 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:58:25,098 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:58:25,101 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:58:25,103 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:58:25,106 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:58:25,106 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:58:25,109 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:58:25,109 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 0x7ff69e51ef40> 2024-03-01 16:58:25,109 INFO blivet/MainThread: sorting actions... 2024-03-01 16:58:25,110 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:58:25,110 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:58:25,110 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:58:25,111 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:58:25,111 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:58:25,111 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:58:25,111 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:58:25,111 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:58:25,111 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:58:25,112 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:58:25,114 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,117 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 16:58:25,117 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 16:58:25,124 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,124 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:25,146 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,146 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:25,157 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,158 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:58:25,161 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,164 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 16:58:25,164 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 16:58:25,170 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,171 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:25,195 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,196 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:25,207 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,208 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:58:25,211 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:25,214 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 16:58:25,214 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 16:58:25,220 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,220 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:25,243 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,243 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:25,255 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,256 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:58:25,259 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:25,262 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:58:25,264 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:58:25,264 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:58:25,264 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:25,265 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:58:25,299 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 16:58:25,299 INFO program/MainThread: stderr[5]: 2024-03-01 16:58:25,300 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:58:25,300 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 16:58:25,310 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 16:58:25,310 INFO program/MainThread: stderr[6]: 2024-03-01 16:58:25,310 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:58:25,310 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdc ... 2024-03-01 16:58:25,337 INFO program/MainThread: stdout[7]: 2024-03-01 16:58:25,337 INFO program/MainThread: stderr[7]: 2024-03-01 16:58:25,337 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:58:25,337 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 16:58:25,337 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:25,349 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,353 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:58:25,353 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 16:58:25,354 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 16:58:25,362 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,362 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:25,383 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,383 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:58:25,387 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:25,389 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:58:25,392 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:58:25,392 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:58:25,392 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:25,392 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:58:25,422 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdb" successfully created. 2024-03-01 16:58:25,423 INFO program/MainThread: stderr[8]: 2024-03-01 16:58:25,423 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:58:25,423 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 16:58:25,435 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 16:58:25,435 INFO program/MainThread: stderr[9]: 2024-03-01 16:58:25,435 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:58:25,435 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdb ... 2024-03-01 16:58:25,466 INFO program/MainThread: stdout[10]: 2024-03-01 16:58:25,466 INFO program/MainThread: stderr[10]: 2024-03-01 16:58:25,466 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:58:25,466 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 16:58:25,466 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:25,478 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,482 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:58:25,482 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 16:58:25,483 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 16:58:25,491 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,492 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:25,511 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,511 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:58:25,515 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:25,517 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:58:25,520 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:58:25,520 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:58:25,520 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:25,520 INFO program/MainThread: Running [11] lvm pvcreate /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:58:25,556 INFO program/MainThread: stdout[11]: Physical volume "/dev/sda" successfully created. 2024-03-01 16:58:25,556 INFO program/MainThread: stderr[11]: 2024-03-01 16:58:25,557 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:58:25,557 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 16:58:25,567 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 16:58:25,567 INFO program/MainThread: stderr[12]: 2024-03-01 16:58:25,567 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:58:25,567 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sda ... 2024-03-01 16:58:25,594 INFO program/MainThread: stdout[13]: 2024-03-01 16:58:25,594 INFO program/MainThread: stderr[13]: 2024-03-01 16:58:25,594 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:58:25,594 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 16:58:25,594 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:25,606 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,610 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:58:25,610 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 16:58:25,612 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 16:58:25,619 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,620 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:25,640 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,641 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:58:25,644 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 16:58:25,647 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:58:25,649 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:25,652 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:58:25,654 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:25,657 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:58:25,660 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:25,662 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:58:25,665 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 16:58:25,665 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 16:58:25,709 INFO program/MainThread: stdout[14]: Volume group "test_vg1" successfully created 2024-03-01 16:58:25,709 INFO program/MainThread: stderr[14]: 2024-03-01 16:58:25,709 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:58:25,721 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:58:25,727 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:58:25,734 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:25,743 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:58:25,750 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:25,753 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:58:25,757 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:25,759 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:58:25,759 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:25,772 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,776 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:58:25,779 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:58:25,779 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:25,790 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,791 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 16:58:25,798 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,798 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:25,809 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,809 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:58:25,813 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 16:58:25,816 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 16:58:25,819 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:58:25,821 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:58:25,824 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:25,827 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:58:25,830 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:25,833 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:58:25,836 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:25,839 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:58:25,839 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:25,850 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:25,854 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:58:25,855 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 16:58:25,887 INFO program/MainThread: stdout[15]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 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 16:58:25,887 INFO program/MainThread: stderr[15]: 2024-03-01 16:58:25,887 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:58:25,891 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 16:58:25,891 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 16:58:25,955 INFO program/MainThread: stdout[16]: Logical volume "lv1" created. 2024-03-01 16:58:25,956 INFO program/MainThread: stderr[16]: 2024-03-01 16:58:25,956 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:58:25,967 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:25,974 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:25,975 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:25,975 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:26,000 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,004 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 16:58:26,005 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:58:26,005 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:58:26,013 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,013 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:26,029 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,030 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:58:26,033 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:26,036 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:58:26,038 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 16:58:26,039 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 16:58:26,177 INFO program/MainThread: stdout: 2024-03-01 16:58:26,178 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=98048 blks 2024-03-01 16:58:26,178 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:58:26,178 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:58:26,178 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:58:26,178 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 16:58:26,178 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:58:26,178 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:58:26,178 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:58:26,178 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:58:26,178 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:58:26,178 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,179 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 16:58:26,193 INFO program/MainThread: stdout: 2024-03-01 16:58:26,193 INFO program/MainThread: writing all SBs 2024-03-01 16:58:26,193 INFO program/MainThread: new label = "" 2024-03-01 16:58:26,193 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,193 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:26,210 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,214 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:26,214 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:26,215 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:58:26,224 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,224 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:26,240 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:26,245 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:58:26,245 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 0x7ff6a0dbfbd0> 2024-03-01 16:58:26,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:26,250 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 16:58:26,250 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:58:26,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:26,256 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 16:58:26,256 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:58:35,108 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_c86xmro4/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:58:35,141 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:35,141 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:58:35,144 INFO program/MainThread: stdout[2]: 2024-03-01 16:58:35,144 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 16:58:35,144 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:58:35,144 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:58:35,148 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:35,149 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:58:35,152 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:35,152 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:58:35,155 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:35,155 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:58:35,158 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:35,158 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:58:35,166 INFO program/MainThread: stdout: 2024-03-01 16:58:35,166 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:58:35,166 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member 3U3JPa-I96h-W9Sy-J3zm-uKZG-iPqo-VDBk6C 2024-03-01 16:58:35,166 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs a89ce112-1f30-4855-9152-c72d17ed48c1 2024-03-01 16:58:35,166 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j 2024-03-01 16:58:35,166 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs a89ce112-1f30-4855-9152-c72d17ed48c1 2024-03-01 16:58:35,166 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA 2024-03-01 16:58:35,166 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:58:35,166 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:58:35,166 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:58:35,166 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:58:35,166 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:58:35,166 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:58:35,166 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:58:35,166 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:58:35,166 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:58:35,166 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:58:35,166 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:58:35,166 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:35,167 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member 3U3JPa-I96h-W9Sy-J3zm-uKZG-iPqo-VDBk6C `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs a89ce112-1f30-4855-9152-c72d17ed48c1 sdb 1073741824 root disk brw-rw---- LVM2_member w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs a89ce112-1f30-4855-9152-c72d17ed48c1 sdc 1073741824 root disk brw-rw---- LVM2_member WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA 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 16:58:35,167 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:35,167 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:35,167 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:58:35,167 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:35,167 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:58:35,168 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:58:35,168 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:35,180 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:35,193 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 16:58:35,197 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/lvm-pv-uuid-3U3JPa-I96h-W9Sy-J3zm-uKZG-iPqo-VDBk6C ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/wwn-0x60014057cf51c23445f40dfa6c25f805', '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': '3U3JPa-I96h-W9Sy-J3zm-uKZG-iPqo-VDBk6C', 'ID_FS_UUID_ENC': '3U3JPa-I96h-W9Sy-J3zm-uKZG-iPqo-VDBk6C', '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': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'ID_SERIAL': '360014057cf51c23445f40dfa6c25f805', 'ID_SERIAL_SHORT': '60014057cf51c23445f40dfa6c25f805', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cf51c234', 'ID_WWN_VENDOR_EXTENSION': '0x45f40dfa6c25f805', 'ID_WWN_WITH_EXTENSION': '0x60014057cf51c23445f40dfa6c25f805', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cf51c23445f40dfa6c25f805', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714898134'} ; 2024-03-01 16:58:35,197 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 16:58:35,198 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 16:58:35,237 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 16:58:35,237 INFO program/MainThread: stderr[3]: 2024-03-01 16:58:35,237 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:58:35,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:35,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:35,248 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:58:35,249 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 16:58:35,254 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:58:35,254 INFO blivet/MainThread: sda is a disk 2024-03-01 16:58:35,254 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:58:35,255 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:58:35,258 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:58:35,261 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:58:35,261 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 16:58:35,264 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 16:58:35,264 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:58:35,265 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:58:35,265 INFO blivet/MainThread: got device: DiskDevice instance (0x7f564b19a8e0) -- 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 = 60014057cf51c23445f40dfa6c25f805 2024-03-01 16:58:35,268 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:58:35,271 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:35,272 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:58:35,275 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:35,275 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:58:35,278 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:35,278 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:58:35,281 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:35,281 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:58:35,284 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:58:35,284 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:58:35,285 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 16:58:35,319 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3U3JPa-I96h-W9Sy-J3zm-uKZG-iPqo-VDBk6C LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 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=w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 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=WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 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 16:58:35,319 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j. WARNING: Couldn't find device with uuid WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA. WARNING: VG test_vg1 is missing PV w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA (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 16:58:35,319 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:58:35,319 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:58:35,323 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 3U3JPa-I96h-W9Sy-J3zm-uKZG-iPqo-VDBk6C ; label: None ; device: /dev/sda ; serial: 360014057cf51c23445f40dfa6c25f805 ; exists: True ; vg_name: test_vg1 ; vg_uuid: E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 ; pe_start: 8 MiB ; 2024-03-01 16:58:35,323 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:58:35,326 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:58:35,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 ; incomplete: True ; hidden: False ; 2024-03-01 16:58:35,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:35,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:35,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:35,337 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 16:58:35,371 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 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 16:58:35,372 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j. WARNING: Couldn't find device with uuid WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA. WARNING: VG test_vg1 is missing PV w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA (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 16:58:35,372 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:58:35,372 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:58:35,372 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:58:35,377 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:58:35,380 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:35,381 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:58:35,383 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:58:35,384 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 16:58:35,420 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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=mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 16:58:35,420 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j. WARNING: Couldn't find device with uuid WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA. WARNING: VG test_vg1 is missing PV w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA (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 16:58:35,420 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:58:35,424 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:58:35,424 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:58:35,427 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:58:35,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 ; incomplete: True ; hidden: False ; 2024-03-01 16:58:35,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:58:35,433 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:58:35,433 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:35,436 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-36001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/wwn-0x6001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/lvm-pv-uuid-w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j', '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': 'w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j', 'ID_FS_UUID_ENC': 'w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j', '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': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'ID_SERIAL': '36001405bfdaa9bea299423f892a1b88d', 'ID_SERIAL_SHORT': '6001405bfdaa9bea299423f892a1b88d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bfdaa9bea', 'ID_WWN_VENDOR_EXTENSION': '0x299423f892a1b88d', 'ID_WWN_WITH_EXTENSION': '0x6001405bfdaa9bea299423f892a1b88d', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bfdaa9bea299423f892a1b88d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714880349'} ; 2024-03-01 16:58:35,436 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 16:58:35,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:58:35,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:35,447 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:58:35,447 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:58:35,447 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:58:35,447 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:58:35,450 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:58:35,453 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:58:35,453 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 16:58:35,456 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 16:58:35,456 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:58:35,457 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:58:35,457 INFO blivet/MainThread: got device: DiskDevice instance (0x7f564a0bc250) -- 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 = 6001405bfdaa9bea299423f892a1b88d 2024-03-01 16:58:35,460 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:58:35,463 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:35,463 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:58:35,466 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:35,466 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:58:35,469 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:35,469 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:58:35,472 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:35,472 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:58:35,474 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:58:35,475 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:58:35,475 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 16:58:35,509 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3U3JPa-I96h-W9Sy-J3zm-uKZG-iPqo-VDBk6C LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 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=w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 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=WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 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 16:58:35,509 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA. WARNING: VG test_vg1 is missing PV WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA (last written to /dev/sdc). 2024-03-01 16:58:35,509 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:58:35,509 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:58:35,513 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j ; label: None ; device: /dev/sdb ; serial: 36001405bfdaa9bea299423f892a1b88d ; exists: True ; vg_name: test_vg1 ; vg_uuid: E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 16:58:35,513 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:58:35,516 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:58:35,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 ; incomplete: True ; hidden: False ; 2024-03-01 16:58:35,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:58:35,524 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:58:35,527 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:35,530 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:58:35,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 ; incomplete: True ; hidden: False ; 2024-03-01 16:58:35,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:35,536 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 16:58:35,572 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 16:58:35,573 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA. WARNING: VG test_vg1 is missing PV WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA (last written to /dev/sdc). 2024-03-01 16:58:35,573 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:58:35,573 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:58:35,573 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:35,577 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/scsi-360014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/wwn-0x60014051372a44c1af14aec911a838a7', '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': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'ID_SERIAL': '360014051372a44c1af14aec911a838a7', 'ID_SERIAL_SHORT': '60014051372a44c1af14aec911a838a7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051372a44c1', 'ID_WWN_VENDOR_EXTENSION': '0xaf14aec911a838a7', 'ID_WWN_WITH_EXTENSION': '0x60014051372a44c1af14aec911a838a7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051372a44c1af14aec911a838a7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715410443'} ; 2024-03-01 16:58:35,577 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 16:58:35,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:58:35,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:35,588 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:58:35,588 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:58:35,588 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:58:35,589 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:58:35,591 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:58:35,594 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:58:35,594 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 16:58:35,597 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 16:58:35,597 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:58:35,598 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:58:35,598 INFO blivet/MainThread: got device: DiskDevice instance (0x7f564a034d00) -- 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 = 60014051372a44c1af14aec911a838a7 2024-03-01 16:58:35,601 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:58:35,601 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:58:35,604 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/wwn-0x6001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', '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': 'fb729fc8-fd98-4730-8990-b0f849513593', 'ID_SERIAL': '36001405fb729fc8fd9847308990b0f84', 'ID_SERIAL_SHORT': '6001405fb729fc8fd9847308990b0f84', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb729fc8f', 'ID_WWN_VENDOR_EXTENSION': '0xd9847308990b0f84', 'ID_WWN_WITH_EXTENSION': '0x6001405fb729fc8fd9847308990b0f84', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb729fc8fd9847308990b0f84', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715443786'} ; 2024-03-01 16:58:35,604 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 16:58:35,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:58:35,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:35,614 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:58:35,615 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:58:35,615 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:58:35,615 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:58:35,618 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:58:35,620 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:58:35,620 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 16:58:35,623 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 16:58:35,624 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:58:35,624 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:58:35,624 INFO blivet/MainThread: got device: DiskDevice instance (0x7f564a0847f0) -- 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 = 6001405fb729fc8fd9847308990b0f84 2024-03-01 16:58:35,627 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:58:35,627 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:58:35,630 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/scsi-36001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/lvm-pv-uuid-WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA ' '/dev/disk/by-id/wwn-0x6001405f45dc9d5eb5d4232af322bc7b', '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': 'WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA', 'ID_FS_UUID_ENC': 'WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA', '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': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'ID_SERIAL': '36001405f45dc9d5eb5d4232af322bc7b', 'ID_SERIAL_SHORT': '6001405f45dc9d5eb5d4232af322bc7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f45dc9d5e', 'ID_WWN_VENDOR_EXTENSION': '0xb5d4232af322bc7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f45dc9d5eb5d4232af322bc7b', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f45dc9d5eb5d4232af322bc7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714961596'} ; 2024-03-01 16:58:35,630 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 16:58:35,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:58:35,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:35,640 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:58:35,641 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:58:35,641 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:58:35,641 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:58:35,643 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:58:35,646 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:58:35,646 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 16:58:35,649 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 16:58:35,649 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:58:35,650 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:58:35,650 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5649fc3580) -- 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 = 6001405f45dc9d5eb5d4232af322bc7b 2024-03-01 16:58:35,653 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:58:35,656 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:35,656 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:58:35,659 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:35,659 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:58:35,662 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:35,662 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:58:35,665 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:35,665 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:58:35,667 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:58:35,667 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:58:35,668 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/sda,/dev/sdb ... 2024-03-01 16:58:35,703 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3U3JPa-I96h-W9Sy-J3zm-uKZG-iPqo-VDBk6C LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 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=w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 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=WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 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 16:58:35,703 INFO program/MainThread: stderr[9]: 2024-03-01 16:58:35,703 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:58:35,703 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:58:35,707 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA ; label: None ; device: /dev/sdc ; serial: 36001405f45dc9d5eb5d4232af322bc7b ; exists: True ; vg_name: test_vg1 ; vg_uuid: E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:58:35,707 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:58:35,710 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:58:35,713 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 ; incomplete: True ; hidden: False ; 2024-03-01 16:58:35,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:35,718 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:58:35,721 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:35,724 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:58:35,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 ; incomplete: True ; hidden: False ; 2024-03-01 16:58:35,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:35,729 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/sda,/dev/sdb ... 2024-03-01 16:58:35,767 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 16:58:35,767 INFO program/MainThread: stderr[10]: 2024-03-01 16:58:35,767 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:58:35,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:35,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:35,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i ; incomplete: False ; hidden: False ; 2024-03-01 16:58:35,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:35,779 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:58:35,782 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:58:35,783 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:58:35,786 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:58:35,789 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:35,789 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:35,792 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 16:58:35,793 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:58:35,793 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:58:35,796 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:58:35,799 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:58:35,799 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:58:35,802 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:58:35,805 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:35,805 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:35,808 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 16:58:35,808 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:58:35,809 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 16:58:35,809 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:58:35,811 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:35,812 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:35,814 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 16:58:35,815 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:58:35,818 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-E5votpW3spNhatAStt7akeePRVdMNlw6mrvaX9AbDxg5HlAnW8AFaBThXfOdmb9i ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/a89ce112-1f30-4855-9152-c72d17ed48c1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '55', '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-E5votpW3spNhatAStt7akeePRVdMNlw6mrvaX9AbDxg5HlAnW8AFaBThXfOdmb9i', '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': 'a89ce112-1f30-4855-9152-c72d17ed48c1', 'ID_FS_UUID_ENC': 'a89ce112-1f30-4855-9152-c72d17ed48c1', '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': '1168795729'} ; 2024-03-01 16:58:35,818 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:58:35,818 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:35,821 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:58:35,821 INFO program/MainThread: stderr[11]: 2024-03-01 16:58:35,821 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:58:35,821 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:35,824 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:58:35,824 INFO program/MainThread: stderr[12]: 2024-03-01 16:58:35,824 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:58:35,824 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:35,826 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:58:35,826 INFO program/MainThread: stderr[13]: 2024-03-01 16:58:35,826 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:58:35,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:35,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:58:35,836 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:35,837 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:35,837 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:35,838 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:35,833 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f564a034e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f564a084670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:35,838 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:35,840 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:58:35,841 INFO program/MainThread: stderr[14]: 2024-03-01 16:58:35,841 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:58:35,844 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:58:35,848 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:35,848 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:58:35,851 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:35,851 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:58:35,854 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:35,854 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:58:35,857 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:35,857 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:58:35,858 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:58:35,859 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:58:35,862 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:35,862 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:58:35,865 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:58:35,865 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:35,865 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:35,869 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/scsi-36001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/wwn-0x6001405bdf1754409e440edb3fee6cb5', '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': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'ID_SERIAL': '36001405bdf1754409e440edb3fee6cb5', 'ID_SERIAL_SHORT': '6001405bdf1754409e440edb3fee6cb5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bdf175440', 'ID_WWN_VENDOR_EXTENSION': '0x9e440edb3fee6cb5', 'ID_WWN_WITH_EXTENSION': '0x6001405bdf1754409e440edb3fee6cb5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bdf1754409e440edb3fee6cb5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715001239'} ; 2024-03-01 16:58:35,869 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 16:58:35,872 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:35,874 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:35,879 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:58:35,880 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:58:35,880 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:58:35,880 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 16:58:35,883 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:58:35,886 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:58:35,886 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 16:58:35,889 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 16:58:35,889 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:58:35,889 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 16:58:35,889 INFO blivet/MainThread: got device: DiskDevice instance (0x7f564b0d9e80) -- 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 = 6001405bdf1754409e440edb3fee6cb5 2024-03-01 16:58:35,892 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:58:35,892 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:58:35,895 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/wwn-0x6001405612312a0b2d549c993d22f60a ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/scsi-36001405612312a0b2d549c993d22f60a', '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': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'ID_SERIAL': '36001405612312a0b2d549c993d22f60a', 'ID_SERIAL_SHORT': '6001405612312a0b2d549c993d22f60a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405612312a0b', 'ID_WWN_VENDOR_EXTENSION': '0x2d549c993d22f60a', 'ID_WWN_WITH_EXTENSION': '0x6001405612312a0b2d549c993d22f60a', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405612312a0b2d549c993d22f60a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715062067'} ; 2024-03-01 16:58:35,895 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 16:58:35,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:58:35,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:35,906 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:58:35,906 INFO blivet/MainThread: sde is a disk 2024-03-01 16:58:35,907 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 16:58:35,907 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 16:58:35,909 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:58:35,912 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:58:35,912 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 16:58:35,915 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 16:58:35,915 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:58:35,916 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 16:58:35,916 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5649fc3a30) -- 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 = 6001405612312a0b2d549c993d22f60a 2024-03-01 16:58:35,919 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:58:35,919 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:58:35,922 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/wwn-0x600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/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': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'ID_SERIAL': '3600140514e1c5412f2a4e3da52cb21dd', 'ID_SERIAL_SHORT': '600140514e1c5412f2a4e3da52cb21dd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140514e1c5412', 'ID_WWN_VENDOR_EXTENSION': '0xf2a4e3da52cb21dd', 'ID_WWN_WITH_EXTENSION': '0x600140514e1c5412f2a4e3da52cb21dd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140514e1c5412f2a4e3da52cb21dd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715143859'} ; 2024-03-01 16:58:35,922 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 16:58:35,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:58:35,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:35,932 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:58:35,933 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:58:35,933 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 16:58:35,933 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 16:58:35,936 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:58:35,938 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:58:35,938 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 16:58:35,941 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 16:58:35,941 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:58:35,942 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 16:58:35,942 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5649fc3910) -- 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 = 600140514e1c5412f2a4e3da52cb21dd 2024-03-01 16:58:35,945 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:58:35,945 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:58:35,948 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-id/scsi-36001405a1a87cda68094b1e883b4f5fe', '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': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'ID_SERIAL': '36001405a1a87cda68094b1e883b4f5fe', 'ID_SERIAL_SHORT': '6001405a1a87cda68094b1e883b4f5fe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a1a87cda6', 'ID_WWN_VENDOR_EXTENSION': '0x8094b1e883b4f5fe', 'ID_WWN_WITH_EXTENSION': '0x6001405a1a87cda68094b1e883b4f5fe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a1a87cda68094b1e883b4f5fe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715163740'} ; 2024-03-01 16:58:35,948 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 16:58:35,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:35,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:35,958 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:58:35,959 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:58:35,959 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 16:58:35,959 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 16:58:35,962 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:58:35,964 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:58:35,965 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 16:58:35,967 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 16:58:35,968 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:58:35,968 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 16:58:35,968 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5649fbe520) -- 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 = 6001405a1a87cda68094b1e883b4f5fe 2024-03-01 16:58:35,971 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:58:35,971 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:58:35,974 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-36001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f053e2f0-31db-4d2b-b88a-b5846a2cf28e', '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': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'ID_SERIAL': '36001405f053e2f031db4d2bb88ab5846', 'ID_SERIAL_SHORT': '6001405f053e2f031db4d2bb88ab5846', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f053e2f03', 'ID_WWN_VENDOR_EXTENSION': '0x1db4d2bb88ab5846', 'ID_WWN_WITH_EXTENSION': '0x6001405f053e2f031db4d2bb88ab5846', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f053e2f031db4d2bb88ab5846', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715228881'} ; 2024-03-01 16:58:35,974 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 16:58:35,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:35,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:35,984 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:58:35,985 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:58:35,985 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 16:58:35,985 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 16:58:35,988 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:58:35,990 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:58:35,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 16:58:35,993 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 16:58:35,994 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:58:35,994 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 16:58:35,994 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5649fbeca0) -- 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 = 6001405f053e2f031db4d2bb88ab5846 2024-03-01 16:58:35,997 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:58:35,997 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:58:36,000 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:c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/scsi-36001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/wwn-0x6001405c930cf566dc64509be8137452', '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': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'ID_SERIAL': '36001405c930cf566dc64509be8137452', 'ID_SERIAL_SHORT': '6001405c930cf566dc64509be8137452', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c930cf566', 'ID_WWN_VENDOR_EXTENSION': '0xdc64509be8137452', 'ID_WWN_WITH_EXTENSION': '0x6001405c930cf566dc64509be8137452', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c930cf566dc64509be8137452', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715277294'} ; 2024-03-01 16:58:36,000 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 16:58:36,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,010 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:58:36,011 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:58:36,011 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:58:36,011 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 16:58:36,014 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:58:36,016 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:58:36,017 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 16:58:36,019 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 16:58:36,020 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:58:36,020 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 16:58:36,020 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5649fbeee0) -- 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 = 6001405c930cf566dc64509be8137452 2024-03-01 16:58:36,023 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:58:36,023 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:58:36,026 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-360014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/wwn-0x60014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', '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': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'ID_SERIAL': '360014051528b2f7fa1b4b0ea44f2b71d', 'ID_SERIAL_SHORT': '60014051528b2f7fa1b4b0ea44f2b71d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051528b2f7f', 'ID_WWN_VENDOR_EXTENSION': '0xa1b4b0ea44f2b71d', 'ID_WWN_WITH_EXTENSION': '0x60014051528b2f7fa1b4b0ea44f2b71d', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051528b2f7fa1b4b0ea44f2b71d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715335966'} ; 2024-03-01 16:58:36,026 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 16:58:36,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,036 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:58:36,037 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:58:36,037 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 16:58:36,037 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 16:58:36,040 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:58:36,042 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:58:36,043 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 16:58:36,045 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 16:58:36,046 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:58:36,046 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 16:58:36,046 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5649fe3f10) -- 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 = 60014051528b2f7fa1b4b0ea44f2b71d 2024-03-01 16:58:36,049 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:58:36,049 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:58:36,052 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': '12232267'} ; 2024-03-01 16:58:36,052 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:58:36,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,061 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:58:36,061 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:58:36,061 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:58:36,061 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:58:36,061 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:58:36,062 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:58:36,064 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:58:36,067 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:58:36,067 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:58:36,070 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:58:36,070 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:58:36,070 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 16:58:36,070 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5649fe3fa0) -- 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 16:58:36,073 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:58:36,076 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:36,076 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 16:58:36,079 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:36,079 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 16:58:36,082 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:36,082 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 16:58:36,085 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:36,085 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 16:58:36,088 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:58:36,091 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:36,093 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:58:36,100 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 0x7f5649fceb40> 2024-03-01 16:58:36,139 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 16:58:36,143 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:58:36,143 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:58:36,146 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': '12234224'} ; 2024-03-01 16:58:36,147 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:58:36,147 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:58:36,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,155 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:58:36,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,160 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:36,172 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:36,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 16:58:36,192 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 16:58:36,195 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:58:36,195 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 16:58:36,198 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:58:36,200 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:58:36,201 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:58:36,203 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:58:36,204 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:36,204 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:58:36,206 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:58:36,209 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:58:36,212 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:58:36,214 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:58:36,217 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:58:36,218 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:36,218 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 16:58:36,218 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:58:36,218 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f5649ffb490) -- 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 0x7f5649ff7090> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:58:36,221 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:58:36,224 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:36,224 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 16:58:36,227 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:36,227 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 16:58:36,230 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:36,230 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 16:58:36,233 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:36,233 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 16:58:36,233 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:58:36,236 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:36,236 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 16:58:36,239 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:58:36,239 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:36,242 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-E5votpW3spNhatAStt7akeePRVdMNlw6mrvaX9AbDxg5HlAnW8AFaBThXfOdmb9i ' '/dev/disk/by-uuid/a89ce112-1f30-4855-9152-c72d17ed48c1 ' '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '55', '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-E5votpW3spNhatAStt7akeePRVdMNlw6mrvaX9AbDxg5HlAnW8AFaBThXfOdmb9i', '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': 'a89ce112-1f30-4855-9152-c72d17ed48c1', 'ID_FS_UUID_ENC': 'a89ce112-1f30-4855-9152-c72d17ed48c1', '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': '1168795729'} ; 2024-03-01 16:58:36,242 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:58:36,242 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:36,245 INFO program/MainThread: stdout[15]: LVM 2024-03-01 16:58:36,245 INFO program/MainThread: stderr[15]: 2024-03-01 16:58:36,245 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:58:36,245 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:36,248 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:58:36,248 INFO program/MainThread: stderr[16]: 2024-03-01 16:58:36,248 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:58:36,248 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:36,250 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:58:36,250 INFO program/MainThread: stderr[17]: 2024-03-01 16:58:36,250 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:58:36,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,257 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 16:58:36,259 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:36,260 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:36,260 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:36,261 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:36,257 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f564a034e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f564a084670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:36,261 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:36,263 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:58:36,264 INFO program/MainThread: stderr[18]: 2024-03-01 16:58:36,264 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:58:36,267 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:58:36,267 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:58:36,267 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:36,276 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:36,289 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:58:36,290 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:58:36,293 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 16:58:36,296 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,299 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 16:58:36,301 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:36,301 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:58:36,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:36,311 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:58:36,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,316 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,319 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 16:58:36,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:36,321 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:58:36,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:58:36,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:36,331 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:58:36,333 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 16:58:36,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,338 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 16:58:36,341 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:36,341 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 16:58:36,343 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 16:58:36,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:36,348 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 16:58:36,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:36,351 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:58:39,301 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_d_to1oqz/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:58:39,334 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:39,334 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:58:39,337 INFO program/MainThread: stdout[2]: 2024-03-01 16:58:39,337 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 16:58:39,337 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:58:39,337 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:58:39,341 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:39,341 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:58:39,345 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:39,345 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:58:39,348 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:39,348 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:58:39,350 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:39,350 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:58:39,358 INFO program/MainThread: stdout: 2024-03-01 16:58:39,359 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:58:39,359 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member 3U3JPa-I96h-W9Sy-J3zm-uKZG-iPqo-VDBk6C 2024-03-01 16:58:39,359 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs a89ce112-1f30-4855-9152-c72d17ed48c1 2024-03-01 16:58:39,359 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j 2024-03-01 16:58:39,359 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs a89ce112-1f30-4855-9152-c72d17ed48c1 2024-03-01 16:58:39,359 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA 2024-03-01 16:58:39,359 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:58:39,359 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:58:39,359 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:58:39,359 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:58:39,359 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:58:39,359 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:58:39,359 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:58:39,359 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:58:39,359 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:58:39,359 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:58:39,359 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:58:39,359 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:39,359 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member 3U3JPa-I96h-W9Sy-J3zm-uKZG-iPqo-VDBk6C `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs a89ce112-1f30-4855-9152-c72d17ed48c1 sdb 1073741824 root disk brw-rw---- LVM2_member w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs a89ce112-1f30-4855-9152-c72d17ed48c1 sdc 1073741824 root disk brw-rw---- LVM2_member WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA 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 16:58:39,359 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:39,360 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:39,360 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:58:39,360 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:39,360 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:58:39,360 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:58:39,360 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:39,373 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:39,386 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 16:58:39,390 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/lvm-pv-uuid-3U3JPa-I96h-W9Sy-J3zm-uKZG-iPqo-VDBk6C ' '/dev/disk/by-id/scsi-360014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/wwn-0x60014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', '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': '3U3JPa-I96h-W9Sy-J3zm-uKZG-iPqo-VDBk6C', 'ID_FS_UUID_ENC': '3U3JPa-I96h-W9Sy-J3zm-uKZG-iPqo-VDBk6C', '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': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'ID_SERIAL': '360014057cf51c23445f40dfa6c25f805', 'ID_SERIAL_SHORT': '60014057cf51c23445f40dfa6c25f805', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cf51c234', 'ID_WWN_VENDOR_EXTENSION': '0x45f40dfa6c25f805', 'ID_WWN_WITH_EXTENSION': '0x60014057cf51c23445f40dfa6c25f805', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cf51c23445f40dfa6c25f805', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714898134'} ; 2024-03-01 16:58:39,391 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 16:58:39,391 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:58:39,421 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 16:58:39,422 INFO program/MainThread: stderr[3]: 2024-03-01 16:58:39,422 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:58:39,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:39,432 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:58:39,434 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 16:58:39,438 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:58:39,439 INFO blivet/MainThread: sda is a disk 2024-03-01 16:58:39,439 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:58:39,439 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:58:39,443 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:58:39,446 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:58:39,446 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 16:58:39,449 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 16:58:39,449 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:58:39,450 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:58:39,450 INFO blivet/MainThread: got device: DiskDevice instance (0x7f32a60968e0) -- 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 = 60014057cf51c23445f40dfa6c25f805 2024-03-01 16:58:39,453 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:58:39,456 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:39,456 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:58:39,460 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:39,460 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:58:39,463 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:39,463 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:58:39,466 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:39,466 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:58:39,469 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:58:39,469 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:58:39,469 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 16:58:39,503 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3U3JPa-I96h-W9Sy-J3zm-uKZG-iPqo-VDBk6C LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 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=w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 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=WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 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 16:58:39,504 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j. WARNING: Couldn't find device with uuid WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA. WARNING: VG test_vg1 is missing PV w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA (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 16:58:39,504 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:58:39,504 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:58:39,508 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 3U3JPa-I96h-W9Sy-J3zm-uKZG-iPqo-VDBk6C ; label: None ; device: /dev/sda ; serial: 360014057cf51c23445f40dfa6c25f805 ; exists: True ; vg_name: test_vg1 ; vg_uuid: E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 ; pe_start: 8 MiB ; 2024-03-01 16:58:39,508 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:58:39,511 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:58:39,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 ; incomplete: True ; hidden: False ; 2024-03-01 16:58:39,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:39,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:39,522 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 16:58:39,561 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 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 16:58:39,561 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j. WARNING: Couldn't find device with uuid WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA. WARNING: VG test_vg1 is missing PV w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA (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 16:58:39,561 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:58:39,561 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:58:39,561 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:58:39,566 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:58:39,570 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:39,570 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:58:39,573 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:58:39,573 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 16:58:39,609 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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=mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 16:58:39,609 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j. WARNING: Couldn't find device with uuid WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA. WARNING: VG test_vg1 is missing PV w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA (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 16:58:39,609 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:58:39,613 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:58:39,613 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:58:39,616 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:58:39,619 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 ; incomplete: True ; hidden: False ; 2024-03-01 16:58:39,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:58:39,621 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:58:39,621 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:39,625 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/lvm-pv-uuid-w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/wwn-0x6001405bfdaa9bea299423f892a1b88d', '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': 'w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j', 'ID_FS_UUID_ENC': 'w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j', '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': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'ID_SERIAL': '36001405bfdaa9bea299423f892a1b88d', 'ID_SERIAL_SHORT': '6001405bfdaa9bea299423f892a1b88d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bfdaa9bea', 'ID_WWN_VENDOR_EXTENSION': '0x299423f892a1b88d', 'ID_WWN_WITH_EXTENSION': '0x6001405bfdaa9bea299423f892a1b88d', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bfdaa9bea299423f892a1b88d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714880349'} ; 2024-03-01 16:58:39,625 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 16:58:39,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:39,636 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:58:39,636 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:58:39,636 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:58:39,636 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:58:39,639 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:58:39,642 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:58:39,642 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 16:58:39,645 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 16:58:39,645 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:58:39,646 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:58:39,646 INFO blivet/MainThread: got device: DiskDevice instance (0x7f32a4d3c250) -- 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 = 6001405bfdaa9bea299423f892a1b88d 2024-03-01 16:58:39,649 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:58:39,652 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:39,652 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:58:39,655 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:39,655 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:58:39,658 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:39,658 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:58:39,661 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:39,661 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:58:39,663 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:58:39,663 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:58:39,664 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 16:58:39,701 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3U3JPa-I96h-W9Sy-J3zm-uKZG-iPqo-VDBk6C LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 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=w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 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=WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 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 16:58:39,701 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA. WARNING: VG test_vg1 is missing PV WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA (last written to /dev/sdc). 2024-03-01 16:58:39,701 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:58:39,701 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:58:39,705 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j ; label: None ; device: /dev/sdb ; serial: 36001405bfdaa9bea299423f892a1b88d ; exists: True ; vg_name: test_vg1 ; vg_uuid: E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 16:58:39,705 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:58:39,708 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:58:39,710 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 ; incomplete: True ; hidden: False ; 2024-03-01 16:58:39,713 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:58:39,716 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:58:39,719 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:39,722 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:58:39,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 ; incomplete: True ; hidden: False ; 2024-03-01 16:58:39,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:39,727 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 16:58:39,764 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 16:58:39,764 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA. WARNING: VG test_vg1 is missing PV WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA (last written to /dev/sdc). 2024-03-01 16:58:39,764 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:58:39,764 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:58:39,764 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:39,768 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/wwn-0x60014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-360014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c ' '/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': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'ID_SERIAL': '360014051372a44c1af14aec911a838a7', 'ID_SERIAL_SHORT': '60014051372a44c1af14aec911a838a7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051372a44c1', 'ID_WWN_VENDOR_EXTENSION': '0xaf14aec911a838a7', 'ID_WWN_WITH_EXTENSION': '0x60014051372a44c1af14aec911a838a7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051372a44c1af14aec911a838a7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715410443'} ; 2024-03-01 16:58:39,768 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 16:58:39,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:39,779 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:58:39,779 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:58:39,780 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:58:39,780 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:58:39,782 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:58:39,785 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:58:39,785 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 16:58:39,788 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 16:58:39,789 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:58:39,789 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:58:39,789 INFO blivet/MainThread: got device: DiskDevice instance (0x7f32a4cb4d00) -- 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 = 60014051372a44c1af14aec911a838a7 2024-03-01 16:58:39,792 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:58:39,792 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:58:39,795 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/wwn-0x6001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/scsi-36001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_fb729fc8-fd98-4730-8990-b0f849513593 ' '/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': 'fb729fc8-fd98-4730-8990-b0f849513593', 'ID_SERIAL': '36001405fb729fc8fd9847308990b0f84', 'ID_SERIAL_SHORT': '6001405fb729fc8fd9847308990b0f84', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb729fc8f', 'ID_WWN_VENDOR_EXTENSION': '0xd9847308990b0f84', 'ID_WWN_WITH_EXTENSION': '0x6001405fb729fc8fd9847308990b0f84', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb729fc8fd9847308990b0f84', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715443786'} ; 2024-03-01 16:58:39,795 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 16:58:39,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:39,805 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:58:39,806 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:58:39,806 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:58:39,806 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:58:39,809 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:58:39,811 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:58:39,812 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 16:58:39,814 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 16:58:39,815 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:58:39,815 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:58:39,815 INFO blivet/MainThread: got device: DiskDevice instance (0x7f32a4d047f0) -- 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 = 6001405fb729fc8fd9847308990b0f84 2024-03-01 16:58:39,818 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:58:39,818 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:58:39,821 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/lvm-pv-uuid-WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA ' '/dev/disk/by-id/scsi-36001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/wwn-0x6001405f45dc9d5eb5d4232af322bc7b', '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': 'WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA', 'ID_FS_UUID_ENC': 'WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA', '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': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'ID_SERIAL': '36001405f45dc9d5eb5d4232af322bc7b', 'ID_SERIAL_SHORT': '6001405f45dc9d5eb5d4232af322bc7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f45dc9d5e', 'ID_WWN_VENDOR_EXTENSION': '0xb5d4232af322bc7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f45dc9d5eb5d4232af322bc7b', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f45dc9d5eb5d4232af322bc7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714961596'} ; 2024-03-01 16:58:39,821 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 16:58:39,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:39,831 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:58:39,832 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:58:39,832 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:58:39,832 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:58:39,835 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:58:39,837 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:58:39,838 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 16:58:39,840 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 16:58:39,841 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:58:39,841 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:58:39,841 INFO blivet/MainThread: got device: DiskDevice instance (0x7f32a4c46580) -- 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 = 6001405f45dc9d5eb5d4232af322bc7b 2024-03-01 16:58:39,844 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:58:39,847 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:39,847 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:58:39,850 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:39,850 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:58:39,853 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:39,853 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:58:39,856 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:39,856 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:58:39,859 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:58:39,859 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:58:39,859 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 16:58:39,896 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3U3JPa-I96h-W9Sy-J3zm-uKZG-iPqo-VDBk6C LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 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=w1t1K6-CpOP-eDDi-dM2s-pzqv-gQ7x-aZiJ9j LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 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=WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 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 16:58:39,896 INFO program/MainThread: stderr[9]: 2024-03-01 16:58:39,896 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:58:39,896 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:58:39,900 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: WHB7we-H67Q-ClYl-lidf-8ga4-n5pp-IxFZmA ; label: None ; device: /dev/sdc ; serial: 36001405f45dc9d5eb5d4232af322bc7b ; exists: True ; vg_name: test_vg1 ; vg_uuid: E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:58:39,900 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:58:39,902 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:58:39,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 ; incomplete: True ; hidden: False ; 2024-03-01 16:58:39,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:39,911 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:58:39,914 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:58:39,916 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:58:39,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 ; incomplete: True ; hidden: False ; 2024-03-01 16:58:39,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:39,922 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 16:58:39,953 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 16:58:39,954 INFO program/MainThread: stderr[10]: 2024-03-01 16:58:39,954 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:58:39,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,960 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:39,963 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i ; incomplete: False ; hidden: False ; 2024-03-01 16:58:39,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:58:39,966 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:58:39,969 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:58:39,969 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:58:39,972 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:58:39,976 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:39,976 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:39,979 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 16:58:39,979 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:58:39,979 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:58:39,983 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:58:39,986 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:58:39,986 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:58:39,989 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:58:39,992 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:39,992 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:39,995 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 16:58:39,995 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:58:39,995 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 16:58:39,996 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:58:39,998 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:39,998 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:58:40,001 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 16:58:40,002 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:58:40,005 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/a89ce112-1f30-4855-9152-c72d17ed48c1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-E5votpW3spNhatAStt7akeePRVdMNlw6mrvaX9AbDxg5HlAnW8AFaBThXfOdmb9i', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '55', '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-E5votpW3spNhatAStt7akeePRVdMNlw6mrvaX9AbDxg5HlAnW8AFaBThXfOdmb9i', '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': 'a89ce112-1f30-4855-9152-c72d17ed48c1', 'ID_FS_UUID_ENC': 'a89ce112-1f30-4855-9152-c72d17ed48c1', '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': '1168795729'} ; 2024-03-01 16:58:40,005 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:58:40,005 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:40,008 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:58:40,008 INFO program/MainThread: stderr[11]: 2024-03-01 16:58:40,008 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:58:40,008 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:40,011 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:58:40,011 INFO program/MainThread: stderr[12]: 2024-03-01 16:58:40,011 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:58:40,011 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:40,013 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:58:40,013 INFO program/MainThread: stderr[13]: 2024-03-01 16:58:40,013 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:58:40,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,020 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:58:40,023 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,024 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,024 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,025 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,020 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,025 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:40,027 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:58:40,028 INFO program/MainThread: stderr[14]: 2024-03-01 16:58:40,028 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:58:40,031 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:58:40,035 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:40,035 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:58:40,038 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:40,038 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:58:40,041 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:40,041 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:58:40,044 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:40,044 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:58:40,046 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:58:40,046 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:58:40,049 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:40,049 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:58:40,052 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:58:40,052 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:40,053 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:58:40,056 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/wwn-0x6001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/scsi-36001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/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': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'ID_SERIAL': '36001405bdf1754409e440edb3fee6cb5', 'ID_SERIAL_SHORT': '6001405bdf1754409e440edb3fee6cb5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bdf175440', 'ID_WWN_VENDOR_EXTENSION': '0x9e440edb3fee6cb5', 'ID_WWN_WITH_EXTENSION': '0x6001405bdf1754409e440edb3fee6cb5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bdf1754409e440edb3fee6cb5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715001239'} ; 2024-03-01 16:58:40,056 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 16:58:40,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:40,066 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:58:40,067 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:58:40,067 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:58:40,067 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 16:58:40,070 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:58:40,073 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:58:40,073 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 16:58:40,076 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 16:58:40,076 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:58:40,076 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 16:58:40,076 INFO blivet/MainThread: got device: DiskDevice instance (0x7f32a5d59e80) -- 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 = 6001405bdf1754409e440edb3fee6cb5 2024-03-01 16:58:40,079 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:58:40,079 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:58:40,082 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405612312a0b2d549c993d22f60a ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-36001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_612312a0-b2d5-49c9-93d2-2f60aa10c27b', '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': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'ID_SERIAL': '36001405612312a0b2d549c993d22f60a', 'ID_SERIAL_SHORT': '6001405612312a0b2d549c993d22f60a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405612312a0b', 'ID_WWN_VENDOR_EXTENSION': '0x2d549c993d22f60a', 'ID_WWN_WITH_EXTENSION': '0x6001405612312a0b2d549c993d22f60a', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405612312a0b2d549c993d22f60a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715062067'} ; 2024-03-01 16:58:40,082 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 16:58:40,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:40,093 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:58:40,093 INFO blivet/MainThread: sde is a disk 2024-03-01 16:58:40,093 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 16:58:40,094 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 16:58:40,096 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:58:40,099 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:58:40,099 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 16:58:40,102 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 16:58:40,102 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:58:40,103 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 16:58:40,103 INFO blivet/MainThread: got device: DiskDevice instance (0x7f32a4c46a30) -- 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 = 6001405612312a0b2d549c993d22f60a 2024-03-01 16:58:40,106 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:58:40,106 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:58:40,109 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/scsi-3600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/wwn-0x600140514e1c5412f2a4e3da52cb21dd ' '/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': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'ID_SERIAL': '3600140514e1c5412f2a4e3da52cb21dd', 'ID_SERIAL_SHORT': '600140514e1c5412f2a4e3da52cb21dd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140514e1c5412', 'ID_WWN_VENDOR_EXTENSION': '0xf2a4e3da52cb21dd', 'ID_WWN_WITH_EXTENSION': '0x600140514e1c5412f2a4e3da52cb21dd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140514e1c5412f2a4e3da52cb21dd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715143859'} ; 2024-03-01 16:58:40,109 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 16:58:40,112 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:40,119 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:58:40,120 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:58:40,120 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 16:58:40,120 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 16:58:40,123 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:58:40,125 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:58:40,126 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 16:58:40,128 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 16:58:40,129 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:58:40,129 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 16:58:40,129 INFO blivet/MainThread: got device: DiskDevice instance (0x7f32a4c46910) -- 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 = 600140514e1c5412f2a4e3da52cb21dd 2024-03-01 16:58:40,132 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:58:40,132 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:58:40,135 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-id/wwn-0x6001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-36001405a1a87cda68094b1e883b4f5fe ' '/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': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'ID_SERIAL': '36001405a1a87cda68094b1e883b4f5fe', 'ID_SERIAL_SHORT': '6001405a1a87cda68094b1e883b4f5fe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a1a87cda6', 'ID_WWN_VENDOR_EXTENSION': '0x8094b1e883b4f5fe', 'ID_WWN_WITH_EXTENSION': '0x6001405a1a87cda68094b1e883b4f5fe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a1a87cda68094b1e883b4f5fe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715163740'} ; 2024-03-01 16:58:40,135 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 16:58:40,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,141 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:40,146 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:58:40,146 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:58:40,146 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 16:58:40,146 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 16:58:40,149 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:58:40,152 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:58:40,152 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 16:58:40,155 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 16:58:40,155 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:58:40,155 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 16:58:40,155 INFO blivet/MainThread: got device: DiskDevice instance (0x7f32a4c3e520) -- 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 = 6001405a1a87cda68094b1e883b4f5fe 2024-03-01 16:58:40,158 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:58:40,158 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:58:40,161 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-36001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/wwn-0x6001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f053e2f0-31db-4d2b-b88a-b5846a2cf28e', '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': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'ID_SERIAL': '36001405f053e2f031db4d2bb88ab5846', 'ID_SERIAL_SHORT': '6001405f053e2f031db4d2bb88ab5846', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f053e2f03', 'ID_WWN_VENDOR_EXTENSION': '0x1db4d2bb88ab5846', 'ID_WWN_WITH_EXTENSION': '0x6001405f053e2f031db4d2bb88ab5846', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f053e2f031db4d2bb88ab5846', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715228881'} ; 2024-03-01 16:58:40,161 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 16:58:40,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:40,172 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:58:40,172 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:58:40,172 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 16:58:40,173 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 16:58:40,175 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:58:40,178 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:58:40,178 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 16:58:40,181 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 16:58:40,181 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:58:40,182 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 16:58:40,182 INFO blivet/MainThread: got device: DiskDevice instance (0x7f32a4c3eca0) -- 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 = 6001405f053e2f031db4d2bb88ab5846 2024-03-01 16:58:40,185 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:58:40,185 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:58:40,188 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/wwn-0x6001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-36001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', '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': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'ID_SERIAL': '36001405c930cf566dc64509be8137452', 'ID_SERIAL_SHORT': '6001405c930cf566dc64509be8137452', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c930cf566', 'ID_WWN_VENDOR_EXTENSION': '0xdc64509be8137452', 'ID_WWN_WITH_EXTENSION': '0x6001405c930cf566dc64509be8137452', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c930cf566dc64509be8137452', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715277294'} ; 2024-03-01 16:58:40,188 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 16:58:40,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:40,198 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:58:40,199 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:58:40,199 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:58:40,199 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 16:58:40,202 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:58:40,204 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:58:40,205 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 16:58:40,207 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 16:58:40,208 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:58:40,208 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 16:58:40,208 INFO blivet/MainThread: got device: DiskDevice instance (0x7f32a4c3eee0) -- 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 = 6001405c930cf566dc64509be8137452 2024-03-01 16:58:40,211 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:58:40,211 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:58:40,214 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/scsi-360014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/wwn-0x60014051528b2f7fa1b4b0ea44f2b71d', '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': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'ID_SERIAL': '360014051528b2f7fa1b4b0ea44f2b71d', 'ID_SERIAL_SHORT': '60014051528b2f7fa1b4b0ea44f2b71d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051528b2f7f', 'ID_WWN_VENDOR_EXTENSION': '0xa1b4b0ea44f2b71d', 'ID_WWN_WITH_EXTENSION': '0x60014051528b2f7fa1b4b0ea44f2b71d', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051528b2f7fa1b4b0ea44f2b71d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715335966'} ; 2024-03-01 16:58:40,214 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 16:58:40,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:40,224 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:58:40,225 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:58:40,225 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 16:58:40,225 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 16:58:40,228 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:58:40,231 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:58:40,231 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 16:58:40,233 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 16:58:40,234 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:58:40,234 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 16:58:40,234 INFO blivet/MainThread: got device: DiskDevice instance (0x7f32a4c63f10) -- 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 = 60014051528b2f7fa1b4b0ea44f2b71d 2024-03-01 16:58:40,237 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:58:40,237 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:58:40,240 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': '12232267'} ; 2024-03-01 16:58:40,240 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:58:40,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:40,249 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:58:40,250 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:58:40,250 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:58:40,250 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:58:40,250 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:58:40,250 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:58:40,253 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:58:40,255 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:58:40,256 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:58:40,258 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:58:40,259 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:58:40,259 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 16:58:40,259 INFO blivet/MainThread: got device: DiskDevice instance (0x7f32a4c63fa0) -- 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 16:58:40,262 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:58:40,265 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:40,265 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 16:58:40,268 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:40,268 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 16:58:40,271 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:40,271 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 16:58:40,274 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:40,274 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 16:58:40,276 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:58:40,279 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:40,282 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:58:40,288 DEBUG blivet/MainThread: Did not change pmbr_boot on parted.Disk instance -- type: msdos primaryPartitionCount: 1 lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 partitions: [] device: PedDisk: <_ped.Disk object at 0x7f32a74c8840> 2024-03-01 16:58:40,325 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 16:58:40,329 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:58:40,329 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:58:40,333 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': '12234224'} ; 2024-03-01 16:58:40,333 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:58:40,333 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:58:40,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:40,341 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:58:40,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:40,346 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,356 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 16:58:40,376 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 16:58:40,379 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:58:40,379 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 16:58:40,382 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:58:40,384 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:58:40,385 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:58:40,387 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:58:40,388 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:40,388 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:58:40,390 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:58:40,393 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:58:40,396 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:58:40,399 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:58:40,401 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:58:40,402 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:40,402 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 16:58:40,402 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:58:40,402 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f32a4c7b490) -- 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 0x7f32a74c7770> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:58:40,406 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:58:40,408 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:40,409 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 16:58:40,412 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:40,412 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 16:58:40,415 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:40,415 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 16:58:40,418 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:40,418 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 16:58:40,418 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:58:40,421 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:40,421 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 16:58:40,423 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:58:40,423 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:40,426 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-E5votpW3spNhatAStt7akeePRVdMNlw6mrvaX9AbDxg5HlAnW8AFaBThXfOdmb9i ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/a89ce112-1f30-4855-9152-c72d17ed48c1 ' '/dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '55', '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-E5votpW3spNhatAStt7akeePRVdMNlw6mrvaX9AbDxg5HlAnW8AFaBThXfOdmb9i', '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': 'a89ce112-1f30-4855-9152-c72d17ed48c1', 'ID_FS_UUID_ENC': 'a89ce112-1f30-4855-9152-c72d17ed48c1', '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': '1168795729'} ; 2024-03-01 16:58:40,426 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:58:40,427 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:40,429 INFO program/MainThread: stdout[15]: LVM 2024-03-01 16:58:40,429 INFO program/MainThread: stderr[15]: 2024-03-01 16:58:40,429 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:58:40,429 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:40,432 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:58:40,432 INFO program/MainThread: stderr[16]: 2024-03-01 16:58:40,432 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:58:40,432 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:40,434 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:58:40,434 INFO program/MainThread: stderr[17]: 2024-03-01 16:58:40,435 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:58:40,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,441 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 16:58:40,443 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,444 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,444 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,444 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,441 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,445 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:58:40,447 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:58:40,447 INFO program/MainThread: stderr[18]: 2024-03-01 16:58:40,447 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:58:40,451 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:58:40,451 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:58:40,451 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,463 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,477 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:58:40,478 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:58:40,481 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 16:58:40,484 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:40,486 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 16:58:40,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:40,489 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:58:40,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:40,496 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:40,499 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:58:40,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:40,506 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 16:58:40,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:40,509 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:58:40,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:40,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:40,519 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:58:40,521 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 16:58:40,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:40,526 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 16:58:40,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:40,528 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 16:58:40,531 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 16:58:40,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:40,536 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 16:58:40,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:40,538 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:58:40,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:40,544 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 16:58:40,544 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:40,545 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:40,545 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:40,545 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:40,546 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:40,546 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:40,546 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:40,547 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:40,547 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:40,547 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:40,548 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:40,548 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:58:40,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:58:40,553 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:58:40,556 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 16:58:40,558 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:58:40,561 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 16:58:40,563 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:58:40,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:40,568 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 16:58:40,568 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:58:40,570 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,571 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,571 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,572 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,568 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,574 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,574 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,575 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,575 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,572 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,577 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,578 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,578 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,579 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,576 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,581 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,581 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,582 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,582 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,579 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,584 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,585 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,585 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,586 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,583 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,588 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,588 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,589 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,589 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,586 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,591 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,592 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,592 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,593 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,590 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,595 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,595 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,596 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,596 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,593 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,598 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,599 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,599 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,600 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,597 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,602 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,602 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,603 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,603 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,600 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,605 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,606 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,606 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,607 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,603 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,609 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,609 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,610 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,610 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,607 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,612 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,613 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,613 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,614 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,610 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,616 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,616 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,616 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,617 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,614 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,619 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,620 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,620 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,620 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,617 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,623 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,623 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,623 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,624 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,621 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,626 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,627 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,627 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,627 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,624 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,630 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,630 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,630 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,631 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,628 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,633 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,634 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,634 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,634 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,631 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,636 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,637 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,637 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,638 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,635 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,640 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,640 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,641 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,641 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,638 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,643 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,644 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,644 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,645 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,642 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,647 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,647 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,648 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,648 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,645 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,650 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,651 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,651 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,652 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,649 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,654 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,654 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,655 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,655 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,652 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,657 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,658 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,658 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,659 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,655 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,661 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,661 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,662 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,662 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,659 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,664 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,665 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,665 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,666 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,662 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,668 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,668 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,669 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,669 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,666 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,671 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,672 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,672 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,673 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,669 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,675 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,675 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,676 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,676 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,673 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,678 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,679 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,679 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:58:40,680 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:58:40,676 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f32a4cb4e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = mrvaX9-AbDx-g5Hl-AnW8-AFaB-ThXf-Odmb9i 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 (0x7f32a4d04670) -- 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 = E5votp-W3sp-Nhat-AStt-7ake-ePRV-dMNlw6 size = 2.98 GiB format = existing None major = 0 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 16:58:40,680 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 16:58:40,683 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 16:58:40,683 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:40,683 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 16:58:40,686 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 16:58:40,686 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:40,687 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 16:58:40,690 INFO program/MainThread: stdout[19]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 16:58:40,690 INFO program/MainThread: stderr[19]: 2024-03-01 16:58:40,690 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:58:40,694 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:58:40,694 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 16:58:40,694 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:40,694 DEBUG blivet.ansible/MainThread: ['sdc', 'sdb', 'sda', 'test_vg1'] 2024-03-01 16:58:40,694 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 16:58:40,697 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 16:58:40,697 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:40,700 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:58:40,703 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:58:40,706 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:58:40,706 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 16:58:40,706 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:58:40,706 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 16:58:40,706 DEBUG blivet/MainThread: removing sdc 2024-03-01 16:58:40,708 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:40,708 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:40,709 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 16:58:40,711 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 16:58:40,711 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:58:40,711 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 16:58:40,711 DEBUG blivet/MainThread: removing sdb 2024-03-01 16:58:40,714 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:40,714 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:40,714 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 16:58:40,717 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 16:58:40,717 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:58:40,717 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 16:58:40,717 DEBUG blivet/MainThread: removing sda 2024-03-01 16:58:40,719 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 16:58:40,719 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:58:40,719 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 16:58:40,722 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 16:58:40,722 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:58:40,723 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,733 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,747 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,755 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,772 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:58:40,772 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:40,772 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:40,772 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:58:40,773 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:58:40,773 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:58:40,773 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:58:40,773 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:58:40,773 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:58:40,775 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:58:40,778 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:58:40,780 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:58:40,781 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:58:40,783 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:58:40,783 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 0x7f32a661d2c0> 2024-03-01 16:58:40,783 INFO blivet/MainThread: sorting actions... 2024-03-01 16:58:40,784 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:40,784 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:40,784 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:58:40,784 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:58:40,785 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:58:40,785 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:58:40,785 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:40,788 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,790 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:58:40,791 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 16:58:40,798 INFO program/MainThread: stdout: 2024-03-01 16:58:40,798 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:58:40,798 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,798 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,814 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,814 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:40,826 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:40,827 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:58:40,830 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 16:58:40,834 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:58:40,837 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:58:40,840 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 16:58:40,843 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:58:40,843 INFO program/MainThread: Running [20] lvm lvchange -an test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:58:40,882 INFO program/MainThread: stdout[20]: 2024-03-01 16:58:40,882 INFO program/MainThread: stderr[20]: 2024-03-01 16:58:40,882 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:58:40,886 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:58:40,889 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,891 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:58:40,894 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,897 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:58:40,899 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,902 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:58:40,905 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 16:58:40,905 INFO program/MainThread: Running [21] lvm lvremove --yes test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:58:40,938 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 16:58:40,939 INFO program/MainThread: stderr[21]: 2024-03-01 16:58:40,939 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:58:40,940 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:58:40,947 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 16:58:40,952 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 16:58:40,962 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:58:40,968 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,974 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:58:40,983 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,986 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:58:40,989 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:40,992 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:58:40,994 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 16:58:40,994 INFO program/MainThread: Running [22] lvm vgreduce --removemissing --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:58:41,023 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 16:58:41,023 INFO program/MainThread: stderr[22]: 2024-03-01 16:58:41,024 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:58:41,024 INFO program/MainThread: Running [23] lvm vgchange -an test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:58:41,075 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 16:58:41,075 INFO program/MainThread: stderr[23]: 2024-03-01 16:58:41,075 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:58:41,075 INFO program/MainThread: Running [24] lvm vgremove --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:58:41,101 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 16:58:41,102 INFO program/MainThread: stderr[24]: 2024-03-01 16:58:41,102 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:58:41,102 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:58:41,112 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,116 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:58:41,121 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:58:41,121 INFO program/MainThread: Running [25] lvm pvremove --force --force --yes /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:58:41,175 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 16:58:41,175 INFO program/MainThread: stderr[25]: 2024-03-01 16:58:41,175 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:58:41,175 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 16:58:41,176 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,189 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,190 INFO program/MainThread: Running [26] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc ... 2024-03-01 16:58:41,197 INFO program/MainThread: stdout[26]: use_devicesfile=1 2024-03-01 16:58:41,197 INFO program/MainThread: stderr[26]: 2024-03-01 16:58:41,197 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:58:41,197 INFO program/MainThread: Running [27] lvmdevices --deldev /dev/sda ... 2024-03-01 16:58:41,209 INFO program/MainThread: stdout[27]: 2024-03-01 16:58:41,209 INFO program/MainThread: stderr[27]: 2024-03-01 16:58:41,209 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:58:41,209 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,221 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,221 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,232 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,233 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:58:41,236 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,239 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:58:41,241 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:58:41,241 INFO program/MainThread: Running [28] lvm pvremove --force --force --yes /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc ... 2024-03-01 16:58:41,269 INFO program/MainThread: stdout[28]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 16:58:41,269 INFO program/MainThread: stderr[28]: 2024-03-01 16:58:41,269 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:58:41,269 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 16:58:41,270 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,285 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,285 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 16:58:41,292 INFO program/MainThread: stdout[29]: use_devicesfile=1 2024-03-01 16:58:41,292 INFO program/MainThread: stderr[29]: 2024-03-01 16:58:41,292 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:58:41,292 INFO program/MainThread: Running [30] lvmdevices --deldev /dev/sdb ... 2024-03-01 16:58:41,304 INFO program/MainThread: stdout[30]: 2024-03-01 16:58:41,304 INFO program/MainThread: stderr[30]: 2024-03-01 16:58:41,304 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:58:41,304 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,316 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,316 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,328 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,329 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:58:41,332 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:58:41,335 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:58:41,337 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:58:41,337 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 16:58:41,364 INFO program/MainThread: stdout[31]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 16:58:41,364 INFO program/MainThread: stderr[31]: 2024-03-01 16:58:41,364 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:58:41,364 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 16:58:41,365 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,380 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,381 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 16:58:41,387 INFO program/MainThread: stdout[32]: use_devicesfile=1 2024-03-01 16:58:41,387 INFO program/MainThread: stderr[32]: 2024-03-01 16:58:41,387 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:58:41,387 INFO program/MainThread: Running [33] lvmdevices --deldev /dev/sdc ... 2024-03-01 16:58:41,399 INFO program/MainThread: stdout[33]: 2024-03-01 16:58:41,399 INFO program/MainThread: stderr[33]: 2024-03-01 16:58:41,399 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:58:41,399 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,410 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,410 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:41,421 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:41,426 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:58:41,426 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 0x7f32a4bc5310> 2024-03-01 16:58:49,117 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_l_0wenk9/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:58:52,130 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_7c5r8o6n/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:58:56,119 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_tv1ee1_k/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:58:56,152 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:56,152 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:58:56,155 INFO program/MainThread: stdout[2]: 2024-03-01 16:58:56,155 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 16:58:56,155 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:58:56,155 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:58:56,159 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:56,160 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:58:56,163 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:56,163 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:58:56,166 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:56,166 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:58:56,169 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:56,169 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:58:56,177 INFO program/MainThread: stdout: 2024-03-01 16:58:56,177 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:58:56,177 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:58:56,177 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:58:56,177 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:58:56,177 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:58:56,177 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:58:56,177 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:58:56,177 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:58:56,177 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:58:56,177 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:58:56,177 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:58:56,177 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:58:56,177 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:58:56,177 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:58:56,177 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:58:56,177 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:56,177 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 16:58:56,177 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:56,178 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:56,178 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:58:56,178 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:56,178 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:58:56,178 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:58:56,179 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:56,191 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:56,203 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 16:58:56,208 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/wwn-0x60014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/scsi-360014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_7cf51c23-445f-40df-a6c2-5f80572c63a5', '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': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'ID_SERIAL': '360014057cf51c23445f40dfa6c25f805', 'ID_SERIAL_SHORT': '60014057cf51c23445f40dfa6c25f805', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cf51c234', 'ID_WWN_VENDOR_EXTENSION': '0x45f40dfa6c25f805', 'ID_WWN_WITH_EXTENSION': '0x60014057cf51c23445f40dfa6c25f805', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cf51c23445f40dfa6c25f805', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714898134'} ; 2024-03-01 16:58:56,208 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 16:58:56,208 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 16:58:56,235 INFO program/MainThread: stdout[3]: 2024-03-01 16:58:56,235 INFO program/MainThread: stderr[3]: 2024-03-01 16:58:56,235 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:58:56,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:56,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:56,246 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:58:56,247 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 16:58:56,252 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:58:56,252 INFO blivet/MainThread: sda is a disk 2024-03-01 16:58:56,252 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:58:56,253 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:58:56,256 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:58:56,259 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:58:56,259 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 16:58:56,262 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 16:58:56,263 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:58:56,263 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:58:56,263 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd84277be80) -- 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 = 60014057cf51c23445f40dfa6c25f805 2024-03-01 16:58:56,266 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:58:56,267 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:58:56,270 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/wwn-0x6001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/scsi-36001405bfdaa9bea299423f892a1b88d', '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': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'ID_SERIAL': '36001405bfdaa9bea299423f892a1b88d', 'ID_SERIAL_SHORT': '6001405bfdaa9bea299423f892a1b88d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bfdaa9bea', 'ID_WWN_VENDOR_EXTENSION': '0x299423f892a1b88d', 'ID_WWN_WITH_EXTENSION': '0x6001405bfdaa9bea299423f892a1b88d', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bfdaa9bea299423f892a1b88d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714880349'} ; 2024-03-01 16:58:56,270 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 16:58:56,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:58:56,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:56,280 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:58:56,281 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:58:56,281 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:58:56,281 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:58:56,284 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:58:56,287 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:58:56,287 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 16:58:56,290 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 16:58:56,290 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:58:56,291 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:58:56,291 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd8426b8f40) -- 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 = 6001405bfdaa9bea299423f892a1b88d 2024-03-01 16:58:56,294 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:58:56,294 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:58:56,297 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014051372a44c1af14aec911a838a7 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/wwn-0x60014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1372a44c-1af1-4aec-911a-838a73b1d70c', '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': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'ID_SERIAL': '360014051372a44c1af14aec911a838a7', 'ID_SERIAL_SHORT': '60014051372a44c1af14aec911a838a7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051372a44c1', 'ID_WWN_VENDOR_EXTENSION': '0xaf14aec911a838a7', 'ID_WWN_WITH_EXTENSION': '0x60014051372a44c1af14aec911a838a7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051372a44c1af14aec911a838a7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715410443'} ; 2024-03-01 16:58:56,297 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 16:58:56,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:58:56,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:56,308 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:58:56,308 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:58:56,308 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:58:56,308 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:58:56,311 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:58:56,314 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:58:56,314 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 16:58:56,317 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 16:58:56,317 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:58:56,318 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:58:56,318 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd8426b8f70) -- 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 = 60014051372a44c1af14aec911a838a7 2024-03-01 16:58:56,321 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:58:56,321 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:58:56,324 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/scsi-36001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593 ' '/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': 'fb729fc8-fd98-4730-8990-b0f849513593', 'ID_SERIAL': '36001405fb729fc8fd9847308990b0f84', 'ID_SERIAL_SHORT': '6001405fb729fc8fd9847308990b0f84', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb729fc8f', 'ID_WWN_VENDOR_EXTENSION': '0xd9847308990b0f84', 'ID_WWN_WITH_EXTENSION': '0x6001405fb729fc8fd9847308990b0f84', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb729fc8fd9847308990b0f84', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715443786'} ; 2024-03-01 16:58:56,324 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 16:58:56,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:58:56,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:56,334 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:58:56,335 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:58:56,335 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:58:56,335 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:58:56,338 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:58:56,341 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:58:56,341 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 16:58:56,344 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 16:58:56,344 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:58:56,344 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:58:56,344 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd84169cfa0) -- 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 = 6001405fb729fc8fd9847308990b0f84 2024-03-01 16:58:56,347 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:58:56,347 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:58:56,350 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/wwn-0x6001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', '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': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'ID_SERIAL': '36001405f45dc9d5eb5d4232af322bc7b', 'ID_SERIAL_SHORT': '6001405f45dc9d5eb5d4232af322bc7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f45dc9d5e', 'ID_WWN_VENDOR_EXTENSION': '0xb5d4232af322bc7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f45dc9d5eb5d4232af322bc7b', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f45dc9d5eb5d4232af322bc7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714961596'} ; 2024-03-01 16:58:56,350 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 16:58:56,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:58:56,356 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:56,361 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:58:56,361 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:58:56,361 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:58:56,361 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:58:56,364 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:58:56,367 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:58:56,367 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 16:58:56,370 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 16:58:56,370 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:58:56,371 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:58:56,371 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd8426b8eb0) -- 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 = 6001405f45dc9d5eb5d4232af322bc7b 2024-03-01 16:58:56,374 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:58:56,374 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:58:56,377 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/wwn-0x6001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/scsi-36001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', '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': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'ID_SERIAL': '36001405bdf1754409e440edb3fee6cb5', 'ID_SERIAL_SHORT': '6001405bdf1754409e440edb3fee6cb5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bdf175440', 'ID_WWN_VENDOR_EXTENSION': '0x9e440edb3fee6cb5', 'ID_WWN_WITH_EXTENSION': '0x6001405bdf1754409e440edb3fee6cb5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bdf1754409e440edb3fee6cb5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715001239'} ; 2024-03-01 16:58:56,377 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 16:58:56,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:58:56,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:56,388 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:58:56,388 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:58:56,388 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:58:56,388 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:58:56,391 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:58:56,394 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:58:56,394 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 16:58:56,397 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 16:58:56,397 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:58:56,397 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:58:56,398 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd842b4e460) -- 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 = 6001405bdf1754409e440edb3fee6cb5 2024-03-01 16:58:56,400 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:58:56,401 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:58:56,403 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:612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/wwn-0x6001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/scsi-36001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_612312a0-b2d5-49c9-93d2-2f60aa10c27b', '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': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'ID_SERIAL': '36001405612312a0b2d549c993d22f60a', 'ID_SERIAL_SHORT': '6001405612312a0b2d549c993d22f60a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405612312a0b', 'ID_WWN_VENDOR_EXTENSION': '0x2d549c993d22f60a', 'ID_WWN_WITH_EXTENSION': '0x6001405612312a0b2d549c993d22f60a', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405612312a0b2d549c993d22f60a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715062067'} ; 2024-03-01 16:58:56,404 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 16:58:56,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:58:56,409 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:56,414 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:58:56,414 INFO blivet/MainThread: sde is a disk 2024-03-01 16:58:56,414 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:58:56,414 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:58:56,417 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:58:56,420 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:58:56,420 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 16:58:56,423 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 16:58:56,423 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:58:56,424 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:58:56,424 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd841625610) -- 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 = 6001405612312a0b2d549c993d22f60a 2024-03-01 16:58:56,427 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:58:56,427 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:58:56,430 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/scsi-3600140514e1c5412f2a4e3da52cb21dd', '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': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'ID_SERIAL': '3600140514e1c5412f2a4e3da52cb21dd', 'ID_SERIAL_SHORT': '600140514e1c5412f2a4e3da52cb21dd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140514e1c5412', 'ID_WWN_VENDOR_EXTENSION': '0xf2a4e3da52cb21dd', 'ID_WWN_WITH_EXTENSION': '0x600140514e1c5412f2a4e3da52cb21dd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140514e1c5412f2a4e3da52cb21dd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715143859'} ; 2024-03-01 16:58:56,430 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 16:58:56,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:58:56,435 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:56,440 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:58:56,441 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:58:56,441 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:58:56,441 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:58:56,444 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:58:56,446 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:58:56,447 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 16:58:56,449 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 16:58:56,450 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:58:56,450 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:58:56,450 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd84169c790) -- 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 = 600140514e1c5412f2a4e3da52cb21dd 2024-03-01 16:58:56,453 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:58:56,453 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:58:56,456 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-36001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/wwn-0x6001405a1a87cda68094b1e883b4f5fe', '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': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'ID_SERIAL': '36001405a1a87cda68094b1e883b4f5fe', 'ID_SERIAL_SHORT': '6001405a1a87cda68094b1e883b4f5fe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a1a87cda6', 'ID_WWN_VENDOR_EXTENSION': '0x8094b1e883b4f5fe', 'ID_WWN_WITH_EXTENSION': '0x6001405a1a87cda68094b1e883b4f5fe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a1a87cda68094b1e883b4f5fe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715163740'} ; 2024-03-01 16:58:56,456 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 16:58:56,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:58:56,461 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:56,466 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:58:56,467 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:58:56,467 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:58:56,467 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:58:56,470 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:58:56,473 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:58:56,473 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 16:58:56,476 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 16:58:56,476 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:58:56,476 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:58:56,476 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd841631b80) -- 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 = 6001405a1a87cda68094b1e883b4f5fe 2024-03-01 16:58:56,479 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:58:56,480 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:58:56,482 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/scsi-36001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', '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': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'ID_SERIAL': '36001405f053e2f031db4d2bb88ab5846', 'ID_SERIAL_SHORT': '6001405f053e2f031db4d2bb88ab5846', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f053e2f03', 'ID_WWN_VENDOR_EXTENSION': '0x1db4d2bb88ab5846', 'ID_WWN_WITH_EXTENSION': '0x6001405f053e2f031db4d2bb88ab5846', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f053e2f031db4d2bb88ab5846', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715228881'} ; 2024-03-01 16:58:56,482 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 16:58:56,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:58:56,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:56,493 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:58:56,493 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:58:56,493 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:58:56,494 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:58:56,496 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:58:56,499 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:58:56,499 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 16:58:56,502 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 16:58:56,502 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:58:56,503 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:58:56,503 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd841631f10) -- 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 = 6001405f053e2f031db4d2bb88ab5846 2024-03-01 16:58:56,506 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:58:56,506 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:58:56,509 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_c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/wwn-0x6001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/scsi-36001405c930cf566dc64509be8137452', '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': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'ID_SERIAL': '36001405c930cf566dc64509be8137452', 'ID_SERIAL_SHORT': '6001405c930cf566dc64509be8137452', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c930cf566', 'ID_WWN_VENDOR_EXTENSION': '0xdc64509be8137452', 'ID_WWN_WITH_EXTENSION': '0x6001405c930cf566dc64509be8137452', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c930cf566dc64509be8137452', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715277294'} ; 2024-03-01 16:58:56,509 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 16:58:56,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:58:56,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:56,519 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:58:56,520 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:58:56,520 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:58:56,520 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:58:56,523 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:58:56,525 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:58:56,526 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 16:58:56,528 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 16:58:56,529 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:58:56,529 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:58:56,529 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd841636b50) -- 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 = 6001405c930cf566dc64509be8137452 2024-03-01 16:58:56,532 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:58:56,533 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:58:56,535 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/scsi-360014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', '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': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'ID_SERIAL': '360014051528b2f7fa1b4b0ea44f2b71d', 'ID_SERIAL_SHORT': '60014051528b2f7fa1b4b0ea44f2b71d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051528b2f7f', 'ID_WWN_VENDOR_EXTENSION': '0xa1b4b0ea44f2b71d', 'ID_WWN_WITH_EXTENSION': '0x60014051528b2f7fa1b4b0ea44f2b71d', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051528b2f7fa1b4b0ea44f2b71d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715335966'} ; 2024-03-01 16:58:56,535 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 16:58:56,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:58:56,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:56,546 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:58:56,546 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:58:56,546 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:58:56,547 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:58:56,549 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:58:56,552 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:58:56,552 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 16:58:56,555 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 16:58:56,555 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:58:56,556 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:58:56,556 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd841627100) -- 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 = 60014051528b2f7fa1b4b0ea44f2b71d 2024-03-01 16:58:56,559 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:58:56,559 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:58:56,562 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': '12232267'} ; 2024-03-01 16:58:56,562 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:58:56,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:56,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:56,571 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:58:56,571 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:58:56,571 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:58:56,571 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:58:56,571 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:58:56,571 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:58:56,574 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:58:56,577 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:58:56,577 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:58:56,580 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:58:56,580 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:58:56,580 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:58:56,581 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd841625ac0) -- 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 16:58:56,583 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:58:56,587 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:56,587 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:58:56,590 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:56,590 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:58:56,593 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:56,593 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:58:56,596 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:56,596 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:58:56,599 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:58:56,601 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:58:56,604 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:58:56,612 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 0x7fd841646440> 2024-03-01 16:58:56,656 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:58:56,660 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:58:56,660 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:58:56,664 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': '12234224'} ; 2024-03-01 16:58:56,664 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:58:56,664 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:58:56,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:56,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:56,672 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:58:56,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:58:56,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:56,677 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:56,689 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:56,705 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:56,707 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 16:58:56,708 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:58:56,712 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:58:56,712 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:58:56,715 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:58:56,717 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:58:56,718 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:58:56,721 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:58:56,721 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:56,721 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:58:56,724 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:58:56,727 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:58:56,729 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:58:56,732 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:58:56,735 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:58:56,735 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:58:56,735 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:58:56,736 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:58:56,736 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fd841645700) -- 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 0x7fd841653360> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:58:56,739 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:58:56,742 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:58:56,742 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:58:56,745 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:58:56,745 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:58:56,748 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:56,748 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:58:56,751 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:58:56,751 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:58:56,753 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:58:56,753 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:58:56,756 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:56,756 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:58:56,759 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:58:56,759 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:58:56,759 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:56,771 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:56,784 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:58:56,785 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:58:56,788 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 16:58:56,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:56,793 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 16:58:56,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:56,796 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:58:56,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:58:56,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:56,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:58:56,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:56,806 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:58:56,808 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:58:56,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:56,813 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 16:58:56,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:56,816 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:58:56,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:58:56,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:56,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:58:56,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:56,825 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:58:56,828 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 16:58:56,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:56,833 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 16:58:56,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:56,835 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 16:58:56,838 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 16:58:56,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:56,842 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 16:58:56,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:58:56,845 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:58:56,848 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:58:56,848 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 82 2024-03-01 16:58:59,767 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_kffxcbd0/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:58:59,800 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:59,800 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:58:59,803 INFO program/MainThread: stdout[2]: 2024-03-01 16:58:59,803 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 16:58:59,803 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:58:59,803 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:58:59,807 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:59,807 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:58:59,811 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:59,811 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:58:59,813 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:59,814 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:58:59,816 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:58:59,816 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:58:59,824 INFO program/MainThread: stdout: 2024-03-01 16:58:59,824 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:58:59,824 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:58:59,824 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:58:59,824 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:58:59,824 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:58:59,824 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:58:59,824 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:58:59,824 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:58:59,824 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:58:59,824 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:58:59,824 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:58:59,824 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:58:59,824 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:58:59,824 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:58:59,824 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:58:59,824 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:59,824 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 16:58:59,825 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:59,825 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:59,825 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:58:59,825 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:58:59,825 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:58:59,826 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:58:59,826 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:58:59,838 DEBUG program/MainThread: Return code: 0 2024-03-01 16:58:59,851 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 16:58:59,855 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/scsi-360014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/wwn-0x60014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_7cf51c23-445f-40df-a6c2-5f80572c63a5', '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': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'ID_SERIAL': '360014057cf51c23445f40dfa6c25f805', 'ID_SERIAL_SHORT': '60014057cf51c23445f40dfa6c25f805', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cf51c234', 'ID_WWN_VENDOR_EXTENSION': '0x45f40dfa6c25f805', 'ID_WWN_WITH_EXTENSION': '0x60014057cf51c23445f40dfa6c25f805', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cf51c23445f40dfa6c25f805', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714898134'} ; 2024-03-01 16:58:59,855 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 16:58:59,855 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 16:58:59,881 INFO program/MainThread: stdout[3]: 2024-03-01 16:58:59,881 INFO program/MainThread: stderr[3]: 2024-03-01 16:58:59,882 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:58:59,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:58:59,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:59,893 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:58:59,895 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 16:58:59,899 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:58:59,900 INFO blivet/MainThread: sda is a disk 2024-03-01 16:58:59,900 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:58:59,900 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:58:59,903 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:58:59,906 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:58:59,906 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 16:58:59,909 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 16:58:59,910 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:58:59,910 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:58:59,910 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3144f6ae80) -- 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 = 60014057cf51c23445f40dfa6c25f805 2024-03-01 16:58:59,913 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:58:59,914 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:58:59,917 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/wwn-0x6001405bfdaa9bea299423f892a1b88d', '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': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'ID_SERIAL': '36001405bfdaa9bea299423f892a1b88d', 'ID_SERIAL_SHORT': '6001405bfdaa9bea299423f892a1b88d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bfdaa9bea', 'ID_WWN_VENDOR_EXTENSION': '0x299423f892a1b88d', 'ID_WWN_WITH_EXTENSION': '0x6001405bfdaa9bea299423f892a1b88d', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bfdaa9bea299423f892a1b88d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714880349'} ; 2024-03-01 16:58:59,917 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 16:58:59,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:58:59,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:59,927 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:58:59,928 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:58:59,928 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:58:59,928 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:58:59,931 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:58:59,934 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:58:59,934 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 16:58:59,937 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 16:58:59,937 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:58:59,937 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:58:59,937 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3144ea6f40) -- 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 = 6001405bfdaa9bea299423f892a1b88d 2024-03-01 16:58:59,940 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:58:59,941 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:58:59,944 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/wwn-0x60014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c ' '/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': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'ID_SERIAL': '360014051372a44c1af14aec911a838a7', 'ID_SERIAL_SHORT': '60014051372a44c1af14aec911a838a7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051372a44c1', 'ID_WWN_VENDOR_EXTENSION': '0xaf14aec911a838a7', 'ID_WWN_WITH_EXTENSION': '0x60014051372a44c1af14aec911a838a7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051372a44c1af14aec911a838a7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715410443'} ; 2024-03-01 16:58:59,944 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 16:58:59,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:58:59,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:59,954 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:58:59,955 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:58:59,955 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:58:59,955 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:58:59,958 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:58:59,960 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:58:59,961 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 16:58:59,964 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 16:58:59,964 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:58:59,964 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:58:59,964 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3144ea6f70) -- 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 = 60014051372a44c1af14aec911a838a7 2024-03-01 16:58:59,967 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:58:59,967 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:58:59,970 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/wwn-0x6001405fb729fc8fd9847308990b0f84', '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': 'fb729fc8-fd98-4730-8990-b0f849513593', 'ID_SERIAL': '36001405fb729fc8fd9847308990b0f84', 'ID_SERIAL_SHORT': '6001405fb729fc8fd9847308990b0f84', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb729fc8f', 'ID_WWN_VENDOR_EXTENSION': '0xd9847308990b0f84', 'ID_WWN_WITH_EXTENSION': '0x6001405fb729fc8fd9847308990b0f84', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb729fc8fd9847308990b0f84', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715443786'} ; 2024-03-01 16:58:59,970 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 16:58:59,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:58:59,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:58:59,981 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:58:59,981 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:58:59,981 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:58:59,981 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:58:59,984 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:58:59,987 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:58:59,987 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 16:58:59,990 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 16:58:59,990 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:58:59,990 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:58:59,991 INFO blivet/MainThread: got device: DiskDevice instance (0x7f31443fcfa0) -- 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 = 6001405fb729fc8fd9847308990b0f84 2024-03-01 16:58:59,993 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:58:59,994 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:58:59,996 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/wwn-0x6001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-36001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', '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': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'ID_SERIAL': '36001405f45dc9d5eb5d4232af322bc7b', 'ID_SERIAL_SHORT': '6001405f45dc9d5eb5d4232af322bc7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f45dc9d5e', 'ID_WWN_VENDOR_EXTENSION': '0xb5d4232af322bc7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f45dc9d5eb5d4232af322bc7b', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f45dc9d5eb5d4232af322bc7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714961596'} ; 2024-03-01 16:58:59,997 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 16:58:59,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:00,007 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:59:00,007 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:59:00,007 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:59:00,007 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:59:00,010 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:59:00,013 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:59:00,013 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 16:59:00,016 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 16:59:00,016 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:59:00,017 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:59:00,017 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3144ea6eb0) -- 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 = 6001405f45dc9d5eb5d4232af322bc7b 2024-03-01 16:59:00,020 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:59:00,020 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:59:00,023 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/wwn-0x6001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/scsi-36001405bdf1754409e440edb3fee6cb5', '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': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'ID_SERIAL': '36001405bdf1754409e440edb3fee6cb5', 'ID_SERIAL_SHORT': '6001405bdf1754409e440edb3fee6cb5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bdf175440', 'ID_WWN_VENDOR_EXTENSION': '0x9e440edb3fee6cb5', 'ID_WWN_WITH_EXTENSION': '0x6001405bdf1754409e440edb3fee6cb5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bdf1754409e440edb3fee6cb5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715001239'} ; 2024-03-01 16:59:00,023 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 16:59:00,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:00,033 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:59:00,033 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:59:00,034 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:59:00,034 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:59:00,036 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:59:00,039 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:59:00,039 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 16:59:00,042 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 16:59:00,042 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:59:00,043 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:59:00,043 INFO blivet/MainThread: got device: DiskDevice instance (0x7f31450a9460) -- 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 = 6001405bdf1754409e440edb3fee6cb5 2024-03-01 16:59:00,046 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:59:00,046 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:59:00,049 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/wwn-0x6001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/scsi-36001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-diskseq/6', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'ID_SERIAL': '36001405612312a0b2d549c993d22f60a', 'ID_SERIAL_SHORT': '6001405612312a0b2d549c993d22f60a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405612312a0b', 'ID_WWN_VENDOR_EXTENSION': '0x2d549c993d22f60a', 'ID_WWN_WITH_EXTENSION': '0x6001405612312a0b2d549c993d22f60a', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405612312a0b2d549c993d22f60a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715062067'} ; 2024-03-01 16:59:00,049 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 16:59:00,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:00,059 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:59:00,059 INFO blivet/MainThread: sde is a disk 2024-03-01 16:59:00,059 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:59:00,059 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:59:00,062 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:59:00,065 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:59:00,065 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 16:59:00,068 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 16:59:00,068 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:59:00,068 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:59:00,069 INFO blivet/MainThread: got device: DiskDevice instance (0x7f314438b610) -- 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 = 6001405612312a0b2d549c993d22f60a 2024-03-01 16:59:00,071 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:59:00,072 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:59:00,075 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/wwn-0x600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-3600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', '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': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'ID_SERIAL': '3600140514e1c5412f2a4e3da52cb21dd', 'ID_SERIAL_SHORT': '600140514e1c5412f2a4e3da52cb21dd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140514e1c5412', 'ID_WWN_VENDOR_EXTENSION': '0xf2a4e3da52cb21dd', 'ID_WWN_WITH_EXTENSION': '0x600140514e1c5412f2a4e3da52cb21dd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140514e1c5412f2a4e3da52cb21dd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715143859'} ; 2024-03-01 16:59:00,075 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 16:59:00,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:00,085 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:59:00,085 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:59:00,085 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:59:00,085 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:59:00,088 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:59:00,091 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:59:00,091 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 16:59:00,094 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 16:59:00,094 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:59:00,094 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:59:00,094 INFO blivet/MainThread: got device: DiskDevice instance (0x7f31443fc790) -- 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 = 600140514e1c5412f2a4e3da52cb21dd 2024-03-01 16:59:00,097 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:59:00,097 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:59:00,100 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-id/wwn-0x6001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-36001405a1a87cda68094b1e883b4f5fe', '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': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'ID_SERIAL': '36001405a1a87cda68094b1e883b4f5fe', 'ID_SERIAL_SHORT': '6001405a1a87cda68094b1e883b4f5fe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a1a87cda6', 'ID_WWN_VENDOR_EXTENSION': '0x8094b1e883b4f5fe', 'ID_WWN_WITH_EXTENSION': '0x6001405a1a87cda68094b1e883b4f5fe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a1a87cda68094b1e883b4f5fe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715163740'} ; 2024-03-01 16:59:00,100 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 16:59:00,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:00,111 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:59:00,111 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:59:00,111 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:59:00,111 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:59:00,114 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:59:00,117 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:59:00,117 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 16:59:00,120 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 16:59:00,120 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:59:00,120 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:59:00,120 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3144391b80) -- 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 = 6001405a1a87cda68094b1e883b4f5fe 2024-03-01 16:59:00,124 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:59:00,124 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:59:00,127 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-36001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/wwn-0x6001405f053e2f031db4d2bb88ab5846', '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': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'ID_SERIAL': '36001405f053e2f031db4d2bb88ab5846', 'ID_SERIAL_SHORT': '6001405f053e2f031db4d2bb88ab5846', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f053e2f03', 'ID_WWN_VENDOR_EXTENSION': '0x1db4d2bb88ab5846', 'ID_WWN_WITH_EXTENSION': '0x6001405f053e2f031db4d2bb88ab5846', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f053e2f031db4d2bb88ab5846', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715228881'} ; 2024-03-01 16:59:00,127 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 16:59:00,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,132 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:00,137 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:59:00,137 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:59:00,137 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:59:00,137 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:59:00,140 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:59:00,143 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:59:00,143 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 16:59:00,146 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 16:59:00,146 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:59:00,146 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:59:00,147 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3144391f10) -- 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 = 6001405f053e2f031db4d2bb88ab5846 2024-03-01 16:59:00,149 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:59:00,150 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:59:00,152 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/wwn-0x6001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-36001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c930cf56-6dc6-4509-be81-374525d1ff3b', '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': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'ID_SERIAL': '36001405c930cf566dc64509be8137452', 'ID_SERIAL_SHORT': '6001405c930cf566dc64509be8137452', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c930cf566', 'ID_WWN_VENDOR_EXTENSION': '0xdc64509be8137452', 'ID_WWN_WITH_EXTENSION': '0x6001405c930cf566dc64509be8137452', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c930cf566dc64509be8137452', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715277294'} ; 2024-03-01 16:59:00,152 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 16:59:00,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:00,163 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:59:00,163 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:59:00,163 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:59:00,163 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:59:00,166 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:59:00,169 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:59:00,169 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 16:59:00,172 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 16:59:00,172 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:59:00,173 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:59:00,173 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3144396b50) -- 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 = 6001405c930cf566dc64509be8137452 2024-03-01 16:59:00,175 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:59:00,176 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:59:00,178 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/scsi-360014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/wwn-0x60014051528b2f7fa1b4b0ea44f2b71d', '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': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'ID_SERIAL': '360014051528b2f7fa1b4b0ea44f2b71d', 'ID_SERIAL_SHORT': '60014051528b2f7fa1b4b0ea44f2b71d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051528b2f7f', 'ID_WWN_VENDOR_EXTENSION': '0xa1b4b0ea44f2b71d', 'ID_WWN_WITH_EXTENSION': '0x60014051528b2f7fa1b4b0ea44f2b71d', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051528b2f7fa1b4b0ea44f2b71d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715335966'} ; 2024-03-01 16:59:00,179 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 16:59:00,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,184 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:00,189 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:59:00,189 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:59:00,189 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:59:00,190 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:59:00,192 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:59:00,195 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:59:00,195 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 16:59:00,198 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 16:59:00,198 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:59:00,199 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:59:00,199 INFO blivet/MainThread: got device: DiskDevice instance (0x7f3144388100) -- 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 = 60014051528b2f7fa1b4b0ea44f2b71d 2024-03-01 16:59:00,201 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:59:00,202 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:59:00,204 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': '12232267'} ; 2024-03-01 16:59:00,204 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:59:00,207 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:00,214 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:59:00,214 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:59:00,214 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:59:00,214 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:59:00,214 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:59:00,214 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:59:00,217 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:59:00,220 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:59:00,220 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:59:00,222 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:59:00,223 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:59:00,223 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:59:00,223 INFO blivet/MainThread: got device: DiskDevice instance (0x7f314438bac0) -- 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 16:59:00,226 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:59:00,229 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:00,229 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:59:00,232 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:00,232 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:59:00,235 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:00,235 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:59:00,238 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:00,238 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:59:00,241 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:59:00,244 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:00,247 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:59:00,253 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 0x7f31463bc2c0> 2024-03-01 16:59:00,294 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:59:00,298 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:59:00,298 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:59:00,302 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': '12234224'} ; 2024-03-01 16:59:00,302 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:59:00,302 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:59:00,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:00,310 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:59:00,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:00,315 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:00,327 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:00,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,345 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 16:59:00,346 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:59:00,350 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:59:00,350 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:59:00,352 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:59:00,355 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:59:00,355 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:59:00,358 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:59:00,359 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:00,359 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:59:00,361 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:59:00,364 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:59:00,367 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:59:00,369 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:59:00,372 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:59:00,373 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:00,373 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:59:00,373 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:59:00,373 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f31443a5700) -- 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 0x7f31454f1630> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:59:00,376 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:59:00,379 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:00,379 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:59:00,382 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:00,382 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:59:00,385 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:00,385 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:59:00,388 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:00,388 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:59:00,389 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:59:00,390 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:59:00,392 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:00,393 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:59:00,395 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:59:00,395 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:00,396 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:00,406 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:00,419 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:59:00,420 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:59:00,423 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 16:59:00,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:00,428 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 16:59:00,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:00,431 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:59:00,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:00,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:00,441 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:59:00,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:00,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:00,451 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:59:00,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:00,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:00,460 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:59:00,463 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 16:59:00,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:00,468 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 16:59:00,470 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:00,470 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 16:59:00,472 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 16:59:00,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:00,477 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 16:59:00,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:00,480 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:59:00,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:00,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:00,490 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 16:59:00,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 16:59:00,495 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:59:00,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,500 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 16:59:00,500 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:59:00,502 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,505 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 16:59:00,505 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:59:00,508 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:59:00,508 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 16:59:00,508 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:59:00,511 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:59:00,511 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:59:00,514 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:59:00,514 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:59:00,516 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:59:00,517 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 16:59:00,517 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 16:59:00,519 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:59:00,519 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:59:00,522 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:59:00,522 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:59:00,525 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:59:00,525 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 16:59:00,525 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 16:59:00,528 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:59:00,528 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:59:00,530 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:59:00,531 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:59:00,531 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:59:00,535 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:59:00,538 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:00,541 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:59:00,544 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:00,547 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:59:00,550 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:00,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:59:00,554 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:59:00,554 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 16:59:00,554 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:59:00,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:00,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:00,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:00,565 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 16:59:00,566 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:59:00,566 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:59:00,567 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -99.73890339425589 2024-03-01 16:59:00,567 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:59:00,567 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:59:00,570 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:00,570 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 16:59:00,572 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:00,573 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 16:59:00,576 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:59:00,579 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:59:00,579 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 16:59:00,582 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:59:00,585 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:59:00,588 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:59:00,591 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 16:59:00,591 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:59:00,592 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:59:00,592 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 16:59:00,592 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 16:59:00,595 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 16:59:00,595 INFO program/MainThread: stderr[4]: 2024-03-01 16:59:00,595 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:59:00,596 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 16:59:00,596 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:59:00,596 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 16:59:00,600 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 16:59:00,600 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:59:00,601 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:59:00,601 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:59:00,601 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:59:00,601 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:59:00,601 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:59:00,601 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:59:00,601 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:59:00,601 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:59:00,601 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:59:00,602 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:59:00,602 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:59:00,604 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:59:00,607 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:59:00,609 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:59:00,610 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:59:00,612 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:59:00,612 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 0x7f3144327040> 2024-03-01 16:59:00,612 INFO blivet/MainThread: sorting actions... 2024-03-01 16:59:00,613 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:59:00,614 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:59:00,614 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:59:00,614 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:59:00,614 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:59:00,614 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:59:00,614 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:59:00,615 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:59:00,615 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:59:00,615 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:59:00,617 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:00,620 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 16:59:00,620 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 16:59:00,627 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:00,627 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:00,653 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:00,653 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:00,665 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:00,666 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:59:00,669 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:00,672 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 16:59:00,672 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 16:59:00,679 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:00,679 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:00,705 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:00,705 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:00,717 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:00,718 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:59:00,721 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:00,723 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 16:59:00,724 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 16:59:00,730 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:00,730 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:00,754 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:00,754 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:00,766 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:00,767 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:59:00,770 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:00,773 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:59:00,775 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:59:00,775 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:59:00,775 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:00,776 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:59:00,809 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 16:59:00,810 INFO program/MainThread: stderr[5]: 2024-03-01 16:59:00,810 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:59:00,810 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 16:59:00,822 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 16:59:00,822 INFO program/MainThread: stderr[6]: 2024-03-01 16:59:00,822 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:59:00,822 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdc ... 2024-03-01 16:59:00,850 INFO program/MainThread: stdout[7]: 2024-03-01 16:59:00,851 INFO program/MainThread: stderr[7]: 2024-03-01 16:59:00,851 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:59:00,851 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 16:59:00,851 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:00,864 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:00,868 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:59:00,868 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 16:59:00,869 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 16:59:00,878 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:00,878 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:00,901 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:00,901 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:59:00,905 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:00,908 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:59:00,910 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:59:00,910 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:59:00,910 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:00,911 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:59:00,949 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdb" successfully created. 2024-03-01 16:59:00,949 INFO program/MainThread: stderr[8]: 2024-03-01 16:59:00,949 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:59:00,949 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 16:59:00,958 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 16:59:00,958 INFO program/MainThread: stderr[9]: 2024-03-01 16:59:00,958 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:59:00,959 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdb ... 2024-03-01 16:59:00,986 INFO program/MainThread: stdout[10]: 2024-03-01 16:59:00,987 INFO program/MainThread: stderr[10]: 2024-03-01 16:59:00,987 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:59:00,987 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 16:59:00,987 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:00,996 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:00,999 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:59:00,999 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 16:59:01,001 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 16:59:01,009 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:01,009 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:01,030 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:01,031 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:59:01,034 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:01,036 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:59:01,039 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:59:01,039 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:59:01,039 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:01,039 INFO program/MainThread: Running [11] lvm pvcreate /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:59:01,070 INFO program/MainThread: stdout[11]: Physical volume "/dev/sda" successfully created. 2024-03-01 16:59:01,071 INFO program/MainThread: stderr[11]: 2024-03-01 16:59:01,071 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:59:01,071 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 16:59:01,083 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 16:59:01,083 INFO program/MainThread: stderr[12]: 2024-03-01 16:59:01,083 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:59:01,083 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sda ... 2024-03-01 16:59:01,110 INFO program/MainThread: stdout[13]: 2024-03-01 16:59:01,110 INFO program/MainThread: stderr[13]: 2024-03-01 16:59:01,110 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:59:01,110 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 16:59:01,110 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:01,122 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:01,126 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:59:01,126 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 16:59:01,127 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 16:59:01,136 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:01,136 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:01,159 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:01,159 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:59:01,163 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 16:59:01,165 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:59:01,168 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:01,170 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:59:01,173 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:01,176 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:59:01,178 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:01,181 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:59:01,183 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 16:59:01,184 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 16:59:01,241 INFO program/MainThread: stdout[14]: Volume group "test_vg1" successfully created 2024-03-01 16:59:01,241 INFO program/MainThread: stderr[14]: 2024-03-01 16:59:01,242 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:59:01,250 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:59:01,256 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:59:01,264 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:01,267 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:59:01,270 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:01,272 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:59:01,275 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:01,278 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:59:01,278 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:01,290 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:01,294 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:59:01,297 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:59:01,297 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:01,308 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:01,309 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 16:59:01,316 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:01,317 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:01,328 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:01,328 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:59:01,332 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 16:59:01,335 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 16:59:01,338 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:59:01,340 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:59:01,343 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:01,346 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:59:01,349 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:01,352 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:59:01,355 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:01,358 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:59:01,358 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:01,367 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:01,371 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:59:01,372 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 16:59:01,403 INFO program/MainThread: stdout[15]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 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 16:59:01,403 INFO program/MainThread: stderr[15]: 2024-03-01 16:59:01,403 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:59:01,407 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 16:59:01,407 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 16:59:01,459 INFO program/MainThread: stdout[16]: Logical volume "lv1" created. 2024-03-01 16:59:01,459 INFO program/MainThread: stderr[16]: 2024-03-01 16:59:01,460 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:59:01,467 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:01,476 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:01,478 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:01,478 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:01,506 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:01,510 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 16:59:01,511 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:59:01,511 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:59:01,520 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:01,521 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:01,537 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:01,537 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:59:01,541 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:01,544 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:59:01,547 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 16:59:01,547 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 16:59:01,705 INFO program/MainThread: stdout: 2024-03-01 16:59:01,705 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=98048 blks 2024-03-01 16:59:01,705 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:59:01,705 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:59:01,705 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:59:01,705 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 16:59:01,705 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:59:01,705 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:59:01,705 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:59:01,705 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:59:01,705 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:59:01,705 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:01,706 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 16:59:01,720 INFO program/MainThread: stdout: 2024-03-01 16:59:01,721 INFO program/MainThread: writing all SBs 2024-03-01 16:59:01,721 INFO program/MainThread: new label = "" 2024-03-01 16:59:01,721 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:01,721 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:01,738 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:01,742 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:01,742 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:01,743 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:59:01,752 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:01,752 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:01,768 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:01,773 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:59:01,773 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 0x7f31443273b0> 2024-03-01 16:59:01,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:01,778 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 16:59:01,779 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:59:01,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:01,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 16:59:01,784 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:59:14,850 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_5ksasggs/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:59:14,885 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:14,885 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:59:14,888 INFO program/MainThread: stdout[2]: 2024-03-01 16:59:14,888 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 16:59:14,888 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:59:14,888 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:59:14,893 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:14,893 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:59:14,896 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:14,896 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:59:14,899 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:14,899 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:59:14,902 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:14,902 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:59:14,910 INFO program/MainThread: stdout: 2024-03-01 16:59:14,910 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:59:14,910 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member cJEZga-QuYO-CM0f-n62j-dwUD-f20w-7jTdlE 2024-03-01 16:59:14,910 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 40c09faf-43e5-41a0-aae5-8ca9410ee29f 2024-03-01 16:59:14,910 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3 2024-03-01 16:59:14,910 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 40c09faf-43e5-41a0-aae5-8ca9410ee29f 2024-03-01 16:59:14,910 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl 2024-03-01 16:59:14,910 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:59:14,910 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:59:14,910 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:59:14,910 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:59:14,910 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:59:14,910 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:59:14,910 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:59:14,910 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:59:14,910 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:59:14,910 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:59:14,910 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:59:14,911 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:14,911 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member cJEZga-QuYO-CM0f-n62j-dwUD-f20w-7jTdlE `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 40c09faf-43e5-41a0-aae5-8ca9410ee29f sdb 1073741824 root disk brw-rw---- LVM2_member PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3 `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 40c09faf-43e5-41a0-aae5-8ca9410ee29f sdc 1073741824 root disk brw-rw---- LVM2_member XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl 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 16:59:14,911 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:14,911 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:14,911 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:59:14,911 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:14,911 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:59:14,912 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:59:14,912 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:14,922 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:14,935 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 16:59:14,939 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-cJEZga-QuYO-CM0f-n62j-dwUD-f20w-7jTdlE ' '/dev/disk/by-id/scsi-360014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/wwn-0x60014057cf51c23445f40dfa6c25f805', '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': 'cJEZga-QuYO-CM0f-n62j-dwUD-f20w-7jTdlE', 'ID_FS_UUID_ENC': 'cJEZga-QuYO-CM0f-n62j-dwUD-f20w-7jTdlE', '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': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'ID_SERIAL': '360014057cf51c23445f40dfa6c25f805', 'ID_SERIAL_SHORT': '60014057cf51c23445f40dfa6c25f805', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cf51c234', 'ID_WWN_VENDOR_EXTENSION': '0x45f40dfa6c25f805', 'ID_WWN_WITH_EXTENSION': '0x60014057cf51c23445f40dfa6c25f805', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cf51c23445f40dfa6c25f805', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714898134'} ; 2024-03-01 16:59:14,939 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 16:59:14,940 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 16:59:14,973 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 16:59:14,974 INFO program/MainThread: stderr[3]: 2024-03-01 16:59:14,974 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:59:14,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:14,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:14,984 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:59:14,986 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 16:59:14,991 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:59:14,991 INFO blivet/MainThread: sda is a disk 2024-03-01 16:59:14,991 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:59:14,992 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:59:14,995 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:59:14,998 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:59:14,998 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 16:59:15,001 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 16:59:15,002 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:59:15,002 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:59:15,002 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3f22fc8e0) -- 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 = 60014057cf51c23445f40dfa6c25f805 2024-03-01 16:59:15,005 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:59:15,009 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:15,009 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:59:15,012 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:15,012 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:59:15,015 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:15,015 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:59:15,018 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:15,018 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:59:15,021 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:59:15,021 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:59:15,022 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 16:59:15,054 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=cJEZga-QuYO-CM0f-n62j-dwUD-f20w-7jTdlE LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 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=PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 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=XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 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 16:59:15,055 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3. WARNING: Couldn't find device with uuid XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl. WARNING: VG test_vg1 is missing PV PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl (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 16:59:15,055 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:59:15,055 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:59:15,059 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: cJEZga-QuYO-CM0f-n62j-dwUD-f20w-7jTdlE ; label: None ; device: /dev/sda ; serial: 360014057cf51c23445f40dfa6c25f805 ; exists: True ; vg_name: test_vg1 ; vg_uuid: uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 ; pe_start: 8 MiB ; 2024-03-01 16:59:15,059 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:59:15,062 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:59:15,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 ; incomplete: True ; hidden: False ; 2024-03-01 16:59:15,067 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:15,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:15,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:15,073 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 16:59:15,105 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 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 16:59:15,106 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3. WARNING: Couldn't find device with uuid XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl. WARNING: VG test_vg1 is missing PV PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl (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 16:59:15,106 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:59:15,106 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:59:15,106 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:59:15,111 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:59:15,114 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:15,115 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:59:15,117 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:59:15,118 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 16:59:15,153 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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=0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 16:59:15,154 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3. WARNING: Couldn't find device with uuid XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl. WARNING: VG test_vg1 is missing PV PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl (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 16:59:15,154 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:59:15,158 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:59:15,158 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:59:15,161 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:59:15,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 ; incomplete: True ; hidden: False ; 2024-03-01 16:59:15,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:59:15,167 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:59:15,167 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:15,170 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/scsi-36001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/lvm-pv-uuid-PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_bfdaa9be-a299-423f-892a-1b88db2554b9', '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': 'PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3', 'ID_FS_UUID_ENC': 'PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3', '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': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'ID_SERIAL': '36001405bfdaa9bea299423f892a1b88d', 'ID_SERIAL_SHORT': '6001405bfdaa9bea299423f892a1b88d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bfdaa9bea', 'ID_WWN_VENDOR_EXTENSION': '0x299423f892a1b88d', 'ID_WWN_WITH_EXTENSION': '0x6001405bfdaa9bea299423f892a1b88d', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bfdaa9bea299423f892a1b88d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714880349'} ; 2024-03-01 16:59:15,170 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 16:59:15,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:59:15,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:15,181 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:59:15,181 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:59:15,181 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:59:15,182 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:59:15,184 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:59:15,187 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:59:15,187 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 16:59:15,190 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 16:59:15,191 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:59:15,191 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:59:15,191 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3f121d250) -- 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 = 6001405bfdaa9bea299423f892a1b88d 2024-03-01 16:59:15,194 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:59:15,197 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:15,197 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:59:15,200 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:15,200 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:59:15,203 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:15,203 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:59:15,206 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:15,206 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:59:15,209 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:59:15,209 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:59:15,209 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 16:59:15,245 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=cJEZga-QuYO-CM0f-n62j-dwUD-f20w-7jTdlE LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 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=PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 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=XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 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 16:59:15,246 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl. WARNING: VG test_vg1 is missing PV XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl (last written to /dev/sdc). 2024-03-01 16:59:15,246 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:59:15,246 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:59:15,250 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3 ; label: None ; device: /dev/sdb ; serial: 36001405bfdaa9bea299423f892a1b88d ; exists: True ; vg_name: test_vg1 ; vg_uuid: uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 16:59:15,250 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:59:15,253 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:59:15,255 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 ; incomplete: True ; hidden: False ; 2024-03-01 16:59:15,258 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:59:15,261 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:59:15,264 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:15,267 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:59:15,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 ; incomplete: True ; hidden: False ; 2024-03-01 16:59:15,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:15,272 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 16:59:15,304 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 16:59:15,304 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl. WARNING: VG test_vg1 is missing PV XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl (last written to /dev/sdc). 2024-03-01 16:59:15,305 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:59:15,305 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:59:15,305 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:15,309 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/scsi-360014051372a44c1af14aec911a838a7 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', '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': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'ID_SERIAL': '360014051372a44c1af14aec911a838a7', 'ID_SERIAL_SHORT': '60014051372a44c1af14aec911a838a7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051372a44c1', 'ID_WWN_VENDOR_EXTENSION': '0xaf14aec911a838a7', 'ID_WWN_WITH_EXTENSION': '0x60014051372a44c1af14aec911a838a7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051372a44c1af14aec911a838a7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715410443'} ; 2024-03-01 16:59:15,309 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 16:59:15,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:59:15,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:15,320 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:59:15,320 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:59:15,320 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:59:15,320 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:59:15,323 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:59:15,326 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:59:15,326 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 16:59:15,329 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 16:59:15,329 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:59:15,330 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:59:15,330 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3f1195d00) -- 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 = 60014051372a44c1af14aec911a838a7 2024-03-01 16:59:15,333 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:59:15,333 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:59:15,336 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/wwn-0x6001405fb729fc8fd9847308990b0f84', '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': 'fb729fc8-fd98-4730-8990-b0f849513593', 'ID_SERIAL': '36001405fb729fc8fd9847308990b0f84', 'ID_SERIAL_SHORT': '6001405fb729fc8fd9847308990b0f84', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb729fc8f', 'ID_WWN_VENDOR_EXTENSION': '0xd9847308990b0f84', 'ID_WWN_WITH_EXTENSION': '0x6001405fb729fc8fd9847308990b0f84', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb729fc8fd9847308990b0f84', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715443786'} ; 2024-03-01 16:59:15,336 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 16:59:15,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:59:15,341 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:15,346 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:59:15,347 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:59:15,347 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:59:15,347 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:59:15,350 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:59:15,352 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:59:15,353 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 16:59:15,355 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 16:59:15,356 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:59:15,356 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:59:15,356 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3f11e57f0) -- 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 = 6001405fb729fc8fd9847308990b0f84 2024-03-01 16:59:15,359 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:59:15,359 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:59:15,362 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-36001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/lvm-pv-uuid-XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl ' '/dev/disk/by-id/wwn-0x6001405f45dc9d5eb5d4232af322bc7b', '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': 'XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl', 'ID_FS_UUID_ENC': 'XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl', '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': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'ID_SERIAL': '36001405f45dc9d5eb5d4232af322bc7b', 'ID_SERIAL_SHORT': '6001405f45dc9d5eb5d4232af322bc7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f45dc9d5e', 'ID_WWN_VENDOR_EXTENSION': '0xb5d4232af322bc7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f45dc9d5eb5d4232af322bc7b', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f45dc9d5eb5d4232af322bc7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714961596'} ; 2024-03-01 16:59:15,362 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 16:59:15,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:59:15,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:15,373 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:59:15,373 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:59:15,373 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:59:15,373 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:59:15,376 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:59:15,379 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:59:15,379 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 16:59:15,382 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 16:59:15,382 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:59:15,382 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:59:15,382 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3f1125580) -- 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 = 6001405f45dc9d5eb5d4232af322bc7b 2024-03-01 16:59:15,385 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:59:15,388 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:15,389 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:59:15,391 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:15,391 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:59:15,394 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:15,394 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:59:15,397 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:15,398 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:59:15,400 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:59:15,400 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:59:15,400 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdb,/dev/sdc ... 2024-03-01 16:59:15,436 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=cJEZga-QuYO-CM0f-n62j-dwUD-f20w-7jTdlE LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 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=PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 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=XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 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 16:59:15,437 INFO program/MainThread: stderr[9]: 2024-03-01 16:59:15,437 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:59:15,437 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:59:15,441 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl ; label: None ; device: /dev/sdc ; serial: 36001405f45dc9d5eb5d4232af322bc7b ; exists: True ; vg_name: test_vg1 ; vg_uuid: uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:59:15,441 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:59:15,444 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:59:15,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 ; incomplete: True ; hidden: False ; 2024-03-01 16:59:15,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:15,452 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:59:15,455 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:15,458 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:59:15,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 ; incomplete: True ; hidden: False ; 2024-03-01 16:59:15,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:15,463 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 16:59:15,501 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 16:59:15,502 INFO program/MainThread: stderr[10]: 2024-03-01 16:59:15,502 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:59:15,505 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:15,508 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:15,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ ; incomplete: False ; hidden: False ; 2024-03-01 16:59:15,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:15,514 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:59:15,517 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:59:15,517 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:59:15,520 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:59:15,524 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:15,524 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:15,527 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 16:59:15,527 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:59:15,528 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:59:15,531 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:59:15,534 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:59:15,534 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:59:15,537 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:59:15,540 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:15,540 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:15,543 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 16:59:15,543 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:59:15,544 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 16:59:15,544 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:59:15,546 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:15,547 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:15,550 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 16:59:15,550 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:59:15,553 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/40c09faf-43e5-41a0-aae5-8ca9410ee29f ' '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-uKxBJsIwUMJEnY4JnxsSFTq7Y98OCVv90oVgFDy1zbobMPIB8QJlW1e99RI9JZMJ ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '60', '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-uKxBJsIwUMJEnY4JnxsSFTq7Y98OCVv90oVgFDy1zbobMPIB8QJlW1e99RI9JZMJ', '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': '40c09faf-43e5-41a0-aae5-8ca9410ee29f', 'ID_FS_UUID_ENC': '40c09faf-43e5-41a0-aae5-8ca9410ee29f', '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': '1204310738'} ; 2024-03-01 16:59:15,553 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:59:15,554 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:15,556 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:59:15,556 INFO program/MainThread: stderr[11]: 2024-03-01 16:59:15,556 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:59:15,557 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:15,559 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:59:15,559 INFO program/MainThread: stderr[12]: 2024-03-01 16:59:15,559 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:59:15,559 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:15,561 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:59:15,562 INFO program/MainThread: stderr[13]: 2024-03-01 16:59:15,562 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:59:15,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:15,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:59:15,572 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:15,572 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:15,573 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:15,573 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:15,569 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3f1195e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fd3f11e5670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:15,574 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:15,576 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:59:15,576 INFO program/MainThread: stderr[14]: 2024-03-01 16:59:15,576 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:59:15,580 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:59:15,583 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:15,583 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:59:15,586 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:15,586 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:59:15,589 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:15,589 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:59:15,593 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:15,593 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:59:15,594 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:59:15,594 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:59:15,597 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:15,597 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:59:15,600 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:59:15,601 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:15,601 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:15,604 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/wwn-0x6001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/scsi-36001405bdf1754409e440edb3fee6cb5', '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': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'ID_SERIAL': '36001405bdf1754409e440edb3fee6cb5', 'ID_SERIAL_SHORT': '6001405bdf1754409e440edb3fee6cb5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bdf175440', 'ID_WWN_VENDOR_EXTENSION': '0x9e440edb3fee6cb5', 'ID_WWN_WITH_EXTENSION': '0x6001405bdf1754409e440edb3fee6cb5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bdf1754409e440edb3fee6cb5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715001239'} ; 2024-03-01 16:59:15,604 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 16:59:15,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:59:15,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:15,615 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:59:15,615 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:59:15,616 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:59:15,616 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 16:59:15,618 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:59:15,621 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:59:15,621 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 16:59:15,624 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 16:59:15,625 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:59:15,625 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 16:59:15,625 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3f223ae80) -- 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 = 6001405bdf1754409e440edb3fee6cb5 2024-03-01 16:59:15,628 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:59:15,628 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:59:15,631 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/scsi-36001405612312a0b2d549c993d22f60a', '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': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'ID_SERIAL': '36001405612312a0b2d549c993d22f60a', 'ID_SERIAL_SHORT': '6001405612312a0b2d549c993d22f60a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405612312a0b', 'ID_WWN_VENDOR_EXTENSION': '0x2d549c993d22f60a', 'ID_WWN_WITH_EXTENSION': '0x6001405612312a0b2d549c993d22f60a', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405612312a0b2d549c993d22f60a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715062067'} ; 2024-03-01 16:59:15,631 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 16:59:15,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:59:15,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:15,642 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:59:15,642 INFO blivet/MainThread: sde is a disk 2024-03-01 16:59:15,642 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 16:59:15,642 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 16:59:15,645 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:59:15,648 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:59:15,648 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 16:59:15,651 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 16:59:15,651 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:59:15,652 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 16:59:15,652 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3f1125a30) -- 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 = 6001405612312a0b2d549c993d22f60a 2024-03-01 16:59:15,655 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:59:15,655 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:59:15,658 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/scsi-3600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', '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': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'ID_SERIAL': '3600140514e1c5412f2a4e3da52cb21dd', 'ID_SERIAL_SHORT': '600140514e1c5412f2a4e3da52cb21dd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140514e1c5412', 'ID_WWN_VENDOR_EXTENSION': '0xf2a4e3da52cb21dd', 'ID_WWN_WITH_EXTENSION': '0x600140514e1c5412f2a4e3da52cb21dd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140514e1c5412f2a4e3da52cb21dd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715143859'} ; 2024-03-01 16:59:15,658 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 16:59:15,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:59:15,663 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:15,668 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:59:15,669 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:59:15,669 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 16:59:15,669 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 16:59:15,672 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:59:15,674 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:59:15,675 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 16:59:15,677 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 16:59:15,678 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:59:15,678 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 16:59:15,678 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3f1125910) -- 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 = 600140514e1c5412f2a4e3da52cb21dd 2024-03-01 16:59:15,681 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:59:15,681 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:59:15,684 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-id/wwn-0x6001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', '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': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'ID_SERIAL': '36001405a1a87cda68094b1e883b4f5fe', 'ID_SERIAL_SHORT': '6001405a1a87cda68094b1e883b4f5fe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a1a87cda6', 'ID_WWN_VENDOR_EXTENSION': '0x8094b1e883b4f5fe', 'ID_WWN_WITH_EXTENSION': '0x6001405a1a87cda68094b1e883b4f5fe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a1a87cda68094b1e883b4f5fe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715163740'} ; 2024-03-01 16:59:15,684 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 16:59:15,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:59:15,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:15,695 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:59:15,695 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:59:15,695 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 16:59:15,695 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 16:59:15,698 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:59:15,701 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:59:15,701 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 16:59:15,704 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 16:59:15,704 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:59:15,705 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 16:59:15,705 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3f111f520) -- 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 = 6001405a1a87cda68094b1e883b4f5fe 2024-03-01 16:59:15,708 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:59:15,708 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:59:15,711 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/scsi-36001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/wwn-0x6001405f053e2f031db4d2bb88ab5846', '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': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'ID_SERIAL': '36001405f053e2f031db4d2bb88ab5846', 'ID_SERIAL_SHORT': '6001405f053e2f031db4d2bb88ab5846', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f053e2f03', 'ID_WWN_VENDOR_EXTENSION': '0x1db4d2bb88ab5846', 'ID_WWN_WITH_EXTENSION': '0x6001405f053e2f031db4d2bb88ab5846', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f053e2f031db4d2bb88ab5846', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715228881'} ; 2024-03-01 16:59:15,712 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 16:59:15,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:59:15,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:15,723 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:59:15,724 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:59:15,724 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 16:59:15,724 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 16:59:15,727 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:59:15,729 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:59:15,729 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 16:59:15,732 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 16:59:15,733 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:59:15,733 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 16:59:15,733 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3f111fca0) -- 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 = 6001405f053e2f031db4d2bb88ab5846 2024-03-01 16:59:15,736 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:59:15,736 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:59:15,739 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:c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/wwn-0x6001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-36001405c930cf566dc64509be8137452', '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': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'ID_SERIAL': '36001405c930cf566dc64509be8137452', 'ID_SERIAL_SHORT': '6001405c930cf566dc64509be8137452', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c930cf566', 'ID_WWN_VENDOR_EXTENSION': '0xdc64509be8137452', 'ID_WWN_WITH_EXTENSION': '0x6001405c930cf566dc64509be8137452', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c930cf566dc64509be8137452', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715277294'} ; 2024-03-01 16:59:15,739 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 16:59:15,742 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:59:15,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:15,750 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:59:15,750 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:59:15,750 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:59:15,750 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 16:59:15,753 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:59:15,756 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:59:15,756 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 16:59:15,759 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 16:59:15,759 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:59:15,759 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 16:59:15,760 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3f111fee0) -- 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 = 6001405c930cf566dc64509be8137452 2024-03-01 16:59:15,762 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:59:15,763 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:59:15,765 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/scsi-360014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/wwn-0x60014051528b2f7fa1b4b0ea44f2b71d', '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': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'ID_SERIAL': '360014051528b2f7fa1b4b0ea44f2b71d', 'ID_SERIAL_SHORT': '60014051528b2f7fa1b4b0ea44f2b71d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051528b2f7f', 'ID_WWN_VENDOR_EXTENSION': '0xa1b4b0ea44f2b71d', 'ID_WWN_WITH_EXTENSION': '0x60014051528b2f7fa1b4b0ea44f2b71d', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051528b2f7fa1b4b0ea44f2b71d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715335966'} ; 2024-03-01 16:59:15,766 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 16:59:15,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:59:15,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:15,776 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:59:15,777 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:59:15,777 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 16:59:15,777 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 16:59:15,780 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:59:15,782 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:59:15,783 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 16:59:15,785 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 16:59:15,786 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:59:15,786 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 16:59:15,786 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3f1144f10) -- 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 = 60014051528b2f7fa1b4b0ea44f2b71d 2024-03-01 16:59:15,789 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:59:15,789 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:59:15,792 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': '12232267'} ; 2024-03-01 16:59:15,792 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:59:15,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:15,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:15,801 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:59:15,802 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:59:15,802 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:59:15,802 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:59:15,802 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:59:15,802 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:59:15,805 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:59:15,808 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:59:15,808 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:59:15,810 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:59:15,811 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:59:15,811 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 16:59:15,811 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd3f1144fa0) -- 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 16:59:15,814 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:59:15,817 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:15,817 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 16:59:15,820 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:15,820 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 16:59:15,823 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:15,823 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 16:59:15,826 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:15,826 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 16:59:15,829 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:59:15,832 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:15,835 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:59:15,841 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 0x7fd3f1179d40> 2024-03-01 16:59:15,881 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 16:59:15,885 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:59:15,885 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:59:15,889 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': '12234224'} ; 2024-03-01 16:59:15,889 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:59:15,889 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:59:15,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:15,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:15,897 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:59:15,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:15,903 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:15,903 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:15,914 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:15,930 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:15,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 16:59:15,934 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 16:59:15,937 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:59:15,937 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 16:59:15,940 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:59:15,942 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:59:15,943 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:59:15,945 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:59:15,946 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:15,946 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:59:15,948 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:59:15,951 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:59:15,954 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:59:15,957 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:59:15,960 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:59:15,960 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:15,960 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 16:59:15,961 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:59:15,960 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fd3f115c490) -- 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 0x7fd3f1158270> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:59:15,964 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:59:15,967 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:15,967 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 16:59:15,970 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:15,970 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 16:59:15,973 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:15,973 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 16:59:15,976 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:15,976 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 16:59:15,976 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:59:15,979 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:15,979 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 16:59:15,981 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:59:15,981 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:15,984 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-uKxBJsIwUMJEnY4JnxsSFTq7Y98OCVv90oVgFDy1zbobMPIB8QJlW1e99RI9JZMJ ' '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/40c09faf-43e5-41a0-aae5-8ca9410ee29f', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '60', '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-uKxBJsIwUMJEnY4JnxsSFTq7Y98OCVv90oVgFDy1zbobMPIB8QJlW1e99RI9JZMJ', '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': '40c09faf-43e5-41a0-aae5-8ca9410ee29f', 'ID_FS_UUID_ENC': '40c09faf-43e5-41a0-aae5-8ca9410ee29f', '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': '1204310738'} ; 2024-03-01 16:59:15,984 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:59:15,985 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:15,987 INFO program/MainThread: stdout[15]: LVM 2024-03-01 16:59:15,987 INFO program/MainThread: stderr[15]: 2024-03-01 16:59:15,987 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:59:15,987 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:15,990 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:59:15,990 INFO program/MainThread: stderr[16]: 2024-03-01 16:59:15,990 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:59:15,990 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:15,992 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:59:15,993 INFO program/MainThread: stderr[17]: 2024-03-01 16:59:15,993 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:59:15,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:15,999 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 16:59:16,001 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:16,002 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:16,002 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:16,003 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:15,999 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fd3f1195e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fd3f11e5670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:16,003 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:16,005 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:59:16,006 INFO program/MainThread: stderr[18]: 2024-03-01 16:59:16,006 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:59:16,009 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:59:16,009 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:59:16,009 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:16,021 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:16,035 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:59:16,035 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:59:16,039 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 16:59:16,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:16,044 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 16:59:16,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:16,047 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:59:16,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:59:16,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:16,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:59:16,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:16,057 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:59:16,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:59:16,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:16,064 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 16:59:16,067 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:16,067 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:59:16,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:59:16,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:16,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:59:16,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:16,077 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:59:16,079 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 16:59:16,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:16,084 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 16:59:16,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:16,087 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 16:59:16,089 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 16:59:16,091 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:16,094 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 16:59:16,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:16,096 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:59:19,083 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_r6id_5e7/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:59:19,117 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:19,117 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:59:19,119 INFO program/MainThread: stdout[2]: 2024-03-01 16:59:19,120 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 16:59:19,120 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:59:19,120 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:59:19,124 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:19,124 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:59:19,128 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:19,128 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:59:19,130 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:19,131 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:59:19,133 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:19,133 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:59:19,141 INFO program/MainThread: stdout: 2024-03-01 16:59:19,141 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:59:19,142 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member cJEZga-QuYO-CM0f-n62j-dwUD-f20w-7jTdlE 2024-03-01 16:59:19,142 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 40c09faf-43e5-41a0-aae5-8ca9410ee29f 2024-03-01 16:59:19,142 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3 2024-03-01 16:59:19,142 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 40c09faf-43e5-41a0-aae5-8ca9410ee29f 2024-03-01 16:59:19,142 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl 2024-03-01 16:59:19,142 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:59:19,142 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:59:19,142 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:59:19,142 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:59:19,142 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:59:19,142 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:59:19,142 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:59:19,142 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:59:19,142 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:59:19,142 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:59:19,142 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:59:19,142 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:19,142 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member cJEZga-QuYO-CM0f-n62j-dwUD-f20w-7jTdlE `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 40c09faf-43e5-41a0-aae5-8ca9410ee29f sdb 1073741824 root disk brw-rw---- LVM2_member PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3 `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 40c09faf-43e5-41a0-aae5-8ca9410ee29f sdc 1073741824 root disk brw-rw---- LVM2_member XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl 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 16:59:19,142 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:19,143 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:19,143 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:59:19,143 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:19,143 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:59:19,143 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:59:19,143 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:19,156 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:19,169 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 16:59:19,174 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/scsi-360014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/lvm-pv-uuid-cJEZga-QuYO-CM0f-n62j-dwUD-f20w-7jTdlE ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/wwn-0x60014057cf51c23445f40dfa6c25f805', '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': 'cJEZga-QuYO-CM0f-n62j-dwUD-f20w-7jTdlE', 'ID_FS_UUID_ENC': 'cJEZga-QuYO-CM0f-n62j-dwUD-f20w-7jTdlE', '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': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'ID_SERIAL': '360014057cf51c23445f40dfa6c25f805', 'ID_SERIAL_SHORT': '60014057cf51c23445f40dfa6c25f805', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cf51c234', 'ID_WWN_VENDOR_EXTENSION': '0x45f40dfa6c25f805', 'ID_WWN_WITH_EXTENSION': '0x60014057cf51c23445f40dfa6c25f805', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cf51c23445f40dfa6c25f805', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714898134'} ; 2024-03-01 16:59:19,174 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 16:59:19,174 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 16:59:19,206 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 16:59:19,207 INFO program/MainThread: stderr[3]: 2024-03-01 16:59:19,207 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:59:19,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:19,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:19,218 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:59:19,220 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 16:59:19,224 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:59:19,225 INFO blivet/MainThread: sda is a disk 2024-03-01 16:59:19,225 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:59:19,225 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:59:19,228 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:59:19,232 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:59:19,232 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 16:59:19,235 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 16:59:19,235 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:59:19,235 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:59:19,236 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb088fd98e0) -- 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 = 60014057cf51c23445f40dfa6c25f805 2024-03-01 16:59:19,239 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:59:19,242 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:19,242 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:59:19,245 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:19,246 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:59:19,249 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:19,249 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:59:19,252 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:19,252 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:59:19,255 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:59:19,255 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:59:19,255 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 16:59:19,289 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=cJEZga-QuYO-CM0f-n62j-dwUD-f20w-7jTdlE LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 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=PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 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=XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 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 16:59:19,290 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3. WARNING: Couldn't find device with uuid XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl. WARNING: VG test_vg1 is missing PV PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl (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 16:59:19,290 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:59:19,290 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:59:19,294 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: cJEZga-QuYO-CM0f-n62j-dwUD-f20w-7jTdlE ; label: None ; device: /dev/sda ; serial: 360014057cf51c23445f40dfa6c25f805 ; exists: True ; vg_name: test_vg1 ; vg_uuid: uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 ; pe_start: 8 MiB ; 2024-03-01 16:59:19,294 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:59:19,297 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:59:19,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 ; incomplete: True ; hidden: False ; 2024-03-01 16:59:19,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:19,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:19,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:19,308 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 16:59:19,343 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 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 16:59:19,344 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3. WARNING: Couldn't find device with uuid XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl. WARNING: VG test_vg1 is missing PV PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl (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 16:59:19,344 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:59:19,344 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:59:19,344 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:59:19,349 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:59:19,352 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:19,352 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:59:19,355 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:59:19,356 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 16:59:19,391 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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=0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 16:59:19,392 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3. WARNING: Couldn't find device with uuid XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl. WARNING: VG test_vg1 is missing PV PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl (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 16:59:19,392 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:59:19,396 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:59:19,396 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:59:19,399 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:59:19,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 ; incomplete: True ; hidden: False ; 2024-03-01 16:59:19,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:59:19,404 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:59:19,404 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:19,408 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/lvm-pv-uuid-PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3 ' '/dev/disk/by-id/scsi-36001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/wwn-0x6001405bfdaa9bea299423f892a1b88d', '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': 'PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3', 'ID_FS_UUID_ENC': 'PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3', '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': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'ID_SERIAL': '36001405bfdaa9bea299423f892a1b88d', 'ID_SERIAL_SHORT': '6001405bfdaa9bea299423f892a1b88d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bfdaa9bea', 'ID_WWN_VENDOR_EXTENSION': '0x299423f892a1b88d', 'ID_WWN_WITH_EXTENSION': '0x6001405bfdaa9bea299423f892a1b88d', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bfdaa9bea299423f892a1b88d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714880349'} ; 2024-03-01 16:59:19,408 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 16:59:19,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:59:19,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:19,418 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:59:19,419 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:59:19,419 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:59:19,419 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:59:19,422 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:59:19,425 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:59:19,425 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 16:59:19,428 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 16:59:19,428 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:59:19,428 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:59:19,428 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb0886fc250) -- 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 = 6001405bfdaa9bea299423f892a1b88d 2024-03-01 16:59:19,431 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:59:19,435 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:19,435 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:59:19,438 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:19,438 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:59:19,441 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:19,441 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:59:19,444 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:19,444 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:59:19,446 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:59:19,446 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:59:19,446 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 16:59:19,478 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=cJEZga-QuYO-CM0f-n62j-dwUD-f20w-7jTdlE LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 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=PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 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=XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 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 16:59:19,478 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl. WARNING: VG test_vg1 is missing PV XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl (last written to /dev/sdc). 2024-03-01 16:59:19,478 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:59:19,478 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:59:19,482 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3 ; label: None ; device: /dev/sdb ; serial: 36001405bfdaa9bea299423f892a1b88d ; exists: True ; vg_name: test_vg1 ; vg_uuid: uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 16:59:19,482 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:59:19,485 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:59:19,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 ; incomplete: True ; hidden: False ; 2024-03-01 16:59:19,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:59:19,493 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:59:19,496 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:19,499 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:59:19,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 ; incomplete: True ; hidden: False ; 2024-03-01 16:59:19,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:19,504 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 16:59:19,536 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 16:59:19,537 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl. WARNING: VG test_vg1 is missing PV XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl (last written to /dev/sdc). 2024-03-01 16:59:19,537 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:59:19,537 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:59:19,537 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:19,541 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-360014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/wwn-0x60014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1372a44c-1af1-4aec-911a-838a73b1d70c', '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': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'ID_SERIAL': '360014051372a44c1af14aec911a838a7', 'ID_SERIAL_SHORT': '60014051372a44c1af14aec911a838a7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051372a44c1', 'ID_WWN_VENDOR_EXTENSION': '0xaf14aec911a838a7', 'ID_WWN_WITH_EXTENSION': '0x60014051372a44c1af14aec911a838a7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051372a44c1af14aec911a838a7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715410443'} ; 2024-03-01 16:59:19,541 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 16:59:19,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:59:19,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:19,552 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:59:19,552 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:59:19,552 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:59:19,553 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:59:19,555 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:59:19,558 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:59:19,558 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 16:59:19,561 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 16:59:19,562 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:59:19,562 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:59:19,562 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb088675d00) -- 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 = 60014051372a44c1af14aec911a838a7 2024-03-01 16:59:19,565 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:59:19,565 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:59:19,568 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/wwn-0x6001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', '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': 'fb729fc8-fd98-4730-8990-b0f849513593', 'ID_SERIAL': '36001405fb729fc8fd9847308990b0f84', 'ID_SERIAL_SHORT': '6001405fb729fc8fd9847308990b0f84', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb729fc8f', 'ID_WWN_VENDOR_EXTENSION': '0xd9847308990b0f84', 'ID_WWN_WITH_EXTENSION': '0x6001405fb729fc8fd9847308990b0f84', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb729fc8fd9847308990b0f84', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715443786'} ; 2024-03-01 16:59:19,568 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 16:59:19,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:59:19,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:19,579 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:59:19,579 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:59:19,579 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:59:19,579 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:59:19,582 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:59:19,585 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:59:19,585 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 16:59:19,588 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 16:59:19,588 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:59:19,588 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:59:19,588 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb0886c47f0) -- 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 = 6001405fb729fc8fd9847308990b0f84 2024-03-01 16:59:19,591 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:59:19,591 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:59:19,594 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/lvm-pv-uuid-XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl ' '/dev/disk/by-id/wwn-0x6001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', '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': 'XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl', 'ID_FS_UUID_ENC': 'XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl', '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': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'ID_SERIAL': '36001405f45dc9d5eb5d4232af322bc7b', 'ID_SERIAL_SHORT': '6001405f45dc9d5eb5d4232af322bc7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f45dc9d5e', 'ID_WWN_VENDOR_EXTENSION': '0xb5d4232af322bc7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f45dc9d5eb5d4232af322bc7b', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f45dc9d5eb5d4232af322bc7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714961596'} ; 2024-03-01 16:59:19,594 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 16:59:19,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:59:19,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:19,605 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:59:19,605 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:59:19,605 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:59:19,605 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:59:19,608 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:59:19,611 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:59:19,611 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 16:59:19,614 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 16:59:19,614 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:59:19,615 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:59:19,615 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb088604580) -- 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 = 6001405f45dc9d5eb5d4232af322bc7b 2024-03-01 16:59:19,618 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:59:19,621 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:19,621 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:59:19,624 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:19,624 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:59:19,627 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:19,627 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:59:19,630 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:19,630 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:59:19,632 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:59:19,633 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:59:19,633 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 16:59:19,666 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=cJEZga-QuYO-CM0f-n62j-dwUD-f20w-7jTdlE LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 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=PCQXQR-kyfc-Nebj-M4hM-8fqu-tbwA-5EM4e3 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 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=XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 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 16:59:19,667 INFO program/MainThread: stderr[9]: 2024-03-01 16:59:19,667 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:59:19,667 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:59:19,670 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: XdYy3a-NkLI-g7f7-GXBw-dl2n-W7mC-nhDpPl ; label: None ; device: /dev/sdc ; serial: 36001405f45dc9d5eb5d4232af322bc7b ; exists: True ; vg_name: test_vg1 ; vg_uuid: uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 16:59:19,671 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:59:19,673 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:59:19,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 ; incomplete: True ; hidden: False ; 2024-03-01 16:59:19,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:19,682 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:59:19,685 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:19,688 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:59:19,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 ; incomplete: True ; hidden: False ; 2024-03-01 16:59:19,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:19,693 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 16:59:19,726 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 16:59:19,726 INFO program/MainThread: stderr[10]: 2024-03-01 16:59:19,727 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:59:19,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:19,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:19,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ ; incomplete: False ; hidden: False ; 2024-03-01 16:59:19,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:19,739 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:59:19,742 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:59:19,742 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:59:19,745 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:59:19,749 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:19,749 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:19,752 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 16:59:19,753 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:59:19,753 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:59:19,756 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:59:19,759 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:59:19,759 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:59:19,762 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:59:19,765 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:19,765 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:19,768 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 16:59:19,769 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:59:19,769 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 16:59:19,769 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:59:19,772 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:19,772 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:19,775 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 16:59:19,775 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 16:59:19,778 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-uuid/40c09faf-43e5-41a0-aae5-8ca9410ee29f ' '/dev/disk/by-id/dm-uuid-LVM-uKxBJsIwUMJEnY4JnxsSFTq7Y98OCVv90oVgFDy1zbobMPIB8QJlW1e99RI9JZMJ ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '60', '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-uKxBJsIwUMJEnY4JnxsSFTq7Y98OCVv90oVgFDy1zbobMPIB8QJlW1e99RI9JZMJ', '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': '40c09faf-43e5-41a0-aae5-8ca9410ee29f', 'ID_FS_UUID_ENC': '40c09faf-43e5-41a0-aae5-8ca9410ee29f', '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': '1204310738'} ; 2024-03-01 16:59:19,779 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:59:19,779 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:19,782 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:59:19,782 INFO program/MainThread: stderr[11]: 2024-03-01 16:59:19,782 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:59:19,782 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:19,784 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:59:19,785 INFO program/MainThread: stderr[12]: 2024-03-01 16:59:19,785 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:59:19,785 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:19,787 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:59:19,787 INFO program/MainThread: stderr[13]: 2024-03-01 16:59:19,787 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:59:19,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:19,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:59:19,797 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:19,798 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:19,798 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:19,798 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:19,794 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:19,799 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:19,801 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:59:19,801 INFO program/MainThread: stderr[14]: 2024-03-01 16:59:19,802 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:59:19,805 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:59:19,808 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:19,809 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:59:19,812 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:19,812 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:59:19,815 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:19,815 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:59:19,818 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:19,818 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:59:19,819 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:59:19,820 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:59:19,823 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:19,823 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:59:19,826 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:59:19,826 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:19,827 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:19,830 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/scsi-36001405bdf1754409e440edb3fee6cb5', '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': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'ID_SERIAL': '36001405bdf1754409e440edb3fee6cb5', 'ID_SERIAL_SHORT': '6001405bdf1754409e440edb3fee6cb5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bdf175440', 'ID_WWN_VENDOR_EXTENSION': '0x9e440edb3fee6cb5', 'ID_WWN_WITH_EXTENSION': '0x6001405bdf1754409e440edb3fee6cb5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bdf1754409e440edb3fee6cb5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715001239'} ; 2024-03-01 16:59:19,830 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 16:59:19,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:59:19,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:19,840 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:59:19,841 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:59:19,841 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:59:19,841 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 16:59:19,844 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:59:19,847 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:59:19,847 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 16:59:19,850 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 16:59:19,850 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:59:19,850 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 16:59:19,850 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb088f19e80) -- 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 = 6001405bdf1754409e440edb3fee6cb5 2024-03-01 16:59:19,853 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:59:19,854 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:59:19,856 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/wwn-0x6001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/scsi-36001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', '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': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'ID_SERIAL': '36001405612312a0b2d549c993d22f60a', 'ID_SERIAL_SHORT': '6001405612312a0b2d549c993d22f60a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405612312a0b', 'ID_WWN_VENDOR_EXTENSION': '0x2d549c993d22f60a', 'ID_WWN_WITH_EXTENSION': '0x6001405612312a0b2d549c993d22f60a', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405612312a0b2d549c993d22f60a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715062067'} ; 2024-03-01 16:59:19,856 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 16:59:19,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:59:19,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:19,867 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:59:19,867 INFO blivet/MainThread: sde is a disk 2024-03-01 16:59:19,868 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 16:59:19,868 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 16:59:19,870 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:59:19,873 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:59:19,873 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 16:59:19,876 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 16:59:19,877 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:59:19,877 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 16:59:19,877 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb088604a30) -- 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 = 6001405612312a0b2d549c993d22f60a 2024-03-01 16:59:19,880 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:59:19,880 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:59:19,883 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/wwn-0x600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-3600140514e1c5412f2a4e3da52cb21dd ' '/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': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'ID_SERIAL': '3600140514e1c5412f2a4e3da52cb21dd', 'ID_SERIAL_SHORT': '600140514e1c5412f2a4e3da52cb21dd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140514e1c5412', 'ID_WWN_VENDOR_EXTENSION': '0xf2a4e3da52cb21dd', 'ID_WWN_WITH_EXTENSION': '0x600140514e1c5412f2a4e3da52cb21dd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140514e1c5412f2a4e3da52cb21dd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715143859'} ; 2024-03-01 16:59:19,883 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 16:59:19,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:59:19,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:19,893 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:59:19,894 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:59:19,894 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 16:59:19,894 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 16:59:19,897 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:59:19,900 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:59:19,900 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 16:59:19,903 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 16:59:19,903 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:59:19,903 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 16:59:19,903 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb088604910) -- 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 = 600140514e1c5412f2a4e3da52cb21dd 2024-03-01 16:59:19,906 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:59:19,906 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:59:19,909 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-id/wwn-0x6001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-36001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/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': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'ID_SERIAL': '36001405a1a87cda68094b1e883b4f5fe', 'ID_SERIAL_SHORT': '6001405a1a87cda68094b1e883b4f5fe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a1a87cda6', 'ID_WWN_VENDOR_EXTENSION': '0x8094b1e883b4f5fe', 'ID_WWN_WITH_EXTENSION': '0x6001405a1a87cda68094b1e883b4f5fe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a1a87cda68094b1e883b4f5fe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715163740'} ; 2024-03-01 16:59:19,909 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 16:59:19,912 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:59:19,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:19,920 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:59:19,920 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:59:19,920 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 16:59:19,920 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 16:59:19,923 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:59:19,926 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:59:19,926 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 16:59:19,929 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 16:59:19,929 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:59:19,930 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 16:59:19,930 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb088610520) -- 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 = 6001405a1a87cda68094b1e883b4f5fe 2024-03-01 16:59:19,933 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:59:19,933 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:59:19,936 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/wwn-0x6001405f053e2f031db4d2bb88ab5846', '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': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'ID_SERIAL': '36001405f053e2f031db4d2bb88ab5846', 'ID_SERIAL_SHORT': '6001405f053e2f031db4d2bb88ab5846', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f053e2f03', 'ID_WWN_VENDOR_EXTENSION': '0x1db4d2bb88ab5846', 'ID_WWN_WITH_EXTENSION': '0x6001405f053e2f031db4d2bb88ab5846', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f053e2f031db4d2bb88ab5846', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715228881'} ; 2024-03-01 16:59:19,936 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 16:59:19,939 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:59:19,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:19,946 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:59:19,947 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:59:19,947 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 16:59:19,947 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 16:59:19,950 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:59:19,952 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:59:19,953 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 16:59:19,955 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 16:59:19,956 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:59:19,956 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 16:59:19,956 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb088610ca0) -- 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 = 6001405f053e2f031db4d2bb88ab5846 2024-03-01 16:59:19,959 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:59:19,959 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:59:19,962 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/wwn-0x6001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-36001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b ' '/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': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'ID_SERIAL': '36001405c930cf566dc64509be8137452', 'ID_SERIAL_SHORT': '6001405c930cf566dc64509be8137452', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c930cf566', 'ID_WWN_VENDOR_EXTENSION': '0xdc64509be8137452', 'ID_WWN_WITH_EXTENSION': '0x6001405c930cf566dc64509be8137452', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c930cf566dc64509be8137452', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715277294'} ; 2024-03-01 16:59:19,962 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 16:59:19,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:59:19,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:19,973 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:59:19,973 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:59:19,973 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:59:19,974 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 16:59:19,976 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:59:19,979 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:59:19,979 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 16:59:19,982 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 16:59:19,982 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:59:19,983 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 16:59:19,983 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb088610ee0) -- 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 = 6001405c930cf566dc64509be8137452 2024-03-01 16:59:19,986 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:59:19,986 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:59:19,989 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/scsi-360014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/wwn-0x60014051528b2f7fa1b4b0ea44f2b71d', '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': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'ID_SERIAL': '360014051528b2f7fa1b4b0ea44f2b71d', 'ID_SERIAL_SHORT': '60014051528b2f7fa1b4b0ea44f2b71d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051528b2f7f', 'ID_WWN_VENDOR_EXTENSION': '0xa1b4b0ea44f2b71d', 'ID_WWN_WITH_EXTENSION': '0x60014051528b2f7fa1b4b0ea44f2b71d', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051528b2f7fa1b4b0ea44f2b71d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715335966'} ; 2024-03-01 16:59:19,989 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 16:59:19,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:59:19,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:19,999 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:59:20,000 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:59:20,000 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 16:59:20,000 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 16:59:20,003 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:59:20,005 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:59:20,006 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 16:59:20,008 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 16:59:20,009 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:59:20,009 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 16:59:20,009 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb088624f10) -- 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 = 60014051528b2f7fa1b4b0ea44f2b71d 2024-03-01 16:59:20,012 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:59:20,012 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:59:20,015 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': '12232267'} ; 2024-03-01 16:59:20,015 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:59:20,018 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:20,021 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:20,024 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:59:20,024 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:59:20,025 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:59:20,025 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:59:20,025 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:59:20,025 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:59:20,028 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:59:20,030 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:59:20,030 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:59:20,033 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:59:20,034 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:59:20,034 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 16:59:20,034 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb088624fa0) -- 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 16:59:20,037 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:59:20,040 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:20,040 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 16:59:20,043 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:20,043 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 16:59:20,046 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:20,046 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 16:59:20,049 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:20,049 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 16:59:20,052 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:59:20,054 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:20,057 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:59:20,063 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 0x7fb0893b4900> 2024-03-01 16:59:20,104 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 16:59:20,108 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:59:20,108 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:59:20,112 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': '12234224'} ; 2024-03-01 16:59:20,112 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:59:20,112 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:59:20,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:20,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:20,120 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:59:20,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:20,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:20,126 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:20,137 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:20,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:20,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 16:59:20,157 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 16:59:20,160 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:59:20,160 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 16:59:20,162 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:59:20,165 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:59:20,165 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:59:20,168 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:59:20,169 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:20,169 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:59:20,171 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:59:20,174 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:59:20,177 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:59:20,180 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:59:20,183 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:59:20,183 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:20,183 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 16:59:20,184 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:59:20,183 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fb08863b490) -- 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 0x7fb088634db0> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:59:20,187 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:59:20,190 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:20,190 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 16:59:20,193 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:20,193 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 16:59:20,196 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:20,196 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 16:59:20,199 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:20,199 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 16:59:20,199 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:59:20,202 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:20,202 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 16:59:20,205 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:59:20,205 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:20,208 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-uKxBJsIwUMJEnY4JnxsSFTq7Y98OCVv90oVgFDy1zbobMPIB8QJlW1e99RI9JZMJ ' '/dev/disk/by-uuid/40c09faf-43e5-41a0-aae5-8ca9410ee29f ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '60', '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-uKxBJsIwUMJEnY4JnxsSFTq7Y98OCVv90oVgFDy1zbobMPIB8QJlW1e99RI9JZMJ', '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': '40c09faf-43e5-41a0-aae5-8ca9410ee29f', 'ID_FS_UUID_ENC': '40c09faf-43e5-41a0-aae5-8ca9410ee29f', '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': '1204310738'} ; 2024-03-01 16:59:20,208 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:59:20,208 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:20,211 INFO program/MainThread: stdout[15]: LVM 2024-03-01 16:59:20,211 INFO program/MainThread: stderr[15]: 2024-03-01 16:59:20,211 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:59:20,211 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:20,213 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:59:20,213 INFO program/MainThread: stderr[16]: 2024-03-01 16:59:20,214 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:59:20,214 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:20,216 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:59:20,216 INFO program/MainThread: stderr[17]: 2024-03-01 16:59:20,216 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:59:20,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:20,222 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 16:59:20,225 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,225 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,226 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,226 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,223 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,227 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:20,229 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:59:20,229 INFO program/MainThread: stderr[18]: 2024-03-01 16:59:20,229 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:59:20,233 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:59:20,233 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:59:20,233 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:20,245 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:20,259 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:59:20,259 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:59:20,262 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 16:59:20,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:20,268 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 16:59:20,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:20,271 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:59:20,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:59:20,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:20,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:59:20,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:20,280 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:59:20,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:59:20,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:20,288 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 16:59:20,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:20,291 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:59:20,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:59:20,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:20,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:59:20,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:20,300 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:59:20,303 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 16:59:20,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:20,308 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 16:59:20,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:20,310 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 16:59:20,313 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 16:59:20,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:20,318 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 16:59:20,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:20,320 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:59:20,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:20,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:20,326 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 16:59:20,326 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:20,327 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:20,327 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:20,327 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:20,328 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:20,328 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:20,328 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:20,329 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:20,329 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:20,329 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:20,330 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:20,330 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:20,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:20,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:59:20,335 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:59:20,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:59:20,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 16:59:20,340 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:59:20,342 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:59:20,345 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 16:59:20,345 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:59:20,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:20,350 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 16:59:20,350 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:59:20,352 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,353 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,353 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,354 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,350 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,356 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,356 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,356 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,357 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,354 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,359 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,360 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,360 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,361 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,357 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,363 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,363 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,363 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,364 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,361 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,366 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,367 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,367 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,367 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,364 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,370 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,370 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,370 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,371 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,368 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,373 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,374 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,374 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,374 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,371 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,376 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,377 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,377 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,378 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,375 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,380 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,380 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,381 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,381 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,378 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,383 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,384 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,384 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,385 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,382 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,387 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,387 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,388 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,388 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,385 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,390 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,391 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,391 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,392 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,388 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,394 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,394 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,395 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,395 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,392 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,397 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,398 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,398 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,398 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,395 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,401 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,401 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,401 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,402 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,399 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,404 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,404 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,405 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,405 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,402 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,407 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,408 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,408 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,409 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,406 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,411 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,411 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,412 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,412 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,409 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,414 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,415 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,415 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,416 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,413 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,418 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,418 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,418 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,419 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,416 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,421 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,422 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,422 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,422 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,419 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,424 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,425 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,425 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,426 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,423 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,428 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,428 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,429 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,429 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,426 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,431 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,432 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,432 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,433 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,430 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,435 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,435 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,436 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,436 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,433 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,438 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,439 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,439 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,440 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,436 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,442 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,442 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,442 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,443 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,440 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,445 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,446 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,446 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,446 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,443 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,448 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,449 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,449 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,450 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,447 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,452 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,452 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,453 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,453 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,450 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,455 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,456 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,456 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,457 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,454 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,459 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,459 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,460 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:20,460 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 16:59:20,457 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb088675e80) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0oVgFD-y1zb-obMP-IB8Q-JlW1-e99R-I9JZMJ 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 (0x7fb0886c4670) -- 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 = uKxBJs-IwUM-JEnY-4Jnx-sSFT-q7Y9-8OCVv9 size = 2.98 GiB format = existing None major = 0 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 16:59:20,460 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 16:59:20,463 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 16:59:20,463 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:20,463 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 16:59:20,467 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 16:59:20,467 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:20,467 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 16:59:20,470 INFO program/MainThread: stdout[19]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 16:59:20,470 INFO program/MainThread: stderr[19]: 2024-03-01 16:59:20,470 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:59:20,474 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:59:20,474 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 16:59:20,475 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:20,475 DEBUG blivet.ansible/MainThread: ['sdc', 'sdb', 'sda', 'test_vg1'] 2024-03-01 16:59:20,475 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 16:59:20,477 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 16:59:20,478 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:20,481 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:59:20,483 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:59:20,486 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:59:20,486 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 16:59:20,486 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:59:20,486 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 16:59:20,487 DEBUG blivet/MainThread: removing sdc 2024-03-01 16:59:20,489 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:20,489 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:20,489 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 16:59:20,492 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 16:59:20,492 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:59:20,492 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 16:59:20,492 DEBUG blivet/MainThread: removing sdb 2024-03-01 16:59:20,494 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:20,495 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:20,495 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 16:59:20,497 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 16:59:20,497 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:59:20,498 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 16:59:20,498 DEBUG blivet/MainThread: removing sda 2024-03-01 16:59:20,500 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:20,500 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:20,500 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 16:59:20,503 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 16:59:20,503 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:59:20,504 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:20,515 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:20,528 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:20,536 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:20,552 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:59:20,552 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:20,552 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:20,552 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:59:20,552 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:59:20,552 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:59:20,553 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:59:20,553 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:59:20,553 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:59:20,555 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:59:20,558 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:59:20,560 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:59:20,560 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:59:20,563 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:59:20,563 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 0x7fb08a6a9bd0> 2024-03-01 16:59:20,563 INFO blivet/MainThread: sorting actions... 2024-03-01 16:59:20,564 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:20,564 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:20,564 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:59:20,564 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:59:20,564 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:59:20,564 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:59:20,565 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:20,567 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:20,570 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:59:20,570 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 16:59:20,578 INFO program/MainThread: stdout: 2024-03-01 16:59:20,578 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:59:20,578 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:20,578 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:20,594 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:20,594 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:20,604 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:20,605 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:20,609 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:20,612 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:59:20,616 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:59:20,619 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 16:59:20,621 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:59:20,622 INFO program/MainThread: Running [20] lvm lvchange -an test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 16:59:20,655 INFO program/MainThread: stdout[20]: 2024-03-01 16:59:20,655 INFO program/MainThread: stderr[20]: 2024-03-01 16:59:20,655 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:59:20,659 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:59:20,662 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:20,664 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:59:20,667 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:20,670 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:59:20,673 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:20,675 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:59:20,678 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 16:59:20,678 INFO program/MainThread: Running [21] lvm lvremove --yes test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 16:59:20,712 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 16:59:20,712 INFO program/MainThread: stderr[21]: 2024-03-01 16:59:20,712 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:59:20,713 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:59:20,719 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 16:59:20,725 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 16:59:20,731 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:59:20,737 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:20,744 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:59:20,751 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:20,756 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:59:20,762 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:20,765 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:59:20,767 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 16:59:20,767 INFO program/MainThread: Running [22] lvm vgreduce --removemissing --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 16:59:20,805 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 16:59:20,806 INFO program/MainThread: stderr[22]: 2024-03-01 16:59:20,806 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:59:20,807 INFO program/MainThread: Running [23] lvm vgchange -an test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 16:59:20,856 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 16:59:20,856 INFO program/MainThread: stderr[23]: 2024-03-01 16:59:20,856 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:59:20,856 INFO program/MainThread: Running [24] lvm vgremove --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 16:59:20,881 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 16:59:20,881 INFO program/MainThread: stderr[24]: 2024-03-01 16:59:20,881 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:59:20,882 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:59:20,888 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:20,896 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:59:20,905 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:59:20,905 INFO program/MainThread: Running [25] lvm pvremove --force --force --yes /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 16:59:20,955 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 16:59:20,956 INFO program/MainThread: stderr[25]: 2024-03-01 16:59:20,956 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:59:20,956 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 16:59:20,956 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:20,970 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:20,970 INFO program/MainThread: Running [26] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc ... 2024-03-01 16:59:20,978 INFO program/MainThread: stdout[26]: use_devicesfile=1 2024-03-01 16:59:20,978 INFO program/MainThread: stderr[26]: 2024-03-01 16:59:20,978 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:59:20,978 INFO program/MainThread: Running [27] lvmdevices --deldev /dev/sda ... 2024-03-01 16:59:20,990 INFO program/MainThread: stdout[27]: 2024-03-01 16:59:20,990 INFO program/MainThread: stderr[27]: 2024-03-01 16:59:20,990 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:59:20,990 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:21,002 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:21,002 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:21,014 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:21,015 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:59:21,018 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:21,021 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:59:21,023 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:59:21,023 INFO program/MainThread: Running [28] lvm pvremove --force --force --yes /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc ... 2024-03-01 16:59:21,053 INFO program/MainThread: stdout[28]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 16:59:21,053 INFO program/MainThread: stderr[28]: 2024-03-01 16:59:21,054 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:59:21,054 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 16:59:21,054 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:21,069 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:21,070 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 16:59:21,076 INFO program/MainThread: stdout[29]: use_devicesfile=1 2024-03-01 16:59:21,076 INFO program/MainThread: stderr[29]: 2024-03-01 16:59:21,076 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:59:21,076 INFO program/MainThread: Running [30] lvmdevices --deldev /dev/sdb ... 2024-03-01 16:59:21,089 INFO program/MainThread: stdout[30]: 2024-03-01 16:59:21,089 INFO program/MainThread: stderr[30]: 2024-03-01 16:59:21,089 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:59:21,089 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:21,101 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:21,101 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:21,112 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:21,113 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:59:21,116 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:21,119 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:59:21,121 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:59:21,121 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 16:59:21,149 INFO program/MainThread: stdout[31]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 16:59:21,149 INFO program/MainThread: stderr[31]: 2024-03-01 16:59:21,150 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:59:21,150 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 16:59:21,150 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:21,166 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:21,167 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 16:59:21,174 INFO program/MainThread: stdout[32]: use_devicesfile=1 2024-03-01 16:59:21,174 INFO program/MainThread: stderr[32]: 2024-03-01 16:59:21,174 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:59:21,174 INFO program/MainThread: Running [33] lvmdevices --deldev /dev/sdc ... 2024-03-01 16:59:21,186 INFO program/MainThread: stdout[33]: 2024-03-01 16:59:21,187 INFO program/MainThread: stderr[33]: 2024-03-01 16:59:21,187 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:59:21,187 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:21,199 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:21,199 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:21,211 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:21,216 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:59:21,216 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 0x7fb0885852c0> 2024-03-01 16:59:29,957 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_9fs6akk0/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:59:32,958 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_3efvi4lb/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:59:36,946 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_64rpgpml/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:59:36,979 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:36,979 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:59:36,982 INFO program/MainThread: stdout[2]: 2024-03-01 16:59:36,982 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 16:59:36,982 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:59:36,982 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:59:36,986 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:36,987 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:59:36,990 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:36,990 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:59:36,993 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:36,993 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:59:36,996 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:36,996 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:59:37,003 INFO program/MainThread: stdout: 2024-03-01 16:59:37,004 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:59:37,004 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:59:37,004 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:59:37,004 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:59:37,004 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:59:37,004 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:59:37,004 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:59:37,004 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:59:37,004 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:59:37,004 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:59:37,004 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:59:37,004 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:59:37,004 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:59:37,004 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:59:37,004 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:59:37,004 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:37,004 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 16:59:37,004 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:37,005 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:37,005 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:59:37,005 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:37,005 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:59:37,005 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:59:37,005 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:37,017 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:37,029 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 16:59:37,034 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/scsi-360014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', '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': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'ID_SERIAL': '360014057cf51c23445f40dfa6c25f805', 'ID_SERIAL_SHORT': '60014057cf51c23445f40dfa6c25f805', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cf51c234', 'ID_WWN_VENDOR_EXTENSION': '0x45f40dfa6c25f805', 'ID_WWN_WITH_EXTENSION': '0x60014057cf51c23445f40dfa6c25f805', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cf51c23445f40dfa6c25f805', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714898134'} ; 2024-03-01 16:59:37,034 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 16:59:37,034 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 16:59:37,061 INFO program/MainThread: stdout[3]: 2024-03-01 16:59:37,061 INFO program/MainThread: stderr[3]: 2024-03-01 16:59:37,061 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:59:37,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:37,067 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:37,071 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:59:37,073 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 16:59:37,078 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:59:37,078 INFO blivet/MainThread: sda is a disk 2024-03-01 16:59:37,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:59:37,079 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:59:37,082 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:59:37,085 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:59:37,085 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 16:59:37,088 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 16:59:37,089 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:59:37,089 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:59:37,089 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82b7b1be50) -- 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 = 60014057cf51c23445f40dfa6c25f805 2024-03-01 16:59:37,092 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:59:37,092 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:59:37,096 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/scsi-36001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_bfdaa9be-a299-423f-892a-1b88db2554b9', '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': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'ID_SERIAL': '36001405bfdaa9bea299423f892a1b88d', 'ID_SERIAL_SHORT': '6001405bfdaa9bea299423f892a1b88d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bfdaa9bea', 'ID_WWN_VENDOR_EXTENSION': '0x299423f892a1b88d', 'ID_WWN_WITH_EXTENSION': '0x6001405bfdaa9bea299423f892a1b88d', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bfdaa9bea299423f892a1b88d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714880349'} ; 2024-03-01 16:59:37,096 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 16:59:37,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:59:37,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:37,106 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:59:37,107 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:59:37,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:59:37,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:59:37,110 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:59:37,113 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:59:37,113 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 16:59:37,116 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 16:59:37,116 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:59:37,116 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:59:37,117 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82b7a57f40) -- 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 = 6001405bfdaa9bea299423f892a1b88d 2024-03-01 16:59:37,120 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:59:37,120 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:59:37,123 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/scsi-360014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/wwn-0x60014051372a44c1af14aec911a838a7 ' '/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': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'ID_SERIAL': '360014051372a44c1af14aec911a838a7', 'ID_SERIAL_SHORT': '60014051372a44c1af14aec911a838a7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051372a44c1', 'ID_WWN_VENDOR_EXTENSION': '0xaf14aec911a838a7', 'ID_WWN_WITH_EXTENSION': '0x60014051372a44c1af14aec911a838a7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051372a44c1af14aec911a838a7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715410443'} ; 2024-03-01 16:59:37,123 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 16:59:37,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:59:37,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:37,134 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:59:37,134 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:59:37,134 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:59:37,134 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:59:37,137 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:59:37,140 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:59:37,140 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 16:59:37,143 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 16:59:37,143 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:59:37,144 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:59:37,144 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82b7a57f70) -- 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 = 60014051372a44c1af14aec911a838a7 2024-03-01 16:59:37,147 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:59:37,147 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:59:37,150 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/scsi-36001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_fb729fc8-fd98-4730-8990-b0f849513593', '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': 'fb729fc8-fd98-4730-8990-b0f849513593', 'ID_SERIAL': '36001405fb729fc8fd9847308990b0f84', 'ID_SERIAL_SHORT': '6001405fb729fc8fd9847308990b0f84', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb729fc8f', 'ID_WWN_VENDOR_EXTENSION': '0xd9847308990b0f84', 'ID_WWN_WITH_EXTENSION': '0x6001405fb729fc8fd9847308990b0f84', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb729fc8fd9847308990b0f84', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715443786'} ; 2024-03-01 16:59:37,150 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 16:59:37,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:59:37,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:37,160 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:59:37,161 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:59:37,161 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:59:37,161 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:59:37,164 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:59:37,166 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:59:37,167 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 16:59:37,169 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 16:59:37,170 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:59:37,170 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:59:37,170 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82b6a3bfa0) -- 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 = 6001405fb729fc8fd9847308990b0f84 2024-03-01 16:59:37,173 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:59:37,173 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:59:37,176 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/scsi-36001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', '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': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'ID_SERIAL': '36001405f45dc9d5eb5d4232af322bc7b', 'ID_SERIAL_SHORT': '6001405f45dc9d5eb5d4232af322bc7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f45dc9d5e', 'ID_WWN_VENDOR_EXTENSION': '0xb5d4232af322bc7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f45dc9d5eb5d4232af322bc7b', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f45dc9d5eb5d4232af322bc7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714961596'} ; 2024-03-01 16:59:37,176 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 16:59:37,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:59:37,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:37,186 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:59:37,187 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:59:37,187 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:59:37,187 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:59:37,190 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:59:37,193 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:59:37,193 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 16:59:37,196 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 16:59:37,196 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:59:37,196 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:59:37,196 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82b7a57eb0) -- 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 = 6001405f45dc9d5eb5d4232af322bc7b 2024-03-01 16:59:37,199 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:59:37,199 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:59:37,202 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/wwn-0x6001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', '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': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'ID_SERIAL': '36001405bdf1754409e440edb3fee6cb5', 'ID_SERIAL_SHORT': '6001405bdf1754409e440edb3fee6cb5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bdf175440', 'ID_WWN_VENDOR_EXTENSION': '0x9e440edb3fee6cb5', 'ID_WWN_WITH_EXTENSION': '0x6001405bdf1754409e440edb3fee6cb5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bdf1754409e440edb3fee6cb5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715001239'} ; 2024-03-01 16:59:37,202 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 16:59:37,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:59:37,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:37,213 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:59:37,213 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:59:37,213 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:59:37,214 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:59:37,216 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:59:37,219 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:59:37,219 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 16:59:37,222 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 16:59:37,222 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:59:37,223 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:59:37,223 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82b7ed3460) -- 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 = 6001405bdf1754409e440edb3fee6cb5 2024-03-01 16:59:37,226 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:59:37,226 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:59:37,229 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-36001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', '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': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'ID_SERIAL': '36001405612312a0b2d549c993d22f60a', 'ID_SERIAL_SHORT': '6001405612312a0b2d549c993d22f60a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405612312a0b', 'ID_WWN_VENDOR_EXTENSION': '0x2d549c993d22f60a', 'ID_WWN_WITH_EXTENSION': '0x6001405612312a0b2d549c993d22f60a', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405612312a0b2d549c993d22f60a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715062067'} ; 2024-03-01 16:59:37,229 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 16:59:37,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:59:37,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:37,239 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:59:37,239 INFO blivet/MainThread: sde is a disk 2024-03-01 16:59:37,239 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:59:37,240 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:59:37,242 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:59:37,245 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:59:37,245 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 16:59:37,248 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 16:59:37,248 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:59:37,249 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:59:37,249 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82b69c8610) -- 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 = 6001405612312a0b2d549c993d22f60a 2024-03-01 16:59:37,252 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:59:37,252 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:59:37,255 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/scsi-3600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/wwn-0x600140514e1c5412f2a4e3da52cb21dd', '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': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'ID_SERIAL': '3600140514e1c5412f2a4e3da52cb21dd', 'ID_SERIAL_SHORT': '600140514e1c5412f2a4e3da52cb21dd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140514e1c5412', 'ID_WWN_VENDOR_EXTENSION': '0xf2a4e3da52cb21dd', 'ID_WWN_WITH_EXTENSION': '0x600140514e1c5412f2a4e3da52cb21dd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140514e1c5412f2a4e3da52cb21dd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715143859'} ; 2024-03-01 16:59:37,255 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 16:59:37,258 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:59:37,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:37,265 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:59:37,266 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:59:37,266 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:59:37,266 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:59:37,269 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:59:37,271 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:59:37,272 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 16:59:37,274 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 16:59:37,275 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:59:37,275 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:59:37,275 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82b6a3b790) -- 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 = 600140514e1c5412f2a4e3da52cb21dd 2024-03-01 16:59:37,278 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:59:37,278 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:59:37,281 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-id/scsi-36001405a1a87cda68094b1e883b4f5fe', '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': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'ID_SERIAL': '36001405a1a87cda68094b1e883b4f5fe', 'ID_SERIAL_SHORT': '6001405a1a87cda68094b1e883b4f5fe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a1a87cda6', 'ID_WWN_VENDOR_EXTENSION': '0x8094b1e883b4f5fe', 'ID_WWN_WITH_EXTENSION': '0x6001405a1a87cda68094b1e883b4f5fe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a1a87cda68094b1e883b4f5fe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715163740'} ; 2024-03-01 16:59:37,281 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 16:59:37,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:59:37,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:37,292 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:59:37,292 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:59:37,292 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:59:37,292 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:59:37,295 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:59:37,298 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:59:37,298 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 16:59:37,301 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 16:59:37,301 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:59:37,301 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:59:37,302 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82b69d0b80) -- 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 = 6001405a1a87cda68094b1e883b4f5fe 2024-03-01 16:59:37,304 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:59:37,305 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:59:37,307 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/wwn-0x6001405f053e2f031db4d2bb88ab5846', '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': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'ID_SERIAL': '36001405f053e2f031db4d2bb88ab5846', 'ID_SERIAL_SHORT': '6001405f053e2f031db4d2bb88ab5846', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f053e2f03', 'ID_WWN_VENDOR_EXTENSION': '0x1db4d2bb88ab5846', 'ID_WWN_WITH_EXTENSION': '0x6001405f053e2f031db4d2bb88ab5846', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f053e2f031db4d2bb88ab5846', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715228881'} ; 2024-03-01 16:59:37,308 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 16:59:37,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:59:37,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:37,318 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:59:37,318 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:59:37,318 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:59:37,319 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:59:37,321 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:59:37,324 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:59:37,324 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 16:59:37,327 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 16:59:37,327 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:59:37,328 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:59:37,328 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82b69d0f10) -- 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 = 6001405f053e2f031db4d2bb88ab5846 2024-03-01 16:59:37,331 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:59:37,331 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:59:37,334 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-36001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', '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': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'ID_SERIAL': '36001405c930cf566dc64509be8137452', 'ID_SERIAL_SHORT': '6001405c930cf566dc64509be8137452', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c930cf566', 'ID_WWN_VENDOR_EXTENSION': '0xdc64509be8137452', 'ID_WWN_WITH_EXTENSION': '0x6001405c930cf566dc64509be8137452', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c930cf566dc64509be8137452', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715277294'} ; 2024-03-01 16:59:37,334 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 16:59:37,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:59:37,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:37,344 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:59:37,344 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:59:37,345 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:59:37,345 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:59:37,348 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:59:37,350 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:59:37,351 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 16:59:37,353 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 16:59:37,354 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:59:37,354 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:59:37,354 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82b69d6b50) -- 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 = 6001405c930cf566dc64509be8137452 2024-03-01 16:59:37,357 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:59:37,357 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:59:37,360 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/scsi-360014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', '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': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'ID_SERIAL': '360014051528b2f7fa1b4b0ea44f2b71d', 'ID_SERIAL_SHORT': '60014051528b2f7fa1b4b0ea44f2b71d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051528b2f7f', 'ID_WWN_VENDOR_EXTENSION': '0xa1b4b0ea44f2b71d', 'ID_WWN_WITH_EXTENSION': '0x60014051528b2f7fa1b4b0ea44f2b71d', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051528b2f7fa1b4b0ea44f2b71d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715335966'} ; 2024-03-01 16:59:37,360 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 16:59:37,363 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:59:37,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:37,370 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:59:37,371 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:59:37,371 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:59:37,371 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:59:37,374 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:59:37,377 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:59:37,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 16:59:37,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 16:59:37,380 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:59:37,380 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:59:37,380 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82b69c7100) -- 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 = 60014051528b2f7fa1b4b0ea44f2b71d 2024-03-01 16:59:37,383 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:59:37,383 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:59:37,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': '12232267'} ; 2024-03-01 16:59:37,386 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:59:37,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:37,392 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:37,396 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:59:37,396 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:59:37,396 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:59:37,396 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:59:37,396 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:59:37,396 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:59:37,399 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:59:37,402 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:59:37,402 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:59:37,404 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:59:37,405 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:59:37,405 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:59:37,405 INFO blivet/MainThread: got device: DiskDevice instance (0x7f82b69c8ac0) -- 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 16:59:37,408 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:59:37,411 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:37,411 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:59:37,414 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:37,414 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:59:37,417 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:37,417 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:59:37,420 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:37,420 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:59:37,423 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:59:37,426 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:37,429 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:59:37,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 0x7f82b8ad24c0> 2024-03-01 16:59:37,482 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:59:37,485 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:59:37,486 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:59:37,489 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': '12234224'} ; 2024-03-01 16:59:37,489 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:59:37,489 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:59:37,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:37,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:37,497 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:59:37,500 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:37,502 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:37,502 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:37,514 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:37,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:37,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 16:59:37,533 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:59:37,537 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:59:37,537 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:59:37,540 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:59:37,543 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:59:37,543 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:59:37,546 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:59:37,546 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:37,546 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:59:37,549 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:59:37,552 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:59:37,554 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:59:37,557 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:59:37,560 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:59:37,560 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:37,560 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:59:37,561 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:59:37,560 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f82b69e5700) -- 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 0x7f82b7a60bd0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:59:37,564 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:59:37,567 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:37,567 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:59:37,570 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:37,570 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:59:37,573 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:37,573 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:59:37,576 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:37,576 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:59:37,577 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:59:37,578 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:59:37,580 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:37,581 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:59:37,583 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:59:37,584 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:37,584 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:37,596 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:37,609 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:59:37,610 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:59:37,613 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 16:59:37,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:37,618 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 16:59:37,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:37,621 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:59:37,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:59:37,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:37,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:59:37,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:37,631 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:59:37,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:59:37,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:37,638 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 16:59:37,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:37,641 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:59:37,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:59:37,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:37,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:59:37,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:37,650 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:59:37,653 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 16:59:37,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:37,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 16:59:37,660 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:37,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 16:59:37,663 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 16:59:37,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:37,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 16:59:37,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:37,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 16:59:37,670 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 16:59:40,603 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_c7vaafwg/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:59:40,636 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:40,636 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:59:40,638 INFO program/MainThread: stdout[2]: 2024-03-01 16:59:40,639 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 16:59:40,639 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:59:40,639 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:59:40,643 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:40,643 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:59:40,647 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:40,647 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:59:40,650 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:40,650 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:59:40,652 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:40,652 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:59:40,660 INFO program/MainThread: stdout: 2024-03-01 16:59:40,660 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:59:40,660 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 16:59:40,660 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 16:59:40,660 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 16:59:40,660 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:59:40,660 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:59:40,660 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:59:40,660 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:59:40,660 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:59:40,660 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:59:40,660 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:59:40,660 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:59:40,661 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:59:40,661 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:59:40,661 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:59:40,661 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:40,661 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 16:59:40,661 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:40,661 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:40,661 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:59:40,661 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:40,662 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:59:40,662 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:59:40,662 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:40,674 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:40,686 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 16:59:40,691 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/wwn-0x60014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/scsi-360014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', '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': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'ID_SERIAL': '360014057cf51c23445f40dfa6c25f805', 'ID_SERIAL_SHORT': '60014057cf51c23445f40dfa6c25f805', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cf51c234', 'ID_WWN_VENDOR_EXTENSION': '0x45f40dfa6c25f805', 'ID_WWN_WITH_EXTENSION': '0x60014057cf51c23445f40dfa6c25f805', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cf51c23445f40dfa6c25f805', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714898134'} ; 2024-03-01 16:59:40,691 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 16:59:40,691 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 16:59:40,715 INFO program/MainThread: stdout[3]: 2024-03-01 16:59:40,715 INFO program/MainThread: stderr[3]: 2024-03-01 16:59:40,715 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:59:40,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,726 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:59:40,728 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 16:59:40,733 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:59:40,733 INFO blivet/MainThread: sda is a disk 2024-03-01 16:59:40,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:59:40,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:59:40,737 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:59:40,740 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:59:40,740 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 16:59:40,743 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 16:59:40,743 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:59:40,744 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:59:40,744 INFO blivet/MainThread: got device: DiskDevice instance (0x7f017836fe50) -- 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 = 60014057cf51c23445f40dfa6c25f805 2024-03-01 16:59:40,747 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:59:40,747 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 16:59:40,750 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-36001405bfdaa9bea299423f892a1b88d', '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': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'ID_SERIAL': '36001405bfdaa9bea299423f892a1b88d', 'ID_SERIAL_SHORT': '6001405bfdaa9bea299423f892a1b88d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bfdaa9bea', 'ID_WWN_VENDOR_EXTENSION': '0x299423f892a1b88d', 'ID_WWN_WITH_EXTENSION': '0x6001405bfdaa9bea299423f892a1b88d', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bfdaa9bea299423f892a1b88d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714880349'} ; 2024-03-01 16:59:40,750 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 16:59:40,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,761 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:59:40,762 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:59:40,762 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 16:59:40,762 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 16:59:40,765 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:59:40,768 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:59:40,768 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 16:59:40,771 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 16:59:40,771 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:59:40,771 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 16:59:40,771 INFO blivet/MainThread: got device: DiskDevice instance (0x7f01782acf40) -- 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 = 6001405bfdaa9bea299423f892a1b88d 2024-03-01 16:59:40,775 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:59:40,775 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 16:59:40,778 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014051372a44c1af14aec911a838a7 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/wwn-0x60014051372a44c1af14aec911a838a7', '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': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'ID_SERIAL': '360014051372a44c1af14aec911a838a7', 'ID_SERIAL_SHORT': '60014051372a44c1af14aec911a838a7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051372a44c1', 'ID_WWN_VENDOR_EXTENSION': '0xaf14aec911a838a7', 'ID_WWN_WITH_EXTENSION': '0x60014051372a44c1af14aec911a838a7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051372a44c1af14aec911a838a7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715410443'} ; 2024-03-01 16:59:40,778 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 16:59:40,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,788 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:59:40,789 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:59:40,789 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:59:40,789 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 16:59:40,792 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:59:40,795 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:59:40,795 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 16:59:40,798 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 16:59:40,798 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:59:40,799 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 16:59:40,799 INFO blivet/MainThread: got device: DiskDevice instance (0x7f01782acf70) -- 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 = 60014051372a44c1af14aec911a838a7 2024-03-01 16:59:40,802 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:59:40,802 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:59:40,805 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/wwn-0x6001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_fb729fc8-fd98-4730-8990-b0f849513593', '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': 'fb729fc8-fd98-4730-8990-b0f849513593', 'ID_SERIAL': '36001405fb729fc8fd9847308990b0f84', 'ID_SERIAL_SHORT': '6001405fb729fc8fd9847308990b0f84', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb729fc8f', 'ID_WWN_VENDOR_EXTENSION': '0xd9847308990b0f84', 'ID_WWN_WITH_EXTENSION': '0x6001405fb729fc8fd9847308990b0f84', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb729fc8fd9847308990b0f84', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715443786'} ; 2024-03-01 16:59:40,805 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 16:59:40,808 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,815 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:59:40,815 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:59:40,816 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:59:40,816 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 16:59:40,818 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:59:40,821 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:59:40,822 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 16:59:40,824 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 16:59:40,825 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:59:40,825 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 16:59:40,825 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0176ffbfa0) -- 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 = 6001405fb729fc8fd9847308990b0f84 2024-03-01 16:59:40,828 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:59:40,828 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:59:40,831 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/scsi-36001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', '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': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'ID_SERIAL': '36001405f45dc9d5eb5d4232af322bc7b', 'ID_SERIAL_SHORT': '6001405f45dc9d5eb5d4232af322bc7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f45dc9d5e', 'ID_WWN_VENDOR_EXTENSION': '0xb5d4232af322bc7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f45dc9d5eb5d4232af322bc7b', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f45dc9d5eb5d4232af322bc7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714961596'} ; 2024-03-01 16:59:40,831 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 16:59:40,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,841 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:59:40,842 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:59:40,842 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 16:59:40,842 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 16:59:40,845 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:59:40,848 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:59:40,848 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 16:59:40,850 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 16:59:40,851 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:59:40,851 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 16:59:40,851 INFO blivet/MainThread: got device: DiskDevice instance (0x7f01782aceb0) -- 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 = 6001405f45dc9d5eb5d4232af322bc7b 2024-03-01 16:59:40,854 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:59:40,854 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 16:59:40,857 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/scsi-36001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x6001405bdf1754409e440edb3fee6cb5', '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': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'ID_SERIAL': '36001405bdf1754409e440edb3fee6cb5', 'ID_SERIAL_SHORT': '6001405bdf1754409e440edb3fee6cb5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bdf175440', 'ID_WWN_VENDOR_EXTENSION': '0x9e440edb3fee6cb5', 'ID_WWN_WITH_EXTENSION': '0x6001405bdf1754409e440edb3fee6cb5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bdf1754409e440edb3fee6cb5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715001239'} ; 2024-03-01 16:59:40,857 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 16:59:40,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,868 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:59:40,868 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:59:40,868 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:59:40,868 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 16:59:40,871 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:59:40,874 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:59:40,874 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 16:59:40,877 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 16:59:40,877 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:59:40,878 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 16:59:40,878 INFO blivet/MainThread: got device: DiskDevice instance (0x7f01784af460) -- 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 = 6001405bdf1754409e440edb3fee6cb5 2024-03-01 16:59:40,881 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:59:40,881 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:59:40,884 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405612312a0b2d549c993d22f60a ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/scsi-36001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_612312a0-b2d5-49c9-93d2-2f60aa10c27b', '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': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'ID_SERIAL': '36001405612312a0b2d549c993d22f60a', 'ID_SERIAL_SHORT': '6001405612312a0b2d549c993d22f60a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405612312a0b', 'ID_WWN_VENDOR_EXTENSION': '0x2d549c993d22f60a', 'ID_WWN_WITH_EXTENSION': '0x6001405612312a0b2d549c993d22f60a', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405612312a0b2d549c993d22f60a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715062067'} ; 2024-03-01 16:59:40,884 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 16:59:40,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,894 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:59:40,894 INFO blivet/MainThread: sde is a disk 2024-03-01 16:59:40,894 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:59:40,895 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 16:59:40,897 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:59:40,900 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:59:40,900 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 16:59:40,903 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 16:59:40,903 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:59:40,904 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 16:59:40,904 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0176f89610) -- 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 = 6001405612312a0b2d549c993d22f60a 2024-03-01 16:59:40,907 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:59:40,907 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:59:40,910 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-3600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/wwn-0x600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/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': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'ID_SERIAL': '3600140514e1c5412f2a4e3da52cb21dd', 'ID_SERIAL_SHORT': '600140514e1c5412f2a4e3da52cb21dd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140514e1c5412', 'ID_WWN_VENDOR_EXTENSION': '0xf2a4e3da52cb21dd', 'ID_WWN_WITH_EXTENSION': '0x600140514e1c5412f2a4e3da52cb21dd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140514e1c5412f2a4e3da52cb21dd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715143859'} ; 2024-03-01 16:59:40,910 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 16:59:40,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,920 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:59:40,921 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:59:40,921 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:59:40,921 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 16:59:40,924 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:59:40,926 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:59:40,927 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 16:59:40,929 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 16:59:40,930 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:59:40,930 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 16:59:40,930 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0176ffb790) -- 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 = 600140514e1c5412f2a4e3da52cb21dd 2024-03-01 16:59:40,933 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:59:40,933 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:59:40,936 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-id/wwn-0x6001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-id/scsi-36001405a1a87cda68094b1e883b4f5fe ' '/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': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'ID_SERIAL': '36001405a1a87cda68094b1e883b4f5fe', 'ID_SERIAL_SHORT': '6001405a1a87cda68094b1e883b4f5fe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a1a87cda6', 'ID_WWN_VENDOR_EXTENSION': '0x8094b1e883b4f5fe', 'ID_WWN_WITH_EXTENSION': '0x6001405a1a87cda68094b1e883b4f5fe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a1a87cda68094b1e883b4f5fe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715163740'} ; 2024-03-01 16:59:40,936 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 16:59:40,939 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,946 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:59:40,947 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:59:40,947 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 16:59:40,947 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 16:59:40,950 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:59:40,952 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:59:40,952 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 16:59:40,955 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 16:59:40,956 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:59:40,956 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 16:59:40,956 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0176f8fb80) -- 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 = 6001405a1a87cda68094b1e883b4f5fe 2024-03-01 16:59:40,959 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:59:40,959 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:59:40,962 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-36001405f053e2f031db4d2bb88ab5846', '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': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'ID_SERIAL': '36001405f053e2f031db4d2bb88ab5846', 'ID_SERIAL_SHORT': '6001405f053e2f031db4d2bb88ab5846', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f053e2f03', 'ID_WWN_VENDOR_EXTENSION': '0x1db4d2bb88ab5846', 'ID_WWN_WITH_EXTENSION': '0x6001405f053e2f031db4d2bb88ab5846', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f053e2f031db4d2bb88ab5846', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715228881'} ; 2024-03-01 16:59:40,962 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 16:59:40,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,967 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,972 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:59:40,973 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:59:40,973 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 16:59:40,973 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:59:40,975 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:59:40,978 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:59:40,978 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 16:59:40,981 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 16:59:40,981 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:59:40,982 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 16:59:40,982 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0176f8ff10) -- 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 = 6001405f053e2f031db4d2bb88ab5846 2024-03-01 16:59:40,985 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:59:40,985 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:59:40,988 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/wwn-0x6001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/scsi-36001405c930cf566dc64509be8137452', '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': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'ID_SERIAL': '36001405c930cf566dc64509be8137452', 'ID_SERIAL_SHORT': '6001405c930cf566dc64509be8137452', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c930cf566', 'ID_WWN_VENDOR_EXTENSION': '0xdc64509be8137452', 'ID_WWN_WITH_EXTENSION': '0x6001405c930cf566dc64509be8137452', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c930cf566dc64509be8137452', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715277294'} ; 2024-03-01 16:59:40,988 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 16:59:40,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:59:40,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:40,998 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:59:40,998 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:59:40,999 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 16:59:40,999 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 16:59:41,002 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:59:41,004 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:59:41,004 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 16:59:41,007 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 16:59:41,007 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:59:41,008 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 16:59:41,008 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0176f95b50) -- 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 = 6001405c930cf566dc64509be8137452 2024-03-01 16:59:41,011 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:59:41,011 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:59:41,014 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/wwn-0x60014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/scsi-360014051528b2f7fa1b4b0ea44f2b71d', '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': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'ID_SERIAL': '360014051528b2f7fa1b4b0ea44f2b71d', 'ID_SERIAL_SHORT': '60014051528b2f7fa1b4b0ea44f2b71d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051528b2f7f', 'ID_WWN_VENDOR_EXTENSION': '0xa1b4b0ea44f2b71d', 'ID_WWN_WITH_EXTENSION': '0x60014051528b2f7fa1b4b0ea44f2b71d', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051528b2f7fa1b4b0ea44f2b71d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715335966'} ; 2024-03-01 16:59:41,014 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 16:59:41,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,024 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:59:41,025 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:59:41,025 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 16:59:41,025 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 16:59:41,027 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:59:41,030 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:59:41,030 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 16:59:41,033 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 16:59:41,033 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:59:41,034 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 16:59:41,034 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0176f86100) -- 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 = 60014051528b2f7fa1b4b0ea44f2b71d 2024-03-01 16:59:41,037 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:59:41,037 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:59:41,039 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': '12232267'} ; 2024-03-01 16:59:41,040 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:59:41,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,049 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:59:41,049 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:59:41,049 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:59:41,049 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:59:41,049 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 16:59:41,049 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 16:59:41,052 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:59:41,055 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:59:41,055 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:59:41,058 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:59:41,058 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:59:41,058 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 16:59:41,058 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0176f89ac0) -- 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 16:59:41,061 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:59:41,064 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:41,065 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 16:59:41,067 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:41,068 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 16:59:41,071 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:41,071 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 16:59:41,074 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:41,074 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 16:59:41,076 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:59:41,079 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:41,082 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:59:41,091 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 0x7f01797c1a00> 2024-03-01 16:59:41,131 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 16:59:41,134 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:59:41,135 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:59:41,138 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': '12234224'} ; 2024-03-01 16:59:41,138 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:59:41,138 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:59:41,141 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,146 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:59:41,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,151 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:41,163 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:41,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 16:59:41,182 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 16:59:41,186 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:59:41,186 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 16:59:41,189 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:59:41,191 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:59:41,192 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:59:41,195 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:59:41,195 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:41,195 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:59:41,198 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:59:41,201 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:59:41,203 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:59:41,206 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:59:41,209 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:59:41,209 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:41,209 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 16:59:41,210 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:59:41,209 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f0176fa4700) -- 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 0x7f01788fb3b0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:59:41,213 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:59:41,216 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:41,216 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 16:59:41,219 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:41,219 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 16:59:41,222 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:41,222 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 16:59:41,225 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:41,225 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 16:59:41,226 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:59:41,226 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:59:41,229 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:41,230 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 16:59:41,232 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:59:41,232 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:41,233 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:41,244 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:41,257 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:59:41,257 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:59:41,261 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 16:59:41,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:41,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 16:59:41,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:41,278 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:59:41,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,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 16:59:41,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:41,288 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:59:41,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:41,298 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:59:41,300 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 16:59:41,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,305 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 16:59:41,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:41,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 16:59:41,310 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 16:59:41,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,315 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 16:59:41,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:41,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 16:59:41,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:41,328 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 16:59:41,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 16:59:41,333 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:59:41,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 16:59:41,338 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:59:41,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 16:59:41,343 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:59:41,346 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:59:41,346 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 16:59:41,346 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:59:41,349 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:59:41,349 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:59:41,352 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:59:41,352 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:59:41,355 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:59:41,355 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 16:59:41,355 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 16:59:41,358 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:59:41,358 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:59:41,361 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:59:41,361 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:59:41,363 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 16:59:41,363 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 16:59:41,364 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 16:59:41,366 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:59:41,366 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:59:41,369 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:59:41,369 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:59:41,370 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:59:41,374 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:59:41,377 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:41,380 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:59:41,383 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:41,386 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:59:41,389 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:41,390 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:59:41,393 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:59:41,393 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 16:59:41,393 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:59:41,397 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:41,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:41,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:41,404 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 16:59:41,405 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:59:41,405 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:59:41,406 DEBUG blivet.ansible/MainThread: size: 2.99 GiB ; 0.0 2024-03-01 16:59:41,406 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:59:41,406 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:59:41,409 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:41,409 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 16:59:41,412 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:41,412 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 16:59:41,415 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:59:41,418 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:59:41,418 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 16:59:41,421 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:59:41,424 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:59:41,427 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:59:41,430 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 16:59:41,431 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 16:59:41,431 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 16:59:41,431 DEBUG blivet/MainThread: Adding test_vg1-lv1/2.99 GiB to test_vg1 2024-03-01 16:59:41,431 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 16:59:41,434 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 16:59:41,434 INFO program/MainThread: stderr[4]: 2024-03-01 16:59:41,434 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:59:41,435 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 16:59:41,435 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:59:41,435 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 16:59:41,439 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 16:59:41,439 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:59:41,440 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:59:41,440 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:59:41,440 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:59:41,440 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:59:41,440 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:59:41,440 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:59:41,440 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:59:41,441 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:59:41,441 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:59:41,441 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:59:41,441 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:59:41,443 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:59:41,446 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:59:41,448 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:59:41,449 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:59:41,451 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:59:41,452 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 0x7f0176ef8f40> 2024-03-01 16:59:41,452 INFO blivet/MainThread: sorting actions... 2024-03-01 16:59:41,453 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:59:41,453 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:59:41,453 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:59:41,453 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:59:41,453 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:59:41,454 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:59:41,454 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:59:41,454 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:59:41,454 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:59:41,454 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 16:59:41,457 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:41,459 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 16:59:41,459 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 16:59:41,465 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:41,465 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:41,488 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:41,489 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:41,500 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:41,501 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 16:59:41,504 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:41,507 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 16:59:41,507 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 16:59:41,513 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:41,514 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:41,537 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:41,537 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:41,549 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:41,550 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 16:59:41,553 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:41,556 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 16:59:41,556 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 16:59:41,563 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:41,564 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:41,590 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:41,590 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:41,602 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:41,603 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 16:59:41,606 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:41,609 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:59:41,611 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:59:41,611 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:59:41,612 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:41,612 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:59:41,649 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 16:59:41,649 INFO program/MainThread: stderr[5]: 2024-03-01 16:59:41,649 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:59:41,650 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 16:59:41,660 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 16:59:41,660 INFO program/MainThread: stderr[6]: 2024-03-01 16:59:41,660 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:59:41,661 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdc ... 2024-03-01 16:59:41,688 INFO program/MainThread: stdout[7]: 2024-03-01 16:59:41,688 INFO program/MainThread: stderr[7]: 2024-03-01 16:59:41,688 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:59:41,688 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 16:59:41,688 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:41,697 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:41,700 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:59:41,701 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 16:59:41,702 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 16:59:41,710 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:41,710 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:41,733 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:41,733 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 16:59:41,737 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:41,739 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:59:41,742 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:59:41,742 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:59:41,742 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:41,742 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:59:41,779 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdb" successfully created. 2024-03-01 16:59:41,779 INFO program/MainThread: stderr[8]: 2024-03-01 16:59:41,780 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:59:41,780 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 16:59:41,789 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 16:59:41,789 INFO program/MainThread: stderr[9]: 2024-03-01 16:59:41,789 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:59:41,789 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdb ... 2024-03-01 16:59:41,821 INFO program/MainThread: stdout[10]: 2024-03-01 16:59:41,821 INFO program/MainThread: stderr[10]: 2024-03-01 16:59:41,821 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:59:41,821 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 16:59:41,822 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:41,834 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:41,838 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:59:41,838 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 16:59:41,839 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 16:59:41,847 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:41,848 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:41,868 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:41,869 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 16:59:41,872 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:41,875 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:59:41,877 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:59:41,877 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:59:41,877 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:41,878 INFO program/MainThread: Running [11] lvm pvcreate /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 16:59:41,915 INFO program/MainThread: stdout[11]: Physical volume "/dev/sda" successfully created. 2024-03-01 16:59:41,915 INFO program/MainThread: stderr[11]: 2024-03-01 16:59:41,915 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:59:41,915 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 16:59:41,925 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 16:59:41,925 INFO program/MainThread: stderr[12]: 2024-03-01 16:59:41,925 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:59:41,925 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sda ... 2024-03-01 16:59:41,953 INFO program/MainThread: stdout[13]: 2024-03-01 16:59:41,953 INFO program/MainThread: stderr[13]: 2024-03-01 16:59:41,953 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:59:41,953 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 16:59:41,954 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:41,965 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:41,969 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:59:41,969 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 16:59:41,970 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 16:59:41,979 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:41,979 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:41,999 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:42,000 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 16:59:42,003 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 16:59:42,006 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:59:42,008 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:42,011 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:59:42,014 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:42,016 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:59:42,019 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:42,021 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:59:42,024 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 16:59:42,024 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 16:59:42,070 INFO program/MainThread: stdout[14]: Volume group "test_vg1" successfully created 2024-03-01 16:59:42,070 INFO program/MainThread: stderr[14]: 2024-03-01 16:59:42,070 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:59:42,082 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:59:42,088 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:59:42,095 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:42,103 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:59:42,106 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:42,109 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:59:42,112 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:42,115 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:59:42,115 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:42,125 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:42,129 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:59:42,132 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:59:42,132 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:42,144 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:42,145 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 16:59:42,152 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:42,152 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:42,163 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:42,164 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:59:42,167 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 16:59:42,170 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 16:59:42,173 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 16:59:42,176 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 16:59:42,179 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:42,182 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:59:42,185 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:42,187 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:59:42,190 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:42,194 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:59:42,194 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:42,204 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:42,208 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 16:59:42,208 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 16:59:42,237 INFO program/MainThread: stdout[15]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 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 16:59:42,238 INFO program/MainThread: stderr[15]: 2024-03-01 16:59:42,238 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:59:42,238 WARNING blivet/MainThread: test_vg1-lv1 LV's size (2.99 GiB) exceeds the VG's usable free space (2.98 GiB),shrinking the LV 2024-03-01 16:59:42,238 DEBUG blivet/MainThread: trying to set lv test_vg1-lv1 size to 2.98 GiB 2024-03-01 16:59:42,242 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 16:59:42,242 INFO program/MainThread: Running [16] lvm lvcreate -n lv1 -L 3121152K -y --type linear test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 16:59:42,294 INFO program/MainThread: stdout[16]: Logical volume "lv1" created. 2024-03-01 16:59:42,294 INFO program/MainThread: stderr[16]: 2024-03-01 16:59:42,294 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:59:42,301 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:42,311 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:42,311 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:42,311 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:42,343 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:42,347 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 16:59:42,348 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 16:59:42,348 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:59:42,357 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:42,357 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:42,368 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:42,368 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 16:59:42,372 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:42,375 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:59:42,377 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 16:59:42,378 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 16:59:42,525 INFO program/MainThread: stdout: 2024-03-01 16:59:42,525 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=195072 blks 2024-03-01 16:59:42,525 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 16:59:42,526 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 16:59:42,526 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 16:59:42,526 INFO program/MainThread: data = bsize=4096 blocks=780288, imaxpct=25 2024-03-01 16:59:42,526 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 16:59:42,526 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 16:59:42,526 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 16:59:42,526 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 16:59:42,526 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 16:59:42,526 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:42,526 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 16:59:42,540 INFO program/MainThread: stdout: 2024-03-01 16:59:42,540 INFO program/MainThread: writing all SBs 2024-03-01 16:59:42,540 INFO program/MainThread: new label = "" 2024-03-01 16:59:42,540 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:42,540 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:42,556 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:42,560 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:42,560 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:42,561 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 16:59:42,569 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:42,569 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:42,585 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:42,590 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:59:42,590 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 0x7f0176febe00> 2024-03-01 16:59:42,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:42,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 2.98 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 16:59:42,595 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:59:42,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:42,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 2.98 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 16:59:42,601 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:59:46,731 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_om5iq34n/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:59:46,763 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:46,764 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:59:46,766 INFO program/MainThread: stdout[2]: 2024-03-01 16:59:46,767 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 16:59:46,767 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:59:46,767 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:59:46,771 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:46,772 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:59:46,775 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:46,775 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:59:46,778 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:46,778 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:59:46,781 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:46,781 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:59:46,789 INFO program/MainThread: stdout: 2024-03-01 16:59:46,789 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:59:46,789 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member e0GMWq-8BTs-AGxx-WVe6-CDh6-P26o-nye872 2024-03-01 16:59:46,789 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs be4f0043-15ee-4333-8740-4021bf534ef4 2024-03-01 16:59:46,789 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S 2024-03-01 16:59:46,789 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs be4f0043-15ee-4333-8740-4021bf534ef4 2024-03-01 16:59:46,789 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY 2024-03-01 16:59:46,789 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs be4f0043-15ee-4333-8740-4021bf534ef4 2024-03-01 16:59:46,789 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:59:46,789 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:59:46,789 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:59:46,789 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:59:46,789 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:59:46,789 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:59:46,789 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:59:46,789 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:59:46,789 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:59:46,789 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:59:46,789 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:59:46,789 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:46,790 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member e0GMWq-8BTs-AGxx-WVe6-CDh6-P26o-nye872 `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs be4f0043-15ee-4333-8740-4021bf534ef4 sdb 1073741824 root disk brw-rw---- LVM2_member 1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs be4f0043-15ee-4333-8740-4021bf534ef4 sdc 1073741824 root disk brw-rw---- LVM2_member nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs be4f0043-15ee-4333-8740-4021bf534ef4 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 16:59:46,790 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:46,790 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:46,790 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:59:46,790 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:46,790 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:59:46,791 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:59:46,791 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:46,802 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:46,815 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 16:59:46,819 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/wwn-0x60014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/lvm-pv-uuid-e0GMWq-8BTs-AGxx-WVe6-CDh6-P26o-nye872 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', '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': 'e0GMWq-8BTs-AGxx-WVe6-CDh6-P26o-nye872', 'ID_FS_UUID_ENC': 'e0GMWq-8BTs-AGxx-WVe6-CDh6-P26o-nye872', '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': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'ID_SERIAL': '360014057cf51c23445f40dfa6c25f805', 'ID_SERIAL_SHORT': '60014057cf51c23445f40dfa6c25f805', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cf51c234', 'ID_WWN_VENDOR_EXTENSION': '0x45f40dfa6c25f805', 'ID_WWN_WITH_EXTENSION': '0x60014057cf51c23445f40dfa6c25f805', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cf51c23445f40dfa6c25f805', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714898134'} ; 2024-03-01 16:59:46,820 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 16:59:46,820 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 16:59:46,851 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:46,852 INFO program/MainThread: stderr[3]: 2024-03-01 16:59:46,852 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:59:46,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:46,862 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:59:46,864 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 16:59:46,868 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:59:46,869 INFO blivet/MainThread: sda is a disk 2024-03-01 16:59:46,869 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:59:46,869 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:59:46,873 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:59:46,876 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:59:46,876 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 16:59:46,879 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 16:59:46,879 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:59:46,880 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:59:46,880 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ef313b8e0) -- 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 = 60014057cf51c23445f40dfa6c25f805 2024-03-01 16:59:46,883 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:59:46,886 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:46,887 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:59:46,890 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:46,890 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:59:46,893 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,893 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:59:46,896 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:46,896 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:59:46,899 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:59:46,899 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:59:46,900 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 16:59:46,934 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=e0GMWq-8BTs-AGxx-WVe6-CDh6-P26o-nye872 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 16:59:46,934 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S. WARNING: Couldn't find device with uuid nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY. WARNING: VG test_vg1 is missing PV 1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY (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 16:59:46,934 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:59:46,934 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:59:46,938 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: e0GMWq-8BTs-AGxx-WVe6-CDh6-P26o-nye872 ; label: None ; device: /dev/sda ; serial: 360014057cf51c23445f40dfa6c25f805 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 ; pe_start: 8 MiB ; 2024-03-01 16:59:46,938 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:59:46,941 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:59:46,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 ; incomplete: True ; hidden: False ; 2024-03-01 16:59:46,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:46,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:46,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:46,953 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 16:59:46,985 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 16:59:46,985 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S. WARNING: Couldn't find device with uuid nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY. WARNING: VG test_vg1 is missing PV 1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY (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 16:59:46,986 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:59:46,986 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:59:46,986 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:59:46,991 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:59:46,994 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:46,994 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:59:46,997 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:59:46,998 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 16:59:47,030 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:47,031 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S. WARNING: Couldn't find device with uuid nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY. WARNING: VG test_vg1 is missing PV 1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY (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 16:59:47,031 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:59:47,035 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:59:47,035 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:59:47,038 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:59:47,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 ; incomplete: True ; hidden: False ; 2024-03-01 16:59:47,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:59:47,043 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:59:47,043 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:47,047 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/scsi-36001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/wwn-0x6001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/lvm-pv-uuid-1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', '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': '1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S', 'ID_FS_UUID_ENC': '1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S', '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': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'ID_SERIAL': '36001405bfdaa9bea299423f892a1b88d', 'ID_SERIAL_SHORT': '6001405bfdaa9bea299423f892a1b88d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bfdaa9bea', 'ID_WWN_VENDOR_EXTENSION': '0x299423f892a1b88d', 'ID_WWN_WITH_EXTENSION': '0x6001405bfdaa9bea299423f892a1b88d', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bfdaa9bea299423f892a1b88d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714880349'} ; 2024-03-01 16:59:47,047 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 16:59:47,050 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,057 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:59:47,058 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:59:47,058 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:59:47,058 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:59:47,061 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:59:47,064 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:59:47,064 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 16:59:47,067 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 16:59:47,067 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:59:47,067 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:59:47,067 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ef205d250) -- 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 = 6001405bfdaa9bea299423f892a1b88d 2024-03-01 16:59:47,070 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:59:47,074 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:47,074 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:59:47,077 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:47,077 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:59:47,080 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,080 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:59:47,083 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,083 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:59:47,085 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:59:47,085 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:59:47,085 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 16:59:47,121 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=e0GMWq-8BTs-AGxx-WVe6-CDh6-P26o-nye872 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 16:59:47,121 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY. WARNING: VG test_vg1 is missing PV nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY (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 16:59:47,122 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:59:47,122 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:59:47,125 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S ; label: None ; device: /dev/sdb ; serial: 36001405bfdaa9bea299423f892a1b88d ; exists: True ; vg_name: test_vg1 ; vg_uuid: 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 ; pe_start: 8 MiB ; 2024-03-01 16:59:47,126 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:59:47,128 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:59:47,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 ; incomplete: True ; hidden: False ; 2024-03-01 16:59:47,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:59:47,137 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:59:47,140 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:47,142 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:59:47,145 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 ; incomplete: True ; hidden: False ; 2024-03-01 16:59:47,148 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:47,148 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 16:59:47,185 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:47,185 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY. WARNING: VG test_vg1 is missing PV nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY (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 16:59:47,185 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:59:47,185 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:59:47,185 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:47,189 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/scsi-360014051372a44c1af14aec911a838a7 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/wwn-0x60014051372a44c1af14aec911a838a7', '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': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'ID_SERIAL': '360014051372a44c1af14aec911a838a7', 'ID_SERIAL_SHORT': '60014051372a44c1af14aec911a838a7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051372a44c1', 'ID_WWN_VENDOR_EXTENSION': '0xaf14aec911a838a7', 'ID_WWN_WITH_EXTENSION': '0x60014051372a44c1af14aec911a838a7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051372a44c1af14aec911a838a7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715410443'} ; 2024-03-01 16:59:47,189 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 16:59:47,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,200 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:59:47,200 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:59:47,201 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:59:47,201 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:59:47,203 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:59:47,206 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:59:47,206 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 16:59:47,209 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 16:59:47,210 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:59:47,210 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:59:47,210 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ef1fd5d00) -- 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 = 60014051372a44c1af14aec911a838a7 2024-03-01 16:59:47,213 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:59:47,213 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:59:47,216 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-36001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', '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': 'fb729fc8-fd98-4730-8990-b0f849513593', 'ID_SERIAL': '36001405fb729fc8fd9847308990b0f84', 'ID_SERIAL_SHORT': '6001405fb729fc8fd9847308990b0f84', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb729fc8f', 'ID_WWN_VENDOR_EXTENSION': '0xd9847308990b0f84', 'ID_WWN_WITH_EXTENSION': '0x6001405fb729fc8fd9847308990b0f84', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb729fc8fd9847308990b0f84', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715443786'} ; 2024-03-01 16:59:47,216 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 16:59:47,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,227 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:59:47,227 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:59:47,227 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:59:47,227 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:59:47,230 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:59:47,233 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:59:47,233 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 16:59:47,236 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 16:59:47,236 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:59:47,236 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:59:47,236 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ef307aeb0) -- 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 = 6001405fb729fc8fd9847308990b0f84 2024-03-01 16:59:47,239 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:59:47,240 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:59:47,242 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/scsi-36001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/lvm-pv-uuid-nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY ' '/dev/disk/by-id/wwn-0x6001405f45dc9d5eb5d4232af322bc7b', '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': 'nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY', 'ID_FS_UUID_ENC': 'nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY', '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': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'ID_SERIAL': '36001405f45dc9d5eb5d4232af322bc7b', 'ID_SERIAL_SHORT': '6001405f45dc9d5eb5d4232af322bc7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f45dc9d5e', 'ID_WWN_VENDOR_EXTENSION': '0xb5d4232af322bc7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f45dc9d5eb5d4232af322bc7b', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f45dc9d5eb5d4232af322bc7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714961596'} ; 2024-03-01 16:59:47,242 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 16:59:47,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,253 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:59:47,253 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:59:47,253 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:59:47,253 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:59:47,256 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:59:47,259 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:59:47,259 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 16:59:47,262 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 16:59:47,262 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:59:47,263 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:59:47,263 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ef1f644c0) -- 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 = 6001405f45dc9d5eb5d4232af322bc7b 2024-03-01 16:59:47,266 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:59:47,269 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:47,269 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:59:47,272 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:47,272 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:59:47,275 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,275 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:59:47,278 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,278 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:59:47,280 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:59:47,280 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:59:47,281 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 16:59:47,315 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=e0GMWq-8BTs-AGxx-WVe6-CDh6-P26o-nye872 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 16:59:47,315 INFO program/MainThread: stderr[9]: 2024-03-01 16:59:47,316 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:59:47,316 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:59:47,319 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY ; label: None ; device: /dev/sdc ; serial: 36001405f45dc9d5eb5d4232af322bc7b ; exists: True ; vg_name: test_vg1 ; vg_uuid: 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 ; pe_start: 8 MiB ; 2024-03-01 16:59:47,320 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:59:47,322 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:59:47,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 ; incomplete: True ; hidden: False ; 2024-03-01 16:59:47,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:47,331 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:59:47,333 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:47,336 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:59:47,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 ; incomplete: True ; hidden: False ; 2024-03-01 16:59:47,342 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:47,342 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 16:59:47,378 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:47,378 INFO program/MainThread: stderr[10]: 2024-03-01 16:59:47,378 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:59:47,381 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,384 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:47,390 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:59:47,393 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:59:47,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:59:47,396 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:59:47,400 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:47,400 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:47,403 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 16:59:47,403 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 16:59:47,403 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:59:47,407 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:59:47,410 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:59:47,410 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:59:47,413 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:59:47,416 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:47,416 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:47,419 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 16:59:47,419 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 16:59:47,420 DEBUG blivet/MainThread: Adding test_vg1-lv1/2.98 GiB to test_vg1 2024-03-01 16:59:47,420 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:59:47,422 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:47,423 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:47,425 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 16:59:47,426 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 16:59:47,429 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-6rCQNCnt74TSjHxrrsQV1KTTP9BaFeC89L9wERQihw09zfnKArHMsVUC1t15yhPd ' '/dev/disk/by-uuid/be4f0043-15ee-4333-8740-4021bf534ef4 ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '65', '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-6rCQNCnt74TSjHxrrsQV1KTTP9BaFeC89L9wERQihw09zfnKArHMsVUC1t15yhPd', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '780288', 'ID_FS_SIZE': '3128950784', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'be4f0043-15ee-4333-8740-4021bf534ef4', 'ID_FS_UUID_ENC': 'be4f0043-15ee-4333-8740-4021bf534ef4', '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': '1245145241'} ; 2024-03-01 16:59:47,429 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:59:47,430 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:47,432 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:59:47,432 INFO program/MainThread: stderr[11]: 2024-03-01 16:59:47,432 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:59:47,432 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:47,435 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:59:47,435 INFO program/MainThread: stderr[12]: 2024-03-01 16:59:47,435 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:59:47,435 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:47,437 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:59:47,437 INFO program/MainThread: stderr[13]: 2024-03-01 16:59:47,437 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:59:47,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:59:47,447 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,448 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:47,448 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,449 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:47,444 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f0ef205df10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ef2025670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:47,449 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:47,451 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:59:47,452 INFO program/MainThread: stderr[14]: 2024-03-01 16:59:47,452 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:59:47,455 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:59:47,459 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:47,459 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:59:47,462 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:47,462 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:59:47,465 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,465 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:59:47,468 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,468 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:59:47,469 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:59:47,470 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:59:47,473 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:47,473 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:59:47,476 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:59:47,476 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:47,476 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:47,480 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/scsi-36001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/wwn-0x6001405bdf1754409e440edb3fee6cb5 ' '/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': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'ID_SERIAL': '36001405bdf1754409e440edb3fee6cb5', 'ID_SERIAL_SHORT': '6001405bdf1754409e440edb3fee6cb5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bdf175440', 'ID_WWN_VENDOR_EXTENSION': '0x9e440edb3fee6cb5', 'ID_WWN_WITH_EXTENSION': '0x6001405bdf1754409e440edb3fee6cb5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bdf1754409e440edb3fee6cb5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715001239'} ; 2024-03-01 16:59:47,480 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 16:59:47,483 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,490 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:59:47,491 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:59:47,491 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:59:47,491 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 16:59:47,494 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:59:47,496 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:59:47,497 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 16:59:47,499 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 16:59:47,500 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:59:47,500 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 16:59:47,500 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ef2025820) -- 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 = 6001405bdf1754409e440edb3fee6cb5 2024-03-01 16:59:47,503 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:59:47,503 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:59:47,506 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/scsi-36001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-diskseq/6', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'ID_SERIAL': '36001405612312a0b2d549c993d22f60a', 'ID_SERIAL_SHORT': '6001405612312a0b2d549c993d22f60a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405612312a0b', 'ID_WWN_VENDOR_EXTENSION': '0x2d549c993d22f60a', 'ID_WWN_WITH_EXTENSION': '0x6001405612312a0b2d549c993d22f60a', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405612312a0b2d549c993d22f60a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715062067'} ; 2024-03-01 16:59:47,506 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 16:59:47,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,517 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:59:47,517 INFO blivet/MainThread: sde is a disk 2024-03-01 16:59:47,517 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 16:59:47,517 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 16:59:47,520 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:59:47,523 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:59:47,523 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 16:59:47,526 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 16:59:47,526 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:59:47,527 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 16:59:47,527 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ef1f64940) -- 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 = 6001405612312a0b2d549c993d22f60a 2024-03-01 16:59:47,530 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:59:47,530 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:59:47,533 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/wwn-0x600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-3600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', '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': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'ID_SERIAL': '3600140514e1c5412f2a4e3da52cb21dd', 'ID_SERIAL_SHORT': '600140514e1c5412f2a4e3da52cb21dd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140514e1c5412', 'ID_WWN_VENDOR_EXTENSION': '0xf2a4e3da52cb21dd', 'ID_WWN_WITH_EXTENSION': '0x600140514e1c5412f2a4e3da52cb21dd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140514e1c5412f2a4e3da52cb21dd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715143859'} ; 2024-03-01 16:59:47,533 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 16:59:47,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,543 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:59:47,544 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:59:47,544 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 16:59:47,544 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 16:59:47,547 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:59:47,550 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:59:47,550 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 16:59:47,553 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 16:59:47,553 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:59:47,553 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 16:59:47,553 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ef1f64a30) -- 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 = 600140514e1c5412f2a4e3da52cb21dd 2024-03-01 16:59:47,556 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:59:47,556 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:59:47,559 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/wwn-0x6001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_a1a87cda-6809-4b1e-883b-4f5fe8349887', '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': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'ID_SERIAL': '36001405a1a87cda68094b1e883b4f5fe', 'ID_SERIAL_SHORT': '6001405a1a87cda68094b1e883b4f5fe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a1a87cda6', 'ID_WWN_VENDOR_EXTENSION': '0x8094b1e883b4f5fe', 'ID_WWN_WITH_EXTENSION': '0x6001405a1a87cda68094b1e883b4f5fe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a1a87cda68094b1e883b4f5fe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715163740'} ; 2024-03-01 16:59:47,559 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 16:59:47,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,570 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:59:47,570 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:59:47,570 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 16:59:47,571 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 16:59:47,573 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:59:47,576 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:59:47,576 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 16:59:47,579 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 16:59:47,579 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:59:47,580 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 16:59:47,580 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ef1f709d0) -- 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 = 6001405a1a87cda68094b1e883b4f5fe 2024-03-01 16:59:47,583 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:59:47,583 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:59:47,586 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/wwn-0x6001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/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': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'ID_SERIAL': '36001405f053e2f031db4d2bb88ab5846', 'ID_SERIAL_SHORT': '6001405f053e2f031db4d2bb88ab5846', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f053e2f03', 'ID_WWN_VENDOR_EXTENSION': '0x1db4d2bb88ab5846', 'ID_WWN_WITH_EXTENSION': '0x6001405f053e2f031db4d2bb88ab5846', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f053e2f031db4d2bb88ab5846', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715228881'} ; 2024-03-01 16:59:47,586 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 16:59:47,589 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,596 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:59:47,597 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:59:47,597 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 16:59:47,597 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 16:59:47,600 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:59:47,603 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:59:47,603 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 16:59:47,606 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 16:59:47,606 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:59:47,606 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 16:59:47,606 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ef1f70f10) -- 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 = 6001405f053e2f031db4d2bb88ab5846 2024-03-01 16:59:47,609 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:59:47,609 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:59:47,612 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/wwn-0x6001405c930cf566dc64509be8137452 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-36001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', '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': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'ID_SERIAL': '36001405c930cf566dc64509be8137452', 'ID_SERIAL_SHORT': '6001405c930cf566dc64509be8137452', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c930cf566', 'ID_WWN_VENDOR_EXTENSION': '0xdc64509be8137452', 'ID_WWN_WITH_EXTENSION': '0x6001405c930cf566dc64509be8137452', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c930cf566dc64509be8137452', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715277294'} ; 2024-03-01 16:59:47,612 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 16:59:47,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,623 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:59:47,623 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:59:47,624 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:59:47,624 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 16:59:47,626 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:59:47,629 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:59:47,629 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 16:59:47,632 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 16:59:47,632 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:59:47,633 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 16:59:47,633 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ef1f84cd0) -- 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 = 6001405c930cf566dc64509be8137452 2024-03-01 16:59:47,636 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:59:47,636 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:59:47,639 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-360014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/wwn-0x60014051528b2f7fa1b4b0ea44f2b71d', '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': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'ID_SERIAL': '360014051528b2f7fa1b4b0ea44f2b71d', 'ID_SERIAL_SHORT': '60014051528b2f7fa1b4b0ea44f2b71d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051528b2f7f', 'ID_WWN_VENDOR_EXTENSION': '0xa1b4b0ea44f2b71d', 'ID_WWN_WITH_EXTENSION': '0x60014051528b2f7fa1b4b0ea44f2b71d', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051528b2f7fa1b4b0ea44f2b71d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715335966'} ; 2024-03-01 16:59:47,639 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 16:59:47,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,644 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,649 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:59:47,650 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:59:47,650 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 16:59:47,650 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 16:59:47,653 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:59:47,656 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:59:47,656 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 16:59:47,659 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 16:59:47,659 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:59:47,659 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 16:59:47,659 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ef1f85e20) -- 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 = 60014051528b2f7fa1b4b0ea44f2b71d 2024-03-01 16:59:47,662 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:59:47,662 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:59:47,665 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': '12232267'} ; 2024-03-01 16:59:47,665 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:59:47,668 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,675 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:59:47,675 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:59:47,675 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:59:47,675 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:59:47,675 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:59:47,675 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:59:47,678 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:59:47,681 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:59:47,681 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:59:47,684 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:59:47,684 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:59:47,684 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 16:59:47,684 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0ef1f85430) -- 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 16:59:47,687 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:59:47,690 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:47,690 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 16:59:47,693 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:47,693 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 16:59:47,696 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,696 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 16:59:47,699 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,699 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 16:59:47,702 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:59:47,705 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:47,707 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:59:47,714 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 0x7f0ef3959240> 2024-03-01 16:59:47,750 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 16:59:47,754 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:59:47,754 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:59:47,758 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': '12234224'} ; 2024-03-01 16:59:47,758 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:59:47,758 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:59:47,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,766 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:59:47,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,772 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:47,783 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:47,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 16:59:47,803 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 16:59:47,806 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:59:47,806 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 16:59:47,809 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:59:47,811 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:59:47,812 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:59:47,814 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:59:47,815 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:47,815 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:59:47,818 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:59:47,820 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:59:47,823 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:59:47,826 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:59:47,829 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:59:47,829 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:47,829 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 16:59:47,830 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:59:47,829 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f0ef1f8bf70) -- 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 0x7f0ef1f97f90> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:59:47,833 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:59:47,836 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:47,836 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 16:59:47,839 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:47,839 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 16:59:47,842 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,842 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 16:59:47,845 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:47,845 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 16:59:47,845 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:59:47,848 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:47,848 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 16:59:47,850 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:59:47,851 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:47,853 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/be4f0043-15ee-4333-8740-4021bf534ef4 ' '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-6rCQNCnt74TSjHxrrsQV1KTTP9BaFeC89L9wERQihw09zfnKArHMsVUC1t15yhPd', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '65', '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-6rCQNCnt74TSjHxrrsQV1KTTP9BaFeC89L9wERQihw09zfnKArHMsVUC1t15yhPd', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '780288', 'ID_FS_SIZE': '3128950784', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'be4f0043-15ee-4333-8740-4021bf534ef4', 'ID_FS_UUID_ENC': 'be4f0043-15ee-4333-8740-4021bf534ef4', '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': '1245145241'} ; 2024-03-01 16:59:47,854 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:59:47,854 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:47,856 INFO program/MainThread: stdout[15]: LVM 2024-03-01 16:59:47,857 INFO program/MainThread: stderr[15]: 2024-03-01 16:59:47,857 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:59:47,857 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:47,859 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:59:47,859 INFO program/MainThread: stderr[16]: 2024-03-01 16:59:47,859 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:59:47,859 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:47,862 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:59:47,862 INFO program/MainThread: stderr[17]: 2024-03-01 16:59:47,862 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:59:47,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 16:59:47,871 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,871 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:47,871 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:47,872 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:47,869 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f0ef205df10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f0ef2025670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:47,872 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:47,875 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:59:47,875 INFO program/MainThread: stderr[18]: 2024-03-01 16:59:47,875 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:59:47,878 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:59:47,879 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:59:47,879 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:47,890 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:47,904 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:59:47,905 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:59:47,908 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 16:59:47,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,913 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 16:59:47,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:47,916 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:59:47,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:47,926 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:59:47,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,933 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 16:59:47,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:47,935 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:59:47,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:59:47,945 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:47,945 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:59:47,948 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 16:59:47,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,953 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 16:59:47,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:47,955 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 16:59:47,958 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 16:59:47,960 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:47,963 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 16:59:47,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:47,965 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:59:50,904 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ipk803co/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 16:59:50,937 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:50,937 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 16:59:50,940 INFO program/MainThread: stdout[2]: 2024-03-01 16:59:50,940 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 16:59:50,940 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 16:59:50,940 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 16:59:50,944 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,944 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 16:59:50,948 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:50,948 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 16:59:50,951 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:50,951 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 16:59:50,953 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 16:59:50,953 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 16:59:50,961 INFO program/MainThread: stdout: 2024-03-01 16:59:50,962 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 16:59:50,962 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member e0GMWq-8BTs-AGxx-WVe6-CDh6-P26o-nye872 2024-03-01 16:59:50,962 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs be4f0043-15ee-4333-8740-4021bf534ef4 2024-03-01 16:59:50,962 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S 2024-03-01 16:59:50,962 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs be4f0043-15ee-4333-8740-4021bf534ef4 2024-03-01 16:59:50,962 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY 2024-03-01 16:59:50,962 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs be4f0043-15ee-4333-8740-4021bf534ef4 2024-03-01 16:59:50,962 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 16:59:50,962 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 16:59:50,962 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 16:59:50,962 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 16:59:50,962 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 16:59:50,962 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 16:59:50,962 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 16:59:50,962 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 16:59:50,962 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 16:59:50,962 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 16:59:50,962 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 16:59:50,962 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,962 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member e0GMWq-8BTs-AGxx-WVe6-CDh6-P26o-nye872 `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs be4f0043-15ee-4333-8740-4021bf534ef4 sdb 1073741824 root disk brw-rw---- LVM2_member 1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs be4f0043-15ee-4333-8740-4021bf534ef4 sdc 1073741824 root disk brw-rw---- LVM2_member nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs be4f0043-15ee-4333-8740-4021bf534ef4 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 16:59:50,962 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:50,963 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:50,963 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 16:59:50,963 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 16:59:50,963 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 16:59:50,963 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 16:59:50,964 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:50,975 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:50,988 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 16:59:50,992 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/wwn-0x60014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/lvm-pv-uuid-e0GMWq-8BTs-AGxx-WVe6-CDh6-P26o-nye872 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', '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': 'e0GMWq-8BTs-AGxx-WVe6-CDh6-P26o-nye872', 'ID_FS_UUID_ENC': 'e0GMWq-8BTs-AGxx-WVe6-CDh6-P26o-nye872', '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': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'ID_SERIAL': '360014057cf51c23445f40dfa6c25f805', 'ID_SERIAL_SHORT': '60014057cf51c23445f40dfa6c25f805', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cf51c234', 'ID_WWN_VENDOR_EXTENSION': '0x45f40dfa6c25f805', 'ID_WWN_WITH_EXTENSION': '0x60014057cf51c23445f40dfa6c25f805', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cf51c23445f40dfa6c25f805', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714898134'} ; 2024-03-01 16:59:50,992 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 16:59:50,993 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 16:59:51,025 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:51,025 INFO program/MainThread: stderr[3]: 2024-03-01 16:59:51,025 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 16:59:51,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:51,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:51,036 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 16:59:51,038 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 16:59:51,042 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 16:59:51,043 INFO blivet/MainThread: sda is a disk 2024-03-01 16:59:51,043 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 16:59:51,043 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 16:59:51,046 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 16:59:51,050 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 16:59:51,050 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 16:59:51,053 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 16:59:51,053 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 16:59:51,053 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 16:59:51,054 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c0efc8e0) -- 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 = 60014057cf51c23445f40dfa6c25f805 2024-03-01 16:59:51,057 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 16:59:51,060 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:51,060 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 16:59:51,063 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:51,063 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 16:59:51,067 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:51,067 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 16:59:51,070 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:51,070 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 16:59:51,073 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 16:59:51,073 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 16:59:51,073 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 16:59:51,106 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=e0GMWq-8BTs-AGxx-WVe6-CDh6-P26o-nye872 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 16:59:51,106 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S. WARNING: Couldn't find device with uuid nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY. WARNING: VG test_vg1 is missing PV 1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY (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 16:59:51,106 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 16:59:51,107 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 16:59:51,111 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: e0GMWq-8BTs-AGxx-WVe6-CDh6-P26o-nye872 ; label: None ; device: /dev/sda ; serial: 360014057cf51c23445f40dfa6c25f805 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 ; pe_start: 8 MiB ; 2024-03-01 16:59:51,111 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 16:59:51,114 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 16:59:51,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 ; incomplete: True ; hidden: False ; 2024-03-01 16:59:51,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:51,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:51,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:51,125 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 16:59:51,161 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 16:59:51,161 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S. WARNING: Couldn't find device with uuid nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY. WARNING: VG test_vg1 is missing PV 1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY (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 16:59:51,162 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 16:59:51,162 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 16:59:51,162 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 16:59:51,167 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 16:59:51,170 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:51,170 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 16:59:51,173 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 16:59:51,173 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 16:59:51,209 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:51,209 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S. WARNING: Couldn't find device with uuid nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY. WARNING: VG test_vg1 is missing PV 1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY (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 16:59:51,210 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 16:59:51,214 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 16:59:51,214 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 16:59:51,217 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 16:59:51,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 ; incomplete: True ; hidden: False ; 2024-03-01 16:59:51,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:59:51,222 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:59:51,222 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:51,226 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-36001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/wwn-0x6001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_bfdaa9be-a299-423f-892a-1b88db2554b9', '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': '1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S', 'ID_FS_UUID_ENC': '1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S', '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': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'ID_SERIAL': '36001405bfdaa9bea299423f892a1b88d', 'ID_SERIAL_SHORT': '6001405bfdaa9bea299423f892a1b88d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bfdaa9bea', 'ID_WWN_VENDOR_EXTENSION': '0x299423f892a1b88d', 'ID_WWN_WITH_EXTENSION': '0x6001405bfdaa9bea299423f892a1b88d', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bfdaa9bea299423f892a1b88d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714880349'} ; 2024-03-01 16:59:51,226 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 16:59:51,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:59:51,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:51,236 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 16:59:51,237 INFO blivet/MainThread: sdb is a disk 2024-03-01 16:59:51,237 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 16:59:51,237 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 16:59:51,240 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 16:59:51,243 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 16:59:51,243 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 16:59:51,246 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 16:59:51,246 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 16:59:51,246 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 16:59:51,247 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c061e250) -- 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 = 6001405bfdaa9bea299423f892a1b88d 2024-03-01 16:59:51,250 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 16:59:51,253 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:51,253 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 16:59:51,256 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:51,256 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 16:59:51,259 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:51,259 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 16:59:51,262 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:51,262 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 16:59:51,264 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 16:59:51,264 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 16:59:51,265 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 16:59:51,300 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=e0GMWq-8BTs-AGxx-WVe6-CDh6-P26o-nye872 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 16:59:51,301 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY. WARNING: VG test_vg1 is missing PV nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY (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 16:59:51,301 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 16:59:51,301 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 16:59:51,305 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S ; label: None ; device: /dev/sdb ; serial: 36001405bfdaa9bea299423f892a1b88d ; exists: True ; vg_name: test_vg1 ; vg_uuid: 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 ; pe_start: 8 MiB ; 2024-03-01 16:59:51,305 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 16:59:51,307 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 16:59:51,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 ; incomplete: True ; hidden: False ; 2024-03-01 16:59:51,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 16:59:51,316 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 16:59:51,319 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:51,321 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 16:59:51,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 ; incomplete: True ; hidden: False ; 2024-03-01 16:59:51,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:51,327 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 16:59:51,361 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:51,362 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY. WARNING: VG test_vg1 is missing PV nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY (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 16:59:51,362 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 16:59:51,362 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 16:59:51,362 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:51,366 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/wwn-0x60014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-360014051372a44c1af14aec911a838a7 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1372a44c-1af1-4aec-911a-838a73b1d70c', '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': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'ID_SERIAL': '360014051372a44c1af14aec911a838a7', 'ID_SERIAL_SHORT': '60014051372a44c1af14aec911a838a7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051372a44c1', 'ID_WWN_VENDOR_EXTENSION': '0xaf14aec911a838a7', 'ID_WWN_WITH_EXTENSION': '0x60014051372a44c1af14aec911a838a7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051372a44c1af14aec911a838a7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715410443'} ; 2024-03-01 16:59:51,366 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 16:59:51,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 16:59:51,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:51,377 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 16:59:51,378 INFO blivet/MainThread: sdk is a disk 2024-03-01 16:59:51,378 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 16:59:51,378 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 16:59:51,381 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 16:59:51,383 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 16:59:51,384 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 16:59:51,386 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 16:59:51,387 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 16:59:51,387 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 16:59:51,387 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c0596d00) -- 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 = 60014051372a44c1af14aec911a838a7 2024-03-01 16:59:51,390 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 16:59:51,390 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 16:59:51,393 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/scsi-36001405fb729fc8fd9847308990b0f84 ' '/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': 'fb729fc8-fd98-4730-8990-b0f849513593', 'ID_SERIAL': '36001405fb729fc8fd9847308990b0f84', 'ID_SERIAL_SHORT': '6001405fb729fc8fd9847308990b0f84', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb729fc8f', 'ID_WWN_VENDOR_EXTENSION': '0xd9847308990b0f84', 'ID_WWN_WITH_EXTENSION': '0x6001405fb729fc8fd9847308990b0f84', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb729fc8fd9847308990b0f84', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715443786'} ; 2024-03-01 16:59:51,393 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 16:59:51,396 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 16:59:51,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:51,404 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 16:59:51,404 INFO blivet/MainThread: sdl is a disk 2024-03-01 16:59:51,404 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 16:59:51,404 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 16:59:51,407 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 16:59:51,410 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 16:59:51,410 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 16:59:51,413 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 16:59:51,413 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 16:59:51,414 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 16:59:51,414 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c0e3aeb0) -- 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 = 6001405fb729fc8fd9847308990b0f84 2024-03-01 16:59:51,417 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 16:59:51,417 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 16:59:51,420 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY ' '/dev/disk/by-id/wwn-0x6001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/scsi-36001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', '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': 'nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY', 'ID_FS_UUID_ENC': 'nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY', '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': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'ID_SERIAL': '36001405f45dc9d5eb5d4232af322bc7b', 'ID_SERIAL_SHORT': '6001405f45dc9d5eb5d4232af322bc7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f45dc9d5e', 'ID_WWN_VENDOR_EXTENSION': '0xb5d4232af322bc7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f45dc9d5eb5d4232af322bc7b', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f45dc9d5eb5d4232af322bc7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714961596'} ; 2024-03-01 16:59:51,420 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 16:59:51,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:59:51,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:51,430 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 16:59:51,430 INFO blivet/MainThread: sdc is a disk 2024-03-01 16:59:51,431 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 16:59:51,431 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 16:59:51,433 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 16:59:51,436 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 16:59:51,436 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 16:59:51,439 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 16:59:51,439 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 16:59:51,440 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 16:59:51,440 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c05254c0) -- 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 = 6001405f45dc9d5eb5d4232af322bc7b 2024-03-01 16:59:51,443 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 16:59:51,446 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:51,446 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 16:59:51,449 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:51,449 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 16:59:51,452 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:51,452 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 16:59:51,455 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:51,455 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 16:59:51,458 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 16:59:51,458 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 16:59:51,458 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 16:59:51,491 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=e0GMWq-8BTs-AGxx-WVe6-CDh6-P26o-nye872 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=1C91hU-24f8-JiNL-G8ns-tsZE-acRm-7FbN1S LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 16:59:51,492 INFO program/MainThread: stderr[9]: 2024-03-01 16:59:51,492 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 16:59:51,492 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 16:59:51,495 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: nNFtey-jHZy-UVuC-Jemp-vs7R-wuLr-IwFNiY ; label: None ; device: /dev/sdc ; serial: 36001405f45dc9d5eb5d4232af322bc7b ; exists: True ; vg_name: test_vg1 ; vg_uuid: 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 ; pe_start: 8 MiB ; 2024-03-01 16:59:51,496 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 16:59:51,498 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 16:59:51,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 ; incomplete: True ; hidden: False ; 2024-03-01 16:59:51,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:51,507 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 16:59:51,510 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 16:59:51,513 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 16:59:51,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 ; incomplete: True ; hidden: False ; 2024-03-01 16:59:51,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:51,518 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 16:59:51,550 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 16:59:51,550 INFO program/MainThread: stderr[10]: 2024-03-01 16:59:51,550 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 16:59:51,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:51,556 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:51,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd ; incomplete: False ; hidden: False ; 2024-03-01 16:59:51,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 16:59:51,562 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 16:59:51,565 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:59:51,566 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 16:59:51,569 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:59:51,572 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:51,572 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:51,575 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 16:59:51,576 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 16:59:51,576 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 16:59:51,579 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:59:51,582 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 16:59:51,582 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 16:59:51,585 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 16:59:51,588 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:51,588 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:51,591 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 16:59:51,592 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 16:59:51,592 DEBUG blivet/MainThread: Adding test_vg1-lv1/2.98 GiB to test_vg1 2024-03-01 16:59:51,592 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 16:59:51,595 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:51,595 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 16:59:51,598 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 16:59:51,598 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 16:59:51,602 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/be4f0043-15ee-4333-8740-4021bf534ef4 ' '/dev/disk/by-id/dm-uuid-LVM-6rCQNCnt74TSjHxrrsQV1KTTP9BaFeC89L9wERQihw09zfnKArHMsVUC1t15yhPd', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '65', '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-6rCQNCnt74TSjHxrrsQV1KTTP9BaFeC89L9wERQihw09zfnKArHMsVUC1t15yhPd', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '780288', 'ID_FS_SIZE': '3128950784', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'be4f0043-15ee-4333-8740-4021bf534ef4', 'ID_FS_UUID_ENC': 'be4f0043-15ee-4333-8740-4021bf534ef4', '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': '1245145241'} ; 2024-03-01 16:59:51,602 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:59:51,602 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:51,605 INFO program/MainThread: stdout[11]: LVM 2024-03-01 16:59:51,605 INFO program/MainThread: stderr[11]: 2024-03-01 16:59:51,605 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 16:59:51,605 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:51,607 INFO program/MainThread: stdout[12]: LVM 2024-03-01 16:59:51,608 INFO program/MainThread: stderr[12]: 2024-03-01 16:59:51,608 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 16:59:51,608 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:51,610 INFO program/MainThread: stdout[13]: LVM 2024-03-01 16:59:51,610 INFO program/MainThread: stderr[13]: 2024-03-01 16:59:51,610 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 16:59:51,614 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:51,617 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 16:59:51,620 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:51,621 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:51,621 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:51,622 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:51,617 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:51,622 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:51,625 INFO program/MainThread: stdout[14]: LVM 2024-03-01 16:59:51,625 INFO program/MainThread: stderr[14]: 2024-03-01 16:59:51,625 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 16:59:51,628 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:59:51,632 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:51,632 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 16:59:51,635 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:51,635 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 16:59:51,638 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:51,638 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 16:59:51,641 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:51,641 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 16:59:51,643 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 16:59:51,643 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 16:59:51,646 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:51,646 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 16:59:51,649 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 16:59:51,649 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:51,650 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 16:59:51,653 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/wwn-0x6001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/scsi-36001405bdf1754409e440edb3fee6cb5', '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': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'ID_SERIAL': '36001405bdf1754409e440edb3fee6cb5', 'ID_SERIAL_SHORT': '6001405bdf1754409e440edb3fee6cb5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bdf175440', 'ID_WWN_VENDOR_EXTENSION': '0x9e440edb3fee6cb5', 'ID_WWN_WITH_EXTENSION': '0x6001405bdf1754409e440edb3fee6cb5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bdf1754409e440edb3fee6cb5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715001239'} ; 2024-03-01 16:59:51,653 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 16:59:51,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 16:59:51,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:51,664 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 16:59:51,664 INFO blivet/MainThread: sdd is a disk 2024-03-01 16:59:51,664 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 16:59:51,664 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 16:59:51,667 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 16:59:51,670 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 16:59:51,670 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 16:59:51,673 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 16:59:51,673 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 16:59:51,674 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 16:59:51,674 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c05e6820) -- 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 = 6001405bdf1754409e440edb3fee6cb5 2024-03-01 16:59:51,677 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 16:59:51,677 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 16:59:51,680 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-36001405612312a0b2d549c993d22f60a', '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': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'ID_SERIAL': '36001405612312a0b2d549c993d22f60a', 'ID_SERIAL_SHORT': '6001405612312a0b2d549c993d22f60a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405612312a0b', 'ID_WWN_VENDOR_EXTENSION': '0x2d549c993d22f60a', 'ID_WWN_WITH_EXTENSION': '0x6001405612312a0b2d549c993d22f60a', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405612312a0b2d549c993d22f60a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715062067'} ; 2024-03-01 16:59:51,680 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 16:59:51,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 16:59:51,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:51,690 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 16:59:51,691 INFO blivet/MainThread: sde is a disk 2024-03-01 16:59:51,691 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 16:59:51,691 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 16:59:51,694 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 16:59:51,696 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 16:59:51,697 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 16:59:51,699 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 16:59:51,700 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 16:59:51,700 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 16:59:51,700 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c0525940) -- 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 = 6001405612312a0b2d549c993d22f60a 2024-03-01 16:59:51,703 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 16:59:51,703 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 16:59:51,706 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-3600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/wwn-0x600140514e1c5412f2a4e3da52cb21dd', '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': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'ID_SERIAL': '3600140514e1c5412f2a4e3da52cb21dd', 'ID_SERIAL_SHORT': '600140514e1c5412f2a4e3da52cb21dd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140514e1c5412', 'ID_WWN_VENDOR_EXTENSION': '0xf2a4e3da52cb21dd', 'ID_WWN_WITH_EXTENSION': '0x600140514e1c5412f2a4e3da52cb21dd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140514e1c5412f2a4e3da52cb21dd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715143859'} ; 2024-03-01 16:59:51,706 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 16:59:51,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 16:59:51,712 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:51,717 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 16:59:51,717 INFO blivet/MainThread: sdf is a disk 2024-03-01 16:59:51,717 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 16:59:51,717 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 16:59:51,720 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 16:59:51,723 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 16:59:51,723 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 16:59:51,726 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 16:59:51,726 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 16:59:51,727 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 16:59:51,727 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c0525a30) -- 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 = 600140514e1c5412f2a4e3da52cb21dd 2024-03-01 16:59:51,730 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 16:59:51,730 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 16:59:51,733 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-36001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/wwn-0x6001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', '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': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'ID_SERIAL': '36001405a1a87cda68094b1e883b4f5fe', 'ID_SERIAL_SHORT': '6001405a1a87cda68094b1e883b4f5fe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a1a87cda6', 'ID_WWN_VENDOR_EXTENSION': '0x8094b1e883b4f5fe', 'ID_WWN_WITH_EXTENSION': '0x6001405a1a87cda68094b1e883b4f5fe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a1a87cda68094b1e883b4f5fe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715163740'} ; 2024-03-01 16:59:51,733 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 16:59:51,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 16:59:51,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:51,743 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 16:59:51,744 INFO blivet/MainThread: sdg is a disk 2024-03-01 16:59:51,744 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 16:59:51,744 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 16:59:51,747 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 16:59:51,750 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 16:59:51,750 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 16:59:51,753 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 16:59:51,753 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 16:59:51,753 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 16:59:51,753 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c05319d0) -- 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 = 6001405a1a87cda68094b1e883b4f5fe 2024-03-01 16:59:51,756 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 16:59:51,756 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 16:59:51,759 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/wwn-0x6001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/scsi-36001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f053e2f0-31db-4d2b-b88a-b5846a2cf28e', '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': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'ID_SERIAL': '36001405f053e2f031db4d2bb88ab5846', 'ID_SERIAL_SHORT': '6001405f053e2f031db4d2bb88ab5846', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f053e2f03', 'ID_WWN_VENDOR_EXTENSION': '0x1db4d2bb88ab5846', 'ID_WWN_WITH_EXTENSION': '0x6001405f053e2f031db4d2bb88ab5846', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f053e2f031db4d2bb88ab5846', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715228881'} ; 2024-03-01 16:59:51,759 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 16:59:51,762 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 16:59:51,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:51,770 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 16:59:51,770 INFO blivet/MainThread: sdh is a disk 2024-03-01 16:59:51,770 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 16:59:51,771 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 16:59:51,773 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 16:59:51,776 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 16:59:51,776 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 16:59:51,779 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 16:59:51,779 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 16:59:51,780 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 16:59:51,780 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c0531f10) -- 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 = 6001405f053e2f031db4d2bb88ab5846 2024-03-01 16:59:51,783 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 16:59:51,783 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 16:59:51,786 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-36001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/wwn-0x6001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c930cf56-6dc6-4509-be81-374525d1ff3b', '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': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'ID_SERIAL': '36001405c930cf566dc64509be8137452', 'ID_SERIAL_SHORT': '6001405c930cf566dc64509be8137452', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c930cf566', 'ID_WWN_VENDOR_EXTENSION': '0xdc64509be8137452', 'ID_WWN_WITH_EXTENSION': '0x6001405c930cf566dc64509be8137452', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c930cf566dc64509be8137452', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715277294'} ; 2024-03-01 16:59:51,786 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 16:59:51,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 16:59:51,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:51,796 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 16:59:51,797 INFO blivet/MainThread: sdi is a disk 2024-03-01 16:59:51,797 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 16:59:51,797 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 16:59:51,800 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 16:59:51,803 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 16:59:51,803 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 16:59:51,806 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 16:59:51,806 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 16:59:51,806 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 16:59:51,806 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c052fcd0) -- 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 = 6001405c930cf566dc64509be8137452 2024-03-01 16:59:51,809 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 16:59:51,809 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 16:59:51,812 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/wwn-0x60014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/scsi-360014051528b2f7fa1b4b0ea44f2b71d', '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': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'ID_SERIAL': '360014051528b2f7fa1b4b0ea44f2b71d', 'ID_SERIAL_SHORT': '60014051528b2f7fa1b4b0ea44f2b71d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051528b2f7f', 'ID_WWN_VENDOR_EXTENSION': '0xa1b4b0ea44f2b71d', 'ID_WWN_WITH_EXTENSION': '0x60014051528b2f7fa1b4b0ea44f2b71d', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051528b2f7fa1b4b0ea44f2b71d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715335966'} ; 2024-03-01 16:59:51,812 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 16:59:51,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 16:59:51,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:51,823 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 16:59:51,823 INFO blivet/MainThread: sdj is a disk 2024-03-01 16:59:51,823 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 16:59:51,823 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 16:59:51,826 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 16:59:51,829 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 16:59:51,829 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 16:59:51,832 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 16:59:51,832 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 16:59:51,833 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 16:59:51,833 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c0546e20) -- 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 = 60014051528b2f7fa1b4b0ea44f2b71d 2024-03-01 16:59:51,836 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 16:59:51,836 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 16:59:51,838 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': '12232267'} ; 2024-03-01 16:59:51,839 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 16:59:51,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:51,844 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:51,848 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 16:59:51,848 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 16:59:51,848 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 16:59:51,848 INFO blivet/MainThread: xvda is a disk 2024-03-01 16:59:51,848 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 16:59:51,848 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 16:59:51,851 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 16:59:51,854 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 16:59:51,854 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 16:59:51,857 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 16:59:51,857 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 16:59:51,857 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 16:59:51,857 INFO blivet/MainThread: got device: DiskDevice instance (0x7f05c0546430) -- 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 16:59:51,860 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 16:59:51,863 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:51,863 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 16:59:51,866 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:51,866 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 16:59:51,869 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:51,869 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 16:59:51,872 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:51,873 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 16:59:51,875 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 16:59:51,878 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 16:59:51,881 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 16:59:51,889 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 0x7f05c25b2f40> 2024-03-01 16:59:51,928 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 16:59:51,932 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 16:59:51,932 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 16:59:51,935 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': '12234224'} ; 2024-03-01 16:59:51,936 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 16:59:51,936 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 16:59:51,939 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:51,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:51,944 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 16:59:51,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:51,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:51,949 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:51,959 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:51,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:51,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 16:59:51,978 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 16:59:51,982 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 16:59:51,982 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 16:59:51,984 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 16:59:51,987 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 16:59:51,987 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 16:59:51,990 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:59:51,991 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:51,991 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 16:59:51,993 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 16:59:51,996 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 16:59:51,999 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 16:59:52,002 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 16:59:52,004 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 16:59:52,005 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 16:59:52,005 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 16:59:52,005 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 16:59:52,005 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f05c054cf70) -- 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 0x7f05c055b180> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 16:59:52,009 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 16:59:52,012 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 16:59:52,012 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 16:59:52,015 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 16:59:52,015 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 16:59:52,018 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:52,018 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 16:59:52,021 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 16:59:52,021 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 16:59:52,021 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 16:59:52,024 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 16:59:52,024 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 16:59:52,026 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 16:59:52,027 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 16:59:52,029 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/be4f0043-15ee-4333-8740-4021bf534ef4 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-6rCQNCnt74TSjHxrrsQV1KTTP9BaFeC89L9wERQihw09zfnKArHMsVUC1t15yhPd ' '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '65', '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-6rCQNCnt74TSjHxrrsQV1KTTP9BaFeC89L9wERQihw09zfnKArHMsVUC1t15yhPd', 'DM_VG_NAME': 'test_vg1', 'ID_FS_BLOCKSIZE': '4096', 'ID_FS_LASTBLOCK': '780288', 'ID_FS_SIZE': '3128950784', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'be4f0043-15ee-4333-8740-4021bf534ef4', 'ID_FS_UUID_ENC': 'be4f0043-15ee-4333-8740-4021bf534ef4', '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': '1245145241'} ; 2024-03-01 16:59:52,030 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 16:59:52,030 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:52,032 INFO program/MainThread: stdout[15]: LVM 2024-03-01 16:59:52,032 INFO program/MainThread: stderr[15]: 2024-03-01 16:59:52,033 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 16:59:52,033 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:52,035 INFO program/MainThread: stdout[16]: LVM 2024-03-01 16:59:52,035 INFO program/MainThread: stderr[16]: 2024-03-01 16:59:52,035 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 16:59:52,035 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:52,038 INFO program/MainThread: stdout[17]: LVM 2024-03-01 16:59:52,038 INFO program/MainThread: stderr[17]: 2024-03-01 16:59:52,038 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 16:59:52,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:52,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 16:59:52,046 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,047 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,047 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,048 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,044 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,048 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 16:59:52,051 INFO program/MainThread: stdout[18]: LVM 2024-03-01 16:59:52,051 INFO program/MainThread: stderr[18]: 2024-03-01 16:59:52,051 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 16:59:52,054 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 16:59:52,054 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 16:59:52,054 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,066 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,080 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 16:59:52,080 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 16:59:52,084 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 16:59:52,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:52,089 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 16:59:52,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:52,092 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 16:59:52,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:59:52,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:52,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 16:59:52,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:52,102 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 16:59:52,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 16:59:52,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:52,109 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 16:59:52,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:52,112 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 16:59:52,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:59:52,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:52,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 16:59:52,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:52,122 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 16:59:52,124 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 16:59:52,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:52,129 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 16:59:52,132 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:52,132 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 16:59:52,134 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 16:59:52,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 16:59:52,139 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 16:59:52,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 16:59:52,142 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 16:59:52,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:52,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:52,147 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 16:59:52,148 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:52,148 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:52,148 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:52,149 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:52,149 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:52,149 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:52,150 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:52,150 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:52,150 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:52,150 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:52,151 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:52,151 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 16:59:52,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 16:59:52,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 16:59:52,156 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 16:59:52,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 16:59:52,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 16:59:52,161 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 16:59:52,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 16:59:52,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 16:59:52,167 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 16:59:52,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 16:59:52,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 16:59:52,172 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 16:59:52,174 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,174 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,175 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,175 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,172 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,177 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,178 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,178 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,179 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,176 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,181 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,181 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,182 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,182 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,179 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,184 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,185 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,185 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,186 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,183 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,188 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,188 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,189 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,189 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,186 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,191 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,192 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,192 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,193 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,190 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,195 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,195 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,196 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,196 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,193 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,198 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,199 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,199 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,200 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,197 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,202 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,202 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,203 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,203 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,200 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,205 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,206 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,206 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,207 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,203 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,209 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,209 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,210 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,210 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,207 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,212 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,213 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,213 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,213 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,210 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,216 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,216 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,216 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,217 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,214 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,219 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,220 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,220 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,221 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,217 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,223 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,223 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,224 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,224 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,221 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,226 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,227 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,227 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,228 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,224 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,230 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,230 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,230 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,231 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,228 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,233 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,234 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,234 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,234 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,231 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,236 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,237 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,237 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,238 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,235 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,240 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,240 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,241 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,241 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,238 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,243 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,244 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,244 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,245 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,242 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,247 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,247 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,247 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,248 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,245 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,250 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,251 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,251 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,251 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,248 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,253 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,254 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,254 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,255 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,252 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,257 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,257 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,258 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,258 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,255 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,260 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,261 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,261 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,262 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,259 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,264 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,264 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,264 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,265 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,262 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,267 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,268 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,268 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,268 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,265 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,270 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,271 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,271 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,272 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,269 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,274 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,274 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,275 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,275 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,272 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,277 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,278 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,278 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,279 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,276 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,281 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,281 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,282 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 16:59:52,282 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 16:59:52,279 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f05c061ef10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9L9wER-Qihw-09zf-nKAr-HMsV-UC1t-15yhPd size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f05c05e6670) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 6rCQNC-nt74-TSjH-xrrs-QV1K-TTP9-BaFeC8 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 16:59:52,283 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 16:59:52,285 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 16:59:52,285 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:52,285 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 16:59:52,289 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 16:59:52,289 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:52,289 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 16:59:52,292 INFO program/MainThread: stdout[19]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 16:59:52,292 INFO program/MainThread: stderr[19]: 2024-03-01 16:59:52,292 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 16:59:52,296 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 16:59:52,296 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 16:59:52,296 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:52,297 DEBUG blivet.ansible/MainThread: ['sdc', 'sdb', 'sda', 'test_vg1'] 2024-03-01 16:59:52,297 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 16:59:52,299 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 16:59:52,300 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:52,302 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:59:52,305 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:59:52,308 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 16:59:52,308 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 16:59:52,308 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:59:52,308 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 16:59:52,308 DEBUG blivet/MainThread: removing sdc 2024-03-01 16:59:52,311 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:52,311 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:52,311 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 16:59:52,314 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 16:59:52,314 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:59:52,314 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 16:59:52,314 DEBUG blivet/MainThread: removing sdb 2024-03-01 16:59:52,316 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:52,316 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:52,317 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 16:59:52,319 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 16:59:52,319 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:59:52,319 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 16:59:52,319 DEBUG blivet/MainThread: removing sda 2024-03-01 16:59:52,322 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 16:59:52,322 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 16:59:52,322 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 16:59:52,325 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 16:59:52,325 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:59:52,325 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,337 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,350 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,361 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,377 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:59:52,377 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:52,377 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:52,377 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:59:52,378 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:59:52,378 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:59:52,378 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:59:52,378 INFO blivet/MainThread: pruning action queue... 2024-03-01 16:59:52,378 INFO blivet/MainThread: resetting parted disks... 2024-03-01 16:59:52,380 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:59:52,383 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 16:59:52,385 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 16:59:52,386 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 16:59:52,388 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:59:52,388 DEBUG blivet/MainThread: device xvda1 new parted_partition parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f05c0511540> 2024-03-01 16:59:52,388 INFO blivet/MainThread: sorting actions... 2024-03-01 16:59:52,389 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:52,389 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:52,389 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:59:52,389 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:59:52,390 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:59:52,390 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:59:52,390 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:52,393 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,395 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:59:52,396 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 16:59:52,402 INFO program/MainThread: stdout: 2024-03-01 16:59:52,402 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 16:59:52,402 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,402 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,417 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,417 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,429 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,430 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 16:59:52,433 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 16:59:52,437 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:59:52,440 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 16:59:52,443 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 16:59:52,446 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 16:59:52,446 INFO program/MainThread: Running [20] lvm lvchange -an test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 16:59:52,482 INFO program/MainThread: stdout[20]: 2024-03-01 16:59:52,483 INFO program/MainThread: stderr[20]: 2024-03-01 16:59:52,483 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 16:59:52,486 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:59:52,489 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,492 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:59:52,494 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,497 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:59:52,500 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,503 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:59:52,505 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 16:59:52,505 INFO program/MainThread: Running [21] lvm lvremove --yes test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 16:59:52,538 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 16:59:52,539 INFO program/MainThread: stderr[21]: 2024-03-01 16:59:52,539 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 16:59:52,540 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 16:59:52,546 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 16:59:52,554 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 16:59:52,565 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 16:59:52,570 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,577 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 16:59:52,583 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,589 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 16:59:52,591 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,594 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 16:59:52,597 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 16:59:52,597 INFO program/MainThread: Running [22] lvm vgreduce --removemissing --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 16:59:52,630 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 16:59:52,630 INFO program/MainThread: stderr[22]: 2024-03-01 16:59:52,630 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 16:59:52,631 INFO program/MainThread: Running [23] lvm vgchange -an test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 16:59:52,680 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 16:59:52,680 INFO program/MainThread: stderr[23]: 2024-03-01 16:59:52,680 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 16:59:52,680 INFO program/MainThread: Running [24] lvm vgremove --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 16:59:52,712 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 16:59:52,713 INFO program/MainThread: stderr[24]: 2024-03-01 16:59:52,713 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 16:59:52,714 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 16:59:52,720 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,730 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:59:52,735 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 16:59:52,735 INFO program/MainThread: Running [25] lvm pvremove --force --force --yes /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 16:59:52,776 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 16:59:52,776 INFO program/MainThread: stderr[25]: 2024-03-01 16:59:52,777 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 16:59:52,777 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 16:59:52,777 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,792 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,793 INFO program/MainThread: Running [26] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc ... 2024-03-01 16:59:52,800 INFO program/MainThread: stdout[26]: use_devicesfile=1 2024-03-01 16:59:52,800 INFO program/MainThread: stderr[26]: 2024-03-01 16:59:52,800 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 16:59:52,800 INFO program/MainThread: Running [27] lvmdevices --deldev /dev/sda ... 2024-03-01 16:59:52,814 INFO program/MainThread: stdout[27]: 2024-03-01 16:59:52,814 INFO program/MainThread: stderr[27]: 2024-03-01 16:59:52,814 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 16:59:52,814 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,826 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,826 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,838 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,839 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sdb (id 16) 2024-03-01 16:59:52,842 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,845 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:59:52,847 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 16:59:52,847 INFO program/MainThread: Running [28] lvm pvremove --force --force --yes /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdc ... 2024-03-01 16:59:52,876 INFO program/MainThread: stdout[28]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 16:59:52,876 INFO program/MainThread: stderr[28]: 2024-03-01 16:59:52,877 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 16:59:52,877 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 16:59:52,877 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,893 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,894 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 16:59:52,901 INFO program/MainThread: stdout[29]: use_devicesfile=1 2024-03-01 16:59:52,901 INFO program/MainThread: stderr[29]: 2024-03-01 16:59:52,901 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 16:59:52,901 INFO program/MainThread: Running [30] lvmdevices --deldev /dev/sdb ... 2024-03-01 16:59:52,914 INFO program/MainThread: stdout[30]: 2024-03-01 16:59:52,914 INFO program/MainThread: stderr[30]: 2024-03-01 16:59:52,914 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 16:59:52,914 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,926 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,926 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,936 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,937 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 16:59:52,940 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 16:59:52,943 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:59:52,945 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 16:59:52,945 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 16:59:52,971 INFO program/MainThread: stdout[31]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 16:59:52,972 INFO program/MainThread: stderr[31]: 2024-03-01 16:59:52,972 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 16:59:52,972 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 16:59:52,972 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:52,988 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:52,989 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 16:59:52,996 INFO program/MainThread: stdout[32]: use_devicesfile=1 2024-03-01 16:59:52,996 INFO program/MainThread: stderr[32]: 2024-03-01 16:59:52,996 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 16:59:52,996 INFO program/MainThread: Running [33] lvmdevices --deldev /dev/sdc ... 2024-03-01 16:59:53,009 INFO program/MainThread: stdout[33]: 2024-03-01 16:59:53,009 INFO program/MainThread: stderr[33]: 2024-03-01 16:59:53,009 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 16:59:53,009 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:53,020 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:53,021 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 16:59:53,032 DEBUG program/MainThread: Return code: 0 2024-03-01 16:59:53,037 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 16:59:53,037 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 0x7f05c0511630> 2024-03-01 17:00:00,795 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_4bo66rdc/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:00:03,876 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_iu5pldix/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:00:07,923 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ruustc22/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:00:07,958 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:00:07,958 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:00:07,961 INFO program/MainThread: stdout[2]: 2024-03-01 17:00:07,961 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 17:00:07,961 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:00:07,961 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:00:07,965 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:07,966 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:00:07,969 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:00:07,969 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:00:07,972 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:00:07,972 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:00:07,975 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:00:07,975 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:00:07,982 INFO program/MainThread: stdout: 2024-03-01 17:00:07,982 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:00:07,982 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:00:07,982 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:00:07,983 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:00:07,983 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:00:07,983 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:00:07,983 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:00:07,983 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:00:07,983 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:00:07,983 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:00:07,983 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:00:07,983 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:00:07,983 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:00:07,983 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:00:07,983 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:00:07,983 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:07,983 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 17:00:07,983 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:07,983 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:07,984 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:00:07,984 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:07,984 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:00:07,984 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:00:07,984 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:07,996 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:08,009 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:00:08,013 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/wwn-0x60014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/scsi-360014057cf51c23445f40dfa6c25f805', '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': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'ID_SERIAL': '360014057cf51c23445f40dfa6c25f805', 'ID_SERIAL_SHORT': '60014057cf51c23445f40dfa6c25f805', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cf51c234', 'ID_WWN_VENDOR_EXTENSION': '0x45f40dfa6c25f805', 'ID_WWN_WITH_EXTENSION': '0x60014057cf51c23445f40dfa6c25f805', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cf51c23445f40dfa6c25f805', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714898134'} ; 2024-03-01 17:00:08,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 17:00:08,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 17:00:08,039 INFO program/MainThread: stdout[3]: 2024-03-01 17:00:08,039 INFO program/MainThread: stderr[3]: 2024-03-01 17:00:08,040 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:00:08,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:00:08,046 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:08,050 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:00:08,052 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 17:00:08,057 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:00:08,057 INFO blivet/MainThread: sda is a disk 2024-03-01 17:00:08,057 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:00:08,058 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:00:08,061 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:00:08,064 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:00:08,064 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 17:00:08,067 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 17:00:08,067 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:00:08,068 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:00:08,068 INFO blivet/MainThread: got device: DiskDevice instance (0x7f496d37b880) -- 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 = 60014057cf51c23445f40dfa6c25f805 2024-03-01 17:00:08,071 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:00:08,071 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:00:08,074 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/wwn-0x6001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_bfdaa9be-a299-423f-892a-1b88db2554b9', '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': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'ID_SERIAL': '36001405bfdaa9bea299423f892a1b88d', 'ID_SERIAL_SHORT': '6001405bfdaa9bea299423f892a1b88d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bfdaa9bea', 'ID_WWN_VENDOR_EXTENSION': '0x299423f892a1b88d', 'ID_WWN_WITH_EXTENSION': '0x6001405bfdaa9bea299423f892a1b88d', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bfdaa9bea299423f892a1b88d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714880349'} ; 2024-03-01 17:00:08,074 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 17:00:08,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:00:08,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:08,085 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:00:08,086 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:00:08,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:00:08,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:00:08,089 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:00:08,091 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:00:08,092 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 17:00:08,095 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 17:00:08,095 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:00:08,095 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:00:08,095 INFO blivet/MainThread: got device: DiskDevice instance (0x7f496c264a00) -- 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 = 6001405bfdaa9bea299423f892a1b88d 2024-03-01 17:00:08,098 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:00:08,099 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:00:08,102 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/wwn-0x60014051372a44c1af14aec911a838a7 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', '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': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'ID_SERIAL': '360014051372a44c1af14aec911a838a7', 'ID_SERIAL_SHORT': '60014051372a44c1af14aec911a838a7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051372a44c1', 'ID_WWN_VENDOR_EXTENSION': '0xaf14aec911a838a7', 'ID_WWN_WITH_EXTENSION': '0x60014051372a44c1af14aec911a838a7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051372a44c1af14aec911a838a7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715410443'} ; 2024-03-01 17:00:08,102 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 17:00:08,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:00:08,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:08,112 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:00:08,113 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:00:08,113 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:00:08,113 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:00:08,116 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:00:08,119 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:00:08,119 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 17:00:08,122 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 17:00:08,122 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:00:08,122 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:00:08,122 INFO blivet/MainThread: got device: DiskDevice instance (0x7f496c264ac0) -- 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 = 60014051372a44c1af14aec911a838a7 2024-03-01 17:00:08,125 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:00:08,126 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:00:08,128 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/scsi-36001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/wwn-0x6001405fb729fc8fd9847308990b0f84', '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': 'fb729fc8-fd98-4730-8990-b0f849513593', 'ID_SERIAL': '36001405fb729fc8fd9847308990b0f84', 'ID_SERIAL_SHORT': '6001405fb729fc8fd9847308990b0f84', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb729fc8f', 'ID_WWN_VENDOR_EXTENSION': '0xd9847308990b0f84', 'ID_WWN_WITH_EXTENSION': '0x6001405fb729fc8fd9847308990b0f84', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb729fc8fd9847308990b0f84', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715443786'} ; 2024-03-01 17:00:08,128 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 17:00:08,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:00:08,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:08,139 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:00:08,139 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:00:08,140 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:00:08,140 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:00:08,142 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:00:08,145 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:00:08,145 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 17:00:08,148 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 17:00:08,148 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:00:08,149 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:00:08,149 INFO blivet/MainThread: got device: DiskDevice instance (0x7f496c29ef10) -- 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 = 6001405fb729fc8fd9847308990b0f84 2024-03-01 17:00:08,152 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:00:08,152 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:00:08,155 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/wwn-0x6001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/scsi-36001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', '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': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'ID_SERIAL': '36001405f45dc9d5eb5d4232af322bc7b', 'ID_SERIAL_SHORT': '6001405f45dc9d5eb5d4232af322bc7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f45dc9d5e', 'ID_WWN_VENDOR_EXTENSION': '0xb5d4232af322bc7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f45dc9d5eb5d4232af322bc7b', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f45dc9d5eb5d4232af322bc7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714961596'} ; 2024-03-01 17:00:08,155 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 17:00:08,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:00:08,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:08,165 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:00:08,166 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:00:08,166 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:00:08,166 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:00:08,168 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:00:08,171 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:00:08,171 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 17:00:08,174 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 17:00:08,175 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:00:08,175 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:00:08,175 INFO blivet/MainThread: got device: DiskDevice instance (0x7f496c22d370) -- 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 = 6001405f45dc9d5eb5d4232af322bc7b 2024-03-01 17:00:08,178 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:00:08,178 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:00:08,181 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/wwn-0x6001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/scsi-36001405bdf1754409e440edb3fee6cb5 ' '/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': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'ID_SERIAL': '36001405bdf1754409e440edb3fee6cb5', 'ID_SERIAL_SHORT': '6001405bdf1754409e440edb3fee6cb5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bdf175440', 'ID_WWN_VENDOR_EXTENSION': '0x9e440edb3fee6cb5', 'ID_WWN_WITH_EXTENSION': '0x6001405bdf1754409e440edb3fee6cb5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bdf1754409e440edb3fee6cb5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715001239'} ; 2024-03-01 17:00:08,181 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 17:00:08,184 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:00:08,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:08,191 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:00:08,192 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:00:08,192 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:00:08,192 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:00:08,195 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:00:08,198 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:00:08,198 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 17:00:08,200 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 17:00:08,201 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:00:08,201 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:00:08,201 INFO blivet/MainThread: got device: DiskDevice instance (0x7f496c264490) -- 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 = 6001405bdf1754409e440edb3fee6cb5 2024-03-01 17:00:08,204 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:00:08,204 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:00:08,207 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:612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/wwn-0x6001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/scsi-36001405612312a0b2d549c993d22f60a', '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': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'ID_SERIAL': '36001405612312a0b2d549c993d22f60a', 'ID_SERIAL_SHORT': '6001405612312a0b2d549c993d22f60a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405612312a0b', 'ID_WWN_VENDOR_EXTENSION': '0x2d549c993d22f60a', 'ID_WWN_WITH_EXTENSION': '0x6001405612312a0b2d549c993d22f60a', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405612312a0b2d549c993d22f60a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715062067'} ; 2024-03-01 17:00:08,207 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 17:00:08,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:00:08,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:08,218 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:00:08,218 INFO blivet/MainThread: sde is a disk 2024-03-01 17:00:08,218 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:00:08,218 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:00:08,221 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:00:08,224 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:00:08,224 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:00:08,227 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 17:00:08,227 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:00:08,227 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:00:08,228 INFO blivet/MainThread: got device: DiskDevice instance (0x7f496c225b80) -- 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 = 6001405612312a0b2d549c993d22f60a 2024-03-01 17:00:08,230 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:00:08,231 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:00:08,233 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/scsi-3600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/wwn-0x600140514e1c5412f2a4e3da52cb21dd', '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': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'ID_SERIAL': '3600140514e1c5412f2a4e3da52cb21dd', 'ID_SERIAL_SHORT': '600140514e1c5412f2a4e3da52cb21dd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140514e1c5412', 'ID_WWN_VENDOR_EXTENSION': '0xf2a4e3da52cb21dd', 'ID_WWN_WITH_EXTENSION': '0x600140514e1c5412f2a4e3da52cb21dd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140514e1c5412f2a4e3da52cb21dd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715143859'} ; 2024-03-01 17:00:08,234 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 17:00:08,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:00:08,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:08,244 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:00:08,245 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:00:08,245 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:00:08,245 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:00:08,247 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:00:08,250 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:00:08,250 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 17:00:08,253 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 17:00:08,253 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:00:08,254 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:00:08,254 INFO blivet/MainThread: got device: DiskDevice instance (0x7f496c225f40) -- 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 = 600140514e1c5412f2a4e3da52cb21dd 2024-03-01 17:00:08,257 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:00:08,257 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:00:08,260 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-36001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_a1a87cda-6809-4b1e-883b-4f5fe8349887', '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': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'ID_SERIAL': '36001405a1a87cda68094b1e883b4f5fe', 'ID_SERIAL_SHORT': '6001405a1a87cda68094b1e883b4f5fe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a1a87cda6', 'ID_WWN_VENDOR_EXTENSION': '0x8094b1e883b4f5fe', 'ID_WWN_WITH_EXTENSION': '0x6001405a1a87cda68094b1e883b4f5fe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a1a87cda68094b1e883b4f5fe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715163740'} ; 2024-03-01 17:00:08,260 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 17:00:08,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:00:08,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:08,270 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:00:08,270 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:00:08,271 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:00:08,271 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:00:08,273 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:00:08,276 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:00:08,277 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 17:00:08,279 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 17:00:08,280 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:00:08,280 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:00:08,280 INFO blivet/MainThread: got device: DiskDevice instance (0x7f496c235940) -- 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 = 6001405a1a87cda68094b1e883b4f5fe 2024-03-01 17:00:08,283 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:00:08,283 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:00:08,286 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/scsi-36001405f053e2f031db4d2bb88ab5846 ' '/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': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'ID_SERIAL': '36001405f053e2f031db4d2bb88ab5846', 'ID_SERIAL_SHORT': '6001405f053e2f031db4d2bb88ab5846', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f053e2f03', 'ID_WWN_VENDOR_EXTENSION': '0x1db4d2bb88ab5846', 'ID_WWN_WITH_EXTENSION': '0x6001405f053e2f031db4d2bb88ab5846', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f053e2f031db4d2bb88ab5846', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715228881'} ; 2024-03-01 17:00:08,286 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 17:00:08,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:00:08,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:08,296 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:00:08,297 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:00:08,297 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:00:08,297 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:00:08,300 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:00:08,302 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:00:08,303 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 17:00:08,305 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 17:00:08,306 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:00:08,306 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:00:08,306 INFO blivet/MainThread: got device: DiskDevice instance (0x7f496c235490) -- 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 = 6001405f053e2f031db4d2bb88ab5846 2024-03-01 17:00:08,309 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:00:08,309 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:00:08,312 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/wwn-0x6001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-36001405c930cf566dc64509be8137452', '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': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'ID_SERIAL': '36001405c930cf566dc64509be8137452', 'ID_SERIAL_SHORT': '6001405c930cf566dc64509be8137452', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c930cf566', 'ID_WWN_VENDOR_EXTENSION': '0xdc64509be8137452', 'ID_WWN_WITH_EXTENSION': '0x6001405c930cf566dc64509be8137452', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c930cf566dc64509be8137452', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715277294'} ; 2024-03-01 17:00:08,312 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 17:00:08,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:00:08,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:08,322 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:00:08,323 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:00:08,323 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:00:08,323 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:00:08,326 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:00:08,328 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:00:08,329 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 17:00:08,331 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 17:00:08,332 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:00:08,332 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:00:08,332 INFO blivet/MainThread: got device: DiskDevice instance (0x7f496c22d340) -- 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 = 6001405c930cf566dc64509be8137452 2024-03-01 17:00:08,335 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:00:08,335 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:00:08,338 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/wwn-0x60014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/scsi-360014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', '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': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'ID_SERIAL': '360014051528b2f7fa1b4b0ea44f2b71d', 'ID_SERIAL_SHORT': '60014051528b2f7fa1b4b0ea44f2b71d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051528b2f7f', 'ID_WWN_VENDOR_EXTENSION': '0xa1b4b0ea44f2b71d', 'ID_WWN_WITH_EXTENSION': '0x60014051528b2f7fa1b4b0ea44f2b71d', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051528b2f7fa1b4b0ea44f2b71d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715335966'} ; 2024-03-01 17:00:08,338 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 17:00:08,341 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:00:08,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:08,348 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:00:08,349 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:00:08,349 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:00:08,349 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:00:08,352 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:00:08,355 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:00:08,355 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 17:00:08,357 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 17:00:08,358 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:00:08,358 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:00:08,358 INFO blivet/MainThread: got device: DiskDevice instance (0x7f496c23a6d0) -- 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 = 60014051528b2f7fa1b4b0ea44f2b71d 2024-03-01 17:00:08,361 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:00:08,361 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:00:08,364 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': '12232267'} ; 2024-03-01 17:00:08,364 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:00:08,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:00:08,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:08,373 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:00:08,373 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:00:08,374 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:00:08,374 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:00:08,374 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:00:08,374 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:00:08,377 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:00:08,379 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:00:08,379 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:00:08,382 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:00:08,383 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:00:08,383 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:00:08,383 INFO blivet/MainThread: got device: DiskDevice instance (0x7f496c23d430) -- 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 17:00:08,386 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:00:08,389 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:00:08,389 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:00:08,392 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:00:08,392 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:00:08,395 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:08,395 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:00:08,398 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:08,398 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:00:08,401 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:00:08,404 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:08,407 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:00:08,413 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 0x7f496c248e00> 2024-03-01 17:00:08,451 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:00:08,455 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:00:08,455 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:00:08,459 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': '12234224'} ; 2024-03-01 17:00:08,459 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:00:08,459 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:00:08,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:08,464 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:08,467 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:00:08,470 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:08,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:08,472 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:08,485 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:08,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:00:08,505 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:00:08,505 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:00:08,508 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:00:08,509 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:00:08,511 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:00:08,514 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:00:08,514 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:00:08,517 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:00:08,517 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:00:08,518 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:00:08,520 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:00:08,523 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:00:08,526 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:00:08,528 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:00:08,531 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:00:08,532 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:00:08,532 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:00:08,532 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:00:08,532 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f496c242fa0) -- 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 0x7f496c2561d0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:00:08,535 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:00:08,538 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:00:08,538 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:00:08,541 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:00:08,541 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:00:08,544 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:08,544 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:00:08,547 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:08,547 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:00:08,549 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:00:08,549 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:00:08,552 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:08,552 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:00:08,555 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:00:08,555 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:00:08,555 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:08,567 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:08,580 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 17:00:08,581 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 17:00:08,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:00:08,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:08,589 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:00:08,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:08,592 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:00:08,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:00:08,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:08,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:00:08,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:08,602 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:00:08,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:00:08,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:08,609 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 17:00:08,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:08,612 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:00:08,614 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:00:08,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:08,619 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:00:08,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:08,621 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:00:08,624 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 17:00:08,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:08,629 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 17:00:08,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:08,631 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 17:00:08,633 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 17:00:08,636 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:08,638 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 17:00:08,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:08,641 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:00:08,641 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:00:08,641 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:00:08,641 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 17:00:08,641 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:00:08,641 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 17:00:08,641 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:00:08,641 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:00:08,642 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:00:11,582 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_agbmuvq1/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:00:11,615 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:00:11,616 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:00:11,618 INFO program/MainThread: stdout[2]: 2024-03-01 17:00:11,618 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 17:00:11,618 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:00:11,619 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:00:11,623 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:11,623 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:00:11,626 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:00:11,626 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:00:11,629 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:00:11,629 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:00:11,632 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:00:11,632 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:00:11,640 INFO program/MainThread: stdout: 2024-03-01 17:00:11,640 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:00:11,640 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:00:11,640 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:00:11,640 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:00:11,640 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:00:11,640 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:00:11,640 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:00:11,640 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:00:11,640 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:00:11,640 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:00:11,640 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:00:11,640 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:00:11,640 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:00:11,640 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:00:11,640 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:00:11,640 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:11,640 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 17:00:11,641 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:11,641 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:11,641 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:00:11,641 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:11,641 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:00:11,642 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:00:11,642 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:11,653 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:11,666 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:00:11,670 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-360014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/wwn-0x60014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_7cf51c23-445f-40df-a6c2-5f80572c63a5', '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': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'ID_SERIAL': '360014057cf51c23445f40dfa6c25f805', 'ID_SERIAL_SHORT': '60014057cf51c23445f40dfa6c25f805', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cf51c234', 'ID_WWN_VENDOR_EXTENSION': '0x45f40dfa6c25f805', 'ID_WWN_WITH_EXTENSION': '0x60014057cf51c23445f40dfa6c25f805', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cf51c23445f40dfa6c25f805', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714898134'} ; 2024-03-01 17:00:11,670 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 17:00:11,670 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 17:00:11,698 INFO program/MainThread: stdout[3]: 2024-03-01 17:00:11,698 INFO program/MainThread: stderr[3]: 2024-03-01 17:00:11,698 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:00:11,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:00:11,704 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:11,709 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:00:11,710 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 17:00:11,715 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:00:11,715 INFO blivet/MainThread: sda is a disk 2024-03-01 17:00:11,716 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:00:11,716 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:00:11,719 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:00:11,722 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:00:11,722 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 17:00:11,725 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 17:00:11,726 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:00:11,726 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:00:11,726 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc9b4fb6d0) -- 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 = 60014057cf51c23445f40dfa6c25f805 2024-03-01 17:00:11,729 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:00:11,729 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:00:11,733 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/wwn-0x6001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/scsi-36001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', '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': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'ID_SERIAL': '36001405bfdaa9bea299423f892a1b88d', 'ID_SERIAL_SHORT': '6001405bfdaa9bea299423f892a1b88d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bfdaa9bea', 'ID_WWN_VENDOR_EXTENSION': '0x299423f892a1b88d', 'ID_WWN_WITH_EXTENSION': '0x6001405bfdaa9bea299423f892a1b88d', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bfdaa9bea299423f892a1b88d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714880349'} ; 2024-03-01 17:00:11,733 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 17:00:11,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:00:11,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:11,743 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:00:11,744 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:00:11,744 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:00:11,744 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:00:11,747 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:00:11,750 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:00:11,750 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 17:00:11,753 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 17:00:11,753 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:00:11,753 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:00:11,753 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc9a3e4700) -- 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 = 6001405bfdaa9bea299423f892a1b88d 2024-03-01 17:00:11,756 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:00:11,757 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:00:11,760 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/scsi-360014051372a44c1af14aec911a838a7 ' '/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': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'ID_SERIAL': '360014051372a44c1af14aec911a838a7', 'ID_SERIAL_SHORT': '60014051372a44c1af14aec911a838a7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051372a44c1', 'ID_WWN_VENDOR_EXTENSION': '0xaf14aec911a838a7', 'ID_WWN_WITH_EXTENSION': '0x60014051372a44c1af14aec911a838a7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051372a44c1af14aec911a838a7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715410443'} ; 2024-03-01 17:00:11,760 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:00:11,762 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:00:11,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:11,770 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:00:11,771 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:00:11,771 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:00:11,771 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:00:11,774 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:00:11,777 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:00:11,777 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 17:00:11,780 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 17:00:11,780 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:00:11,780 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:00:11,780 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc9a3e4550) -- 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 = 60014051372a44c1af14aec911a838a7 2024-03-01 17:00:11,783 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:00:11,783 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:00:11,786 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/scsi-36001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/wwn-0x6001405fb729fc8fd9847308990b0f84', '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': 'fb729fc8-fd98-4730-8990-b0f849513593', 'ID_SERIAL': '36001405fb729fc8fd9847308990b0f84', 'ID_SERIAL_SHORT': '6001405fb729fc8fd9847308990b0f84', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb729fc8f', 'ID_WWN_VENDOR_EXTENSION': '0xd9847308990b0f84', 'ID_WWN_WITH_EXTENSION': '0x6001405fb729fc8fd9847308990b0f84', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb729fc8fd9847308990b0f84', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715443786'} ; 2024-03-01 17:00:11,786 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 17:00:11,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:00:11,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:11,797 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:00:11,797 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:00:11,797 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:00:11,798 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:00:11,800 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:00:11,803 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:00:11,803 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 17:00:11,806 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 17:00:11,806 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:00:11,807 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:00:11,807 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc9a41e4c0) -- 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 = 6001405fb729fc8fd9847308990b0f84 2024-03-01 17:00:11,810 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:00:11,810 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:00:11,813 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/scsi-36001405f45dc9d5eb5d4232af322bc7b', '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': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'ID_SERIAL': '36001405f45dc9d5eb5d4232af322bc7b', 'ID_SERIAL_SHORT': '6001405f45dc9d5eb5d4232af322bc7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f45dc9d5e', 'ID_WWN_VENDOR_EXTENSION': '0xb5d4232af322bc7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f45dc9d5eb5d4232af322bc7b', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f45dc9d5eb5d4232af322bc7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714961596'} ; 2024-03-01 17:00:11,813 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 17:00:11,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:00:11,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:11,823 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:00:11,823 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:00:11,823 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:00:11,824 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:00:11,826 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:00:11,829 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:00:11,829 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 17:00:11,832 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 17:00:11,832 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:00:11,833 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:00:11,833 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc9a3ad760) -- 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 = 6001405f45dc9d5eb5d4232af322bc7b 2024-03-01 17:00:11,836 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:00:11,836 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:00:11,839 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/wwn-0x6001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/scsi-36001405bdf1754409e440edb3fee6cb5', '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': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'ID_SERIAL': '36001405bdf1754409e440edb3fee6cb5', 'ID_SERIAL_SHORT': '6001405bdf1754409e440edb3fee6cb5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bdf175440', 'ID_WWN_VENDOR_EXTENSION': '0x9e440edb3fee6cb5', 'ID_WWN_WITH_EXTENSION': '0x6001405bdf1754409e440edb3fee6cb5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bdf1754409e440edb3fee6cb5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715001239'} ; 2024-03-01 17:00:11,839 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 17:00:11,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:00:11,844 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:11,849 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:00:11,850 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:00:11,850 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:00:11,850 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:00:11,852 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:00:11,855 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:00:11,855 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 17:00:11,858 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 17:00:11,858 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:00:11,859 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:00:11,859 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc9a3e44f0) -- 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 = 6001405bdf1754409e440edb3fee6cb5 2024-03-01 17:00:11,862 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:00:11,862 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:00:11,865 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-36001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/wwn-0x6001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', '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': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'ID_SERIAL': '36001405612312a0b2d549c993d22f60a', 'ID_SERIAL_SHORT': '6001405612312a0b2d549c993d22f60a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405612312a0b', 'ID_WWN_VENDOR_EXTENSION': '0x2d549c993d22f60a', 'ID_WWN_WITH_EXTENSION': '0x6001405612312a0b2d549c993d22f60a', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405612312a0b2d549c993d22f60a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715062067'} ; 2024-03-01 17:00:11,865 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:00:11,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:00:11,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:11,875 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:00:11,876 INFO blivet/MainThread: sde is a disk 2024-03-01 17:00:11,876 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:00:11,876 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:00:11,879 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:00:11,881 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:00:11,882 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:00:11,884 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 17:00:11,885 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:00:11,885 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:00:11,885 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc9a3a3790) -- 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 = 6001405612312a0b2d549c993d22f60a 2024-03-01 17:00:11,888 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:00:11,888 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:00:11,891 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/scsi-3600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', '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': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'ID_SERIAL': '3600140514e1c5412f2a4e3da52cb21dd', 'ID_SERIAL_SHORT': '600140514e1c5412f2a4e3da52cb21dd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140514e1c5412', 'ID_WWN_VENDOR_EXTENSION': '0xf2a4e3da52cb21dd', 'ID_WWN_WITH_EXTENSION': '0x600140514e1c5412f2a4e3da52cb21dd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140514e1c5412f2a4e3da52cb21dd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715143859'} ; 2024-03-01 17:00:11,891 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 17:00:11,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:00:11,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:11,901 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:00:11,902 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:00:11,902 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:00:11,902 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:00:11,905 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:00:11,907 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:00:11,908 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 17:00:11,910 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 17:00:11,911 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:00:11,911 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:00:11,911 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc9a3a3f10) -- 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 = 600140514e1c5412f2a4e3da52cb21dd 2024-03-01 17:00:11,914 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:00:11,914 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:00:11,917 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-id/wwn-0x6001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/scsi-36001405a1a87cda68094b1e883b4f5fe', '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': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'ID_SERIAL': '36001405a1a87cda68094b1e883b4f5fe', 'ID_SERIAL_SHORT': '6001405a1a87cda68094b1e883b4f5fe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a1a87cda6', 'ID_WWN_VENDOR_EXTENSION': '0x8094b1e883b4f5fe', 'ID_WWN_WITH_EXTENSION': '0x6001405a1a87cda68094b1e883b4f5fe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a1a87cda68094b1e883b4f5fe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715163740'} ; 2024-03-01 17:00:11,917 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 17:00:11,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:00:11,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:11,927 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:00:11,928 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:00:11,928 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:00:11,928 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:00:11,931 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:00:11,933 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:00:11,934 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 17:00:11,936 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 17:00:11,937 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:00:11,937 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:00:11,937 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc9a3b5be0) -- 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 = 6001405a1a87cda68094b1e883b4f5fe 2024-03-01 17:00:11,940 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:00:11,940 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:00:11,943 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-id/wwn-0x6001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/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': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'ID_SERIAL': '36001405f053e2f031db4d2bb88ab5846', 'ID_SERIAL_SHORT': '6001405f053e2f031db4d2bb88ab5846', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f053e2f03', 'ID_WWN_VENDOR_EXTENSION': '0x1db4d2bb88ab5846', 'ID_WWN_WITH_EXTENSION': '0x6001405f053e2f031db4d2bb88ab5846', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f053e2f031db4d2bb88ab5846', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715228881'} ; 2024-03-01 17:00:11,943 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 17:00:11,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:00:11,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:11,953 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:00:11,954 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:00:11,954 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:00:11,954 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:00:11,956 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:00:11,959 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:00:11,959 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 17:00:11,962 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 17:00:11,962 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:00:11,963 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:00:11,963 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc9a3b5dc0) -- 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 = 6001405f053e2f031db4d2bb88ab5846 2024-03-01 17:00:11,966 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:00:11,966 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:00:11,969 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/scsi-36001405c930cf566dc64509be8137452 ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/wwn-0x6001405c930cf566dc64509be8137452', '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': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'ID_SERIAL': '36001405c930cf566dc64509be8137452', 'ID_SERIAL_SHORT': '6001405c930cf566dc64509be8137452', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c930cf566', 'ID_WWN_VENDOR_EXTENSION': '0xdc64509be8137452', 'ID_WWN_WITH_EXTENSION': '0x6001405c930cf566dc64509be8137452', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c930cf566dc64509be8137452', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715277294'} ; 2024-03-01 17:00:11,969 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 17:00:11,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:00:11,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:11,979 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:00:11,980 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:00:11,980 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:00:11,980 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:00:11,982 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:00:11,985 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:00:11,985 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 17:00:11,988 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 17:00:11,988 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:00:11,989 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:00:11,989 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc9a3ad2e0) -- 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 = 6001405c930cf566dc64509be8137452 2024-03-01 17:00:11,992 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:00:11,992 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:00:11,995 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-360014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/wwn-0x60014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', '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': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'ID_SERIAL': '360014051528b2f7fa1b4b0ea44f2b71d', 'ID_SERIAL_SHORT': '60014051528b2f7fa1b4b0ea44f2b71d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051528b2f7f', 'ID_WWN_VENDOR_EXTENSION': '0xa1b4b0ea44f2b71d', 'ID_WWN_WITH_EXTENSION': '0x60014051528b2f7fa1b4b0ea44f2b71d', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051528b2f7fa1b4b0ea44f2b71d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715335966'} ; 2024-03-01 17:00:11,995 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 17:00:11,998 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:12,005 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:00:12,005 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:00:12,006 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:00:12,006 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:00:12,008 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:00:12,011 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:00:12,011 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 17:00:12,014 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 17:00:12,014 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:00:12,015 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:00:12,015 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc9a3ba1f0) -- 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 = 60014051528b2f7fa1b4b0ea44f2b71d 2024-03-01 17:00:12,018 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:00:12,018 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:00:12,020 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': '12232267'} ; 2024-03-01 17:00:12,021 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:00:12,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:12,030 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:00:12,030 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:00:12,030 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:00:12,030 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:00:12,030 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:00:12,030 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:00:12,033 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:00:12,036 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:00:12,036 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:00:12,038 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:00:12,039 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:00:12,039 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:00:12,039 INFO blivet/MainThread: got device: DiskDevice instance (0x7fdc9a3bd4c0) -- 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 17:00:12,042 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:00:12,045 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:00:12,046 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:00:12,049 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:00:12,049 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:00:12,052 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:12,052 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:00:12,055 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:12,055 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:00:12,057 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:00:12,060 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:12,063 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:00:12,069 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 0x7fdc9a3bb880> 2024-03-01 17:00:12,110 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:00:12,114 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:00:12,114 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:00:12,118 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': '12234224'} ; 2024-03-01 17:00:12,118 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:00:12,118 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:00:12,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:12,126 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:00:12,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:12,131 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:12,144 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:12,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:00:12,164 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:00:12,167 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:00:12,167 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:00:12,170 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:00:12,173 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:00:12,173 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:00:12,176 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:00:12,176 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:00:12,176 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:00:12,179 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:00:12,181 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:00:12,184 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:00:12,187 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:00:12,190 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:00:12,190 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:00:12,190 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:00:12,191 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:00:12,190 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fdc9a3c2fd0) -- 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 0x7fdc9cbbf4f0> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:00:12,194 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:00:12,197 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:00:12,197 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:00:12,200 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:00:12,200 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:00:12,203 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:12,203 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:00:12,206 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:00:12,206 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:00:12,207 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:00:12,207 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:00:12,210 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:12,210 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:00:12,213 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:00:12,213 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:00:12,213 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:12,225 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:12,238 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 17:00:12,239 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 17:00:12,242 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 17:00:12,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:12,247 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 17:00:12,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:12,249 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:00:12,252 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:12,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,259 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:12,259 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:00:12,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:12,267 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 17:00:12,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:12,269 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:00:12,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,274 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:12,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:12,279 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:00:12,282 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 17:00:12,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:12,286 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 17:00:12,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:12,289 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 17:00:12,291 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 17:00:12,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:12,296 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 17:00:12,299 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:12,299 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:00:12,301 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:12,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:12,309 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 17:00:12,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 17:00:12,314 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:00:12,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,319 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 17:00:12,319 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:00:12,322 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 17:00:12,324 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:00:12,327 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:00:12,327 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 17:00:12,327 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:00:12,330 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:00:12,330 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:00:12,333 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:00:12,333 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:00:12,336 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:00:12,336 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 17:00:12,336 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:00:12,339 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:00:12,339 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:00:12,341 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:00:12,341 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:00:12,344 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:00:12,344 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 17:00:12,344 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:00:12,347 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:00:12,347 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:00:12,350 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:00:12,350 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:00:12,351 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:00:12,354 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:00:12,357 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:00:12,360 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:00:12,363 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:00:12,367 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:00:12,370 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:00:12,371 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:00:12,373 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:00:12,374 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 17:00:12,374 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:00:12,378 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:12,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:12,385 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 17:00:12,386 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:00:12,386 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:00:12,387 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 17:00:12,387 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:00:12,387 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:00:12,390 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:12,390 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 17:00:12,392 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:12,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 17:00:12,396 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:00:12,399 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:00:12,399 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:00:12,402 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:00:12,405 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:00:12,408 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:00:12,411 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 17:00:12,411 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:00:12,412 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:00:12,412 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:00:12,412 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 17:00:12,415 INFO program/MainThread: stdout[4]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 17:00:12,415 INFO program/MainThread: stderr[4]: 2024-03-01 17:00:12,415 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:00:12,416 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 17:00:12,416 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:00:12,416 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:00:12,420 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 17:00:12,420 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:00:12,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:12,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:12,431 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 17:00:12,432 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:00:12,432 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:00:12,432 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 17:00:12,433 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:00:12,433 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:00:12,436 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:12,436 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 17:00:12,438 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:12,439 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:00:12,442 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:00:12,444 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:00:12,445 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 17:00:12,448 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:00:12,451 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:00:12,454 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:00:12,457 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 17:00:12,457 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:00:12,458 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:00:12,458 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:00:12,458 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 17:00:12,458 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:00:12,458 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 17:00:12,461 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 17:00:12,462 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:00:12,464 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,467 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:12,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:12,472 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 17:00:12,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 17:00:12,477 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 17:00:12,479 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 17:00:12,482 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 17:00:12,484 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 17:00:12,487 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 17:00:12,489 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:00:12,489 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 17:00:12,490 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:00:12,492 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:00:12,492 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:00:12,495 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:00:12,495 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:00:12,497 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:00:12,498 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 17:00:12,498 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 17:00:12,500 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:00:12,500 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:00:12,503 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:00:12,503 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:00:12,506 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:00:12,506 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 17:00:12,506 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 17:00:12,509 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:00:12,509 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:00:12,512 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:00:12,512 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:00:12,513 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 17:00:12,515 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:00:12,518 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:00:12,522 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:00:12,524 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:00:12,528 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:00:12,531 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:00:12,531 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 17:00:12,534 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:00:12,535 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 17:00:12,535 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:00:12,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:12,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:12,546 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 17:00:12,547 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:00:12,547 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:00:12,547 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 17:00:12,548 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:00:12,548 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:00:12,551 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:12,551 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 17:00:12,553 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:12,554 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 17:00:12,557 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:00:12,559 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:00:12,560 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 17:00:12,563 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:00:12,566 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:00:12,568 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:00:12,571 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 17:00:12,572 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:00:12,572 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:00:12,572 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:00:12,573 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 17:00:12,573 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:00:12,573 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:00:12,576 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 17:00:12,576 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:00:12,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:12,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:12,587 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 17:00:12,587 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:00:12,588 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:00:12,588 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 17:00:12,588 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:00:12,589 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:00:12,591 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:12,591 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 17:00:12,594 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:12,594 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 17:00:12,597 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:00:12,600 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:00:12,600 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:00:12,603 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:00:12,606 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:00:12,609 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:00:12,612 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 17:00:12,613 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:00:12,613 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:00:12,613 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:00:12,614 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 17:00:12,614 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:00:12,614 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 17:00:12,617 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 17:00:12,617 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:00:12,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,622 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:12,625 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:12,628 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 17:00:12,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 17:00:12,633 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 17:00:12,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 17:00:12,638 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 17:00:12,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 17:00:12,643 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 17:00:12,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,647 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 17:00:12,648 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 17:00:12,650 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:00:12,650 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 17:00:12,650 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 17:00:12,653 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:00:12,653 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:00:12,656 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:00:12,656 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:00:12,658 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:00:12,658 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 17:00:12,659 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 17:00:12,661 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:00:12,661 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:00:12,664 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:00:12,664 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:00:12,667 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:00:12,667 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 17:00:12,667 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 17:00:12,670 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:00:12,670 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:00:12,673 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:00:12,673 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:00:12,675 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:00:12,676 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:00:12,676 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:00:12,678 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:00:12,678 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:00:12,681 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:00:12,681 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:00:12,683 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 17:00:12,685 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:00:12,688 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:00:12,691 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:00:12,694 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:00:12,698 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:00:12,701 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:00:12,704 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:00:12,707 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:00:12,708 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 17:00:12,711 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:00:12,711 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 17:00:12,711 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:00:12,716 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:12,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:12,724 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 17:00:12,725 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:00:12,725 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:00:12,725 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 17:00:12,726 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:00:12,726 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:00:12,729 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:12,729 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 17:00:12,731 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:12,732 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 17:00:12,735 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:00:12,738 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:00:12,738 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:00:12,741 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:00:12,744 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:00:12,747 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:00:12,750 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 17:00:12,750 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:00:12,751 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:00:12,751 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:00:12,751 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 17:00:12,751 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:00:12,751 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 17:00:12,754 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 17:00:12,755 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:00:12,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,760 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:12,762 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:12,765 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 17:00:12,766 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:00:12,767 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:00:12,767 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 17:00:12,767 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:00:12,768 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:00:12,770 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:12,770 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 17:00:12,773 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:12,773 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 17:00:12,776 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:00:12,779 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:00:12,780 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 17:00:12,783 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:00:12,786 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:00:12,788 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:00:12,792 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 17:00:12,792 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:00:12,793 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:00:12,793 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:00:12,793 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 17:00:12,793 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:00:12,793 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:00:12,796 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 17:00:12,797 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:00:12,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:12,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:12,807 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 17:00:12,808 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:00:12,809 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:00:12,809 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 17:00:12,809 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:00:12,810 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:00:12,813 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:12,813 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 17:00:12,815 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:12,816 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:00:12,819 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:00:12,822 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:00:12,822 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 17:00:12,825 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:00:12,828 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:00:12,831 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:00:12,834 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 17:00:12,835 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:00:12,835 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:00:12,835 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:00:12,836 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 17:00:12,836 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:00:12,836 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 17:00:12,839 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 17:00:12,839 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:00:12,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:00:12,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:12,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:00:12,850 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 17:00:12,851 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:00:12,852 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:00:12,852 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 17:00:12,852 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:00:12,853 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:00:12,856 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:12,856 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 17:00:12,858 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:00:12,859 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:00:12,862 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:00:12,865 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:00:12,865 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 17:00:12,868 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:00:12,871 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:00:12,874 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:00:12,877 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 17:00:12,877 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:00:12,878 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:00:12,878 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:00:12,879 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 17:00:12,879 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:00:12,879 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 17:00:12,882 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 17:00:12,882 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:00:12,884 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:00:12,884 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:00:12,884 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:00:12,884 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:00:12,884 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:00:12,884 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:00:12,884 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:00:12,884 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:00:12,884 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:00:12,884 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:00:12,884 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:00:12,884 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:00:12,885 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:00:12,885 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:00:12,885 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:00:12,885 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:00:12,885 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:00:12,885 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:00:12,885 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:00:12,885 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:00:12,885 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:00:12,885 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:00:12,885 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:00:12,885 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:00:12,885 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:00:12,885 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:00:12,885 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:00:12,885 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:00:12,885 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:00:12,885 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:00:12,886 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:00:12,886 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:00:12,886 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:00:12,886 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:00:12,886 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:00:12,886 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:00:12,886 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:00:12,886 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:00:12,886 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:00:12,886 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:00:12,888 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:00:12,891 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:00:12,893 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:00:12,896 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:00:12,896 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:00:12,898 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:00:12,898 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 0x7fdc9a2fdea0> 2024-03-01 17:00:12,899 INFO blivet/MainThread: sorting actions... 2024-03-01 17:00:12,931 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:00:12,932 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:00:12,932 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:00:12,932 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:00:12,933 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:00:12,933 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:00:12,933 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:00:12,934 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:00:12,934 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:00:12,934 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:00:12,935 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:00:12,935 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:00:12,935 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:00:12,936 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:00:12,936 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:00:12,936 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:00:12,937 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:00:12,937 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:00:12,938 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:00:12,938 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:00:12,938 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:00:12,939 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:00:12,939 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:00:12,940 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:00:12,940 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:00:12,940 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:00:12,941 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:00:12,941 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:00:12,941 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:00:12,942 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:00:12,942 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:00:12,943 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:00:12,943 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:00:12,943 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:00:12,944 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:00:12,944 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:00:12,944 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:00:12,945 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:00:12,945 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:00:12,946 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:00:12,948 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:00:12,950 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 17:00:12,951 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 17:00:12,956 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:12,957 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:12,982 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:12,982 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:12,994 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:12,995 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:00:12,998 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:00:13,001 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 17:00:13,001 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 17:00:13,005 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,006 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,031 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,031 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,043 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,044 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:00:13,047 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:00:13,050 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 17:00:13,050 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 17:00:13,055 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,055 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,080 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,080 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,092 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,093 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:00:13,096 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:00:13,099 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 17:00:13,099 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 17:00:13,103 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,104 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,126 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,126 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,138 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,139 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:00:13,142 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:00:13,145 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 17:00:13,145 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 17:00:13,150 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,150 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,170 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,171 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,184 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,185 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:00:13,188 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:00:13,191 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 17:00:13,191 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 17:00:13,196 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,196 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,221 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,221 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,233 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,234 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:00:13,237 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:00:13,240 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 17:00:13,240 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 17:00:13,244 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,245 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,267 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,267 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,279 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,280 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:00:13,283 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:00:13,286 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 17:00:13,286 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 17:00:13,293 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,293 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,317 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,317 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,329 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,330 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:00:13,333 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:00:13,336 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 17:00:13,336 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 17:00:13,343 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,344 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,370 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,370 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,382 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,383 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:00:13,386 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:00:13,389 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 17:00:13,389 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 17:00:13,395 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,396 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,418 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,418 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,430 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,431 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:00:13,434 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:13,437 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:00:13,439 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:00:13,439 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:00:13,439 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:13,440 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:00:13,476 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 17:00:13,476 INFO program/MainThread: stderr[5]: 2024-03-01 17:00:13,477 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:00:13,477 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 17:00:13,487 INFO program/MainThread: stdout[6]: use_devicesfile=1 2024-03-01 17:00:13,487 INFO program/MainThread: stderr[6]: 2024-03-01 17:00:13,487 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:00:13,487 INFO program/MainThread: Running [7] lvmdevices --adddev /dev/sdj ... 2024-03-01 17:00:13,515 INFO program/MainThread: stdout[7]: 2024-03-01 17:00:13,515 INFO program/MainThread: stderr[7]: 2024-03-01 17:00:13,515 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:00:13,515 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdj 2024-03-01 17:00:13,516 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,528 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,532 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:00:13,532 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 17:00:13,533 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 17:00:13,542 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,542 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,563 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,563 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:00:13,567 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:13,570 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:00:13,572 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:00:13,572 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:00:13,572 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:13,572 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdi --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:00:13,602 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdi" successfully created. 2024-03-01 17:00:13,602 INFO program/MainThread: stderr[8]: 2024-03-01 17:00:13,602 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:00:13,602 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 17:00:13,617 INFO program/MainThread: stdout[9]: use_devicesfile=1 2024-03-01 17:00:13,617 INFO program/MainThread: stderr[9]: 2024-03-01 17:00:13,617 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:00:13,617 INFO program/MainThread: Running [10] lvmdevices --adddev /dev/sdi ... 2024-03-01 17:00:13,645 INFO program/MainThread: stdout[10]: 2024-03-01 17:00:13,646 INFO program/MainThread: stderr[10]: 2024-03-01 17:00:13,646 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:00:13,646 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdi 2024-03-01 17:00:13,646 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,656 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,660 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:00:13,660 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 17:00:13,661 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 17:00:13,670 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,670 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,691 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,691 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:00:13,695 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:13,698 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:00:13,700 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:00:13,700 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:00:13,700 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:13,700 INFO program/MainThread: Running [11] lvm pvcreate /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:00:13,732 INFO program/MainThread: stdout[11]: Physical volume "/dev/sdh" successfully created. 2024-03-01 17:00:13,733 INFO program/MainThread: stderr[11]: 2024-03-01 17:00:13,733 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:00:13,733 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 17:00:13,744 INFO program/MainThread: stdout[12]: use_devicesfile=1 2024-03-01 17:00:13,745 INFO program/MainThread: stderr[12]: 2024-03-01 17:00:13,745 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:00:13,745 INFO program/MainThread: Running [13] lvmdevices --adddev /dev/sdh ... 2024-03-01 17:00:13,772 INFO program/MainThread: stdout[13]: 2024-03-01 17:00:13,772 INFO program/MainThread: stderr[13]: 2024-03-01 17:00:13,772 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:00:13,772 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdh 2024-03-01 17:00:13,773 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,785 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,789 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:00:13,789 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 17:00:13,790 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 17:00:13,800 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,800 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,820 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,821 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:00:13,824 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:13,827 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:00:13,829 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:00:13,830 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:00:13,830 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:13,830 INFO program/MainThread: Running [14] lvm pvcreate /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:00:13,869 INFO program/MainThread: stdout[14]: Physical volume "/dev/sdg" successfully created. 2024-03-01 17:00:13,869 INFO program/MainThread: stderr[14]: 2024-03-01 17:00:13,869 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:00:13,869 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 17:00:13,877 INFO program/MainThread: stdout[15]: use_devicesfile=1 2024-03-01 17:00:13,877 INFO program/MainThread: stderr[15]: 2024-03-01 17:00:13,877 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:00:13,877 INFO program/MainThread: Running [16] lvmdevices --adddev /dev/sdg ... 2024-03-01 17:00:13,905 INFO program/MainThread: stdout[16]: 2024-03-01 17:00:13,905 INFO program/MainThread: stderr[16]: 2024-03-01 17:00:13,905 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:00:13,905 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdg 2024-03-01 17:00:13,905 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,914 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,917 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:00:13,918 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 17:00:13,919 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 17:00:13,927 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,928 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:13,951 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:13,951 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:00:13,955 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 17:00:13,958 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:00:13,960 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:13,963 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:00:13,966 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:13,968 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:00:13,971 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:13,973 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:00:13,976 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:13,979 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:00:13,981 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 17:00:13,981 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 17:00:14,043 INFO program/MainThread: stdout[17]: Volume group "test_vg3" successfully created 2024-03-01 17:00:14,044 INFO program/MainThread: stderr[17]: 2024-03-01 17:00:14,044 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:00:14,051 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:00:14,064 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:00:14,072 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,082 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:00:14,092 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,098 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:00:14,113 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,118 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:00:14,128 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,133 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:00:14,133 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,166 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,171 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:00:14,173 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:00:14,174 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,185 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,186 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 17:00:14,194 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,194 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,203 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,203 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:00:14,207 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 17:00:14,210 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 17:00:14,213 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:00:14,216 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:00:14,219 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,222 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:00:14,225 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,228 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:00:14,230 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,233 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:00:14,236 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,239 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:00:14,239 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,251 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,255 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:00:14,256 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 17:00:14,287 INFO program/MainThread: stdout[18]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 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 17:00:14,287 INFO program/MainThread: stderr[18]: 2024-03-01 17:00:14,287 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:00:14,291 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 17:00:14,291 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 17:00:14,361 INFO program/MainThread: stdout[19]: Logical volume "lv8" created. 2024-03-01 17:00:14,362 INFO program/MainThread: stderr[19]: 2024-03-01 17:00:14,362 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:00:14,373 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,388 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:00:14,388 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:00:14,388 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,419 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,423 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 17:00:14,424 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:00:14,425 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:00:14,433 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,434 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,449 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,449 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:00:14,453 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,456 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:00:14,459 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 17:00:14,459 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 17:00:14,621 INFO program/MainThread: stdout: 2024-03-01 17:00:14,621 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 17:00:14,621 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:00:14,621 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:00:14,621 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:00:14,621 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 17:00:14,621 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:00:14,621 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:00:14,621 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:00:14,621 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:00:14,622 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:00:14,622 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,622 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 17:00:14,635 INFO program/MainThread: stdout: 2024-03-01 17:00:14,635 INFO program/MainThread: writing all SBs 2024-03-01 17:00:14,635 INFO program/MainThread: new label = "" 2024-03-01 17:00:14,636 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,636 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,652 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,656 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:00:14,656 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:00:14,657 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:00:14,666 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,666 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,683 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,683 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:00:14,687 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 17:00:14,690 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 17:00:14,693 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,693 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 17:00:14,729 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 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 17:00:14,729 INFO program/MainThread: stderr[20]: 2024-03-01 17:00:14,729 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:00:14,733 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 17:00:14,733 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 17:00:14,794 INFO program/MainThread: stdout[21]: Logical volume "lv7" created. 2024-03-01 17:00:14,794 INFO program/MainThread: stderr[21]: 2024-03-01 17:00:14,794 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:00:14,806 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,814 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:00:14,814 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:00:14,814 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,849 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,853 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 17:00:14,854 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:00:14,855 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 17:00:14,863 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,864 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:14,879 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:14,879 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:00:14,883 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:14,886 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:00:14,889 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 17:00:14,889 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 17:00:15,652 INFO program/MainThread: stdout: 2024-03-01 17:00:15,652 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 17:00:15,652 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:00:15,652 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:00:15,652 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:00:15,652 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 17:00:15,652 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:00:15,652 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:00:15,652 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:00:15,652 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:00:15,652 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:00:15,652 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:15,653 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 17:00:15,670 INFO program/MainThread: stdout: 2024-03-01 17:00:15,670 INFO program/MainThread: writing all SBs 2024-03-01 17:00:15,670 INFO program/MainThread: new label = "" 2024-03-01 17:00:15,670 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:15,671 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:15,687 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:15,691 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:00:15,691 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:00:15,692 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 17:00:15,701 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:15,701 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:15,717 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:15,717 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:00:15,721 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 17:00:15,725 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 17:00:15,728 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:15,728 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 17:00:15,760 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 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 17:00:15,760 INFO program/MainThread: stderr[22]: 2024-03-01 17:00:15,760 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:00:15,764 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 17:00:15,764 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 17:00:15,824 INFO program/MainThread: stdout[23]: Logical volume "lv6" created. 2024-03-01 17:00:15,825 INFO program/MainThread: stderr[23]: 2024-03-01 17:00:15,825 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:00:15,835 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:15,843 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:00:15,843 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:00:15,844 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:15,883 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:15,889 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 17:00:15,890 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:00:15,890 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 17:00:15,899 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:15,899 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:15,915 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:15,916 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:00:15,919 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:15,922 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:00:15,924 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 17:00:15,925 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 17:00:16,757 INFO program/MainThread: stdout: 2024-03-01 17:00:16,757 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 17:00:16,757 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:00:16,757 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:00:16,758 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:00:16,758 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 17:00:16,758 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:00:16,758 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:00:16,758 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:00:16,758 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:00:16,758 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:00:16,758 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:16,758 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 17:00:16,771 INFO program/MainThread: stdout: 2024-03-01 17:00:16,772 INFO program/MainThread: writing all SBs 2024-03-01 17:00:16,772 INFO program/MainThread: new label = "" 2024-03-01 17:00:16,772 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:16,772 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:16,789 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:16,793 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:00:16,793 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:00:16,794 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 17:00:16,803 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:16,803 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:16,819 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:16,819 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:00:16,823 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 17:00:16,826 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 17:00:16,829 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:16,829 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 17:00:16,863 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 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 17:00:16,864 INFO program/MainThread: stderr[24]: 2024-03-01 17:00:16,864 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:00:16,868 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 17:00:16,868 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 17:00:16,926 INFO program/MainThread: stdout[25]: Logical volume "lv5" created. 2024-03-01 17:00:16,926 INFO program/MainThread: stderr[25]: 2024-03-01 17:00:16,926 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:00:16,934 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:16,940 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:00:16,940 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:00:16,940 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:16,985 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:16,999 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 17:00:16,999 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:00:17,000 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 17:00:17,009 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:17,009 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:17,025 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:17,026 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:00:17,029 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:17,032 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:00:17,034 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 17:00:17,035 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 17:00:17,839 INFO program/MainThread: stdout: 2024-03-01 17:00:17,840 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 17:00:17,840 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:00:17,840 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:00:17,840 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:00:17,840 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 17:00:17,840 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:00:17,840 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:00:17,840 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:00:17,840 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:00:17,840 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:00:17,840 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:17,841 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 17:00:17,855 INFO program/MainThread: stdout: 2024-03-01 17:00:17,855 INFO program/MainThread: writing all SBs 2024-03-01 17:00:17,855 INFO program/MainThread: new label = "" 2024-03-01 17:00:17,855 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:17,855 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:17,871 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:17,875 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:00:17,875 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:00:17,876 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 17:00:17,885 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:17,886 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:17,902 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:17,902 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:00:17,906 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:17,909 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:00:17,911 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:00:17,911 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:00:17,911 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:17,911 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdf --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:00:17,949 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdf" successfully created. 2024-03-01 17:00:17,949 INFO program/MainThread: stderr[26]: 2024-03-01 17:00:17,949 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:00:17,950 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 17:00:17,958 INFO program/MainThread: stdout[27]: use_devicesfile=1 2024-03-01 17:00:17,958 INFO program/MainThread: stderr[27]: 2024-03-01 17:00:17,958 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:00:17,958 INFO program/MainThread: Running [28] lvmdevices --adddev /dev/sdf ... 2024-03-01 17:00:17,986 INFO program/MainThread: stdout[28]: 2024-03-01 17:00:17,986 INFO program/MainThread: stderr[28]: 2024-03-01 17:00:17,986 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:00:17,986 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdf 2024-03-01 17:00:17,987 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:17,995 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:17,999 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:00:17,999 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 17:00:18,000 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 17:00:18,008 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:18,009 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:18,028 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:18,029 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:00:18,032 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:18,035 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:00:18,037 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:00:18,037 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:00:18,037 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:18,038 INFO program/MainThread: Running [29] lvm pvcreate /dev/sde --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:00:18,076 INFO program/MainThread: stdout[29]: Physical volume "/dev/sde" successfully created. 2024-03-01 17:00:18,076 INFO program/MainThread: stderr[29]: 2024-03-01 17:00:18,076 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:00:18,077 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 17:00:18,085 INFO program/MainThread: stdout[30]: use_devicesfile=1 2024-03-01 17:00:18,086 INFO program/MainThread: stderr[30]: 2024-03-01 17:00:18,086 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:00:18,086 INFO program/MainThread: Running [31] lvmdevices --adddev /dev/sde ... 2024-03-01 17:00:18,115 INFO program/MainThread: stdout[31]: 2024-03-01 17:00:18,115 INFO program/MainThread: stderr[31]: 2024-03-01 17:00:18,115 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:00:18,115 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sde 2024-03-01 17:00:18,116 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:18,127 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:18,131 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:00:18,131 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 17:00:18,132 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 17:00:18,141 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:18,141 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:18,162 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:18,162 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:00:18,166 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:18,168 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:00:18,171 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:00:18,171 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:00:18,171 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:18,171 INFO program/MainThread: Running [32] lvm pvcreate /dev/sdd --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:00:18,211 INFO program/MainThread: stdout[32]: Physical volume "/dev/sdd" successfully created. 2024-03-01 17:00:18,211 INFO program/MainThread: stderr[32]: 2024-03-01 17:00:18,212 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:00:18,212 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 17:00:18,221 INFO program/MainThread: stdout[33]: use_devicesfile=1 2024-03-01 17:00:18,221 INFO program/MainThread: stderr[33]: 2024-03-01 17:00:18,221 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:00:18,221 INFO program/MainThread: Running [34] lvmdevices --adddev /dev/sdd ... 2024-03-01 17:00:18,249 INFO program/MainThread: stdout[34]: 2024-03-01 17:00:18,249 INFO program/MainThread: stderr[34]: 2024-03-01 17:00:18,249 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:00:18,249 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdd 2024-03-01 17:00:18,249 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:18,261 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:18,265 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:00:18,265 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 17:00:18,266 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 17:00:18,275 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:18,275 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:18,295 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:18,295 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:00:18,298 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 17:00:18,301 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:00:18,304 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:18,306 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:00:18,309 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:18,311 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:00:18,314 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:18,317 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:00:18,319 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 17:00:18,319 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 17:00:18,371 INFO program/MainThread: stdout[35]: Volume group "test_vg2" successfully created 2024-03-01 17:00:18,372 INFO program/MainThread: stderr[35]: 2024-03-01 17:00:18,372 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:00:18,381 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:00:18,387 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:00:18,398 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:18,406 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:00:18,409 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:18,411 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:00:18,414 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:18,417 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:00:18,417 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:18,429 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:18,433 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:00:18,436 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:00:18,436 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:18,443 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:18,444 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 17:00:18,451 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:18,452 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:18,462 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:18,462 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:00:18,466 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 17:00:18,469 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 17:00:18,472 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:00:18,475 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:00:18,478 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:18,480 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:00:18,484 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:18,486 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:00:18,489 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:18,492 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:00:18,492 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:18,504 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:18,508 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:00:18,508 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 17:00:18,541 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv 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 17:00:18,541 INFO program/MainThread: stderr[36]: 2024-03-01 17:00:18,541 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:00:18,545 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 17:00:18,545 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 17:00:18,639 INFO program/MainThread: stdout[37]: Logical volume "lv4" created. 2024-03-01 17:00:18,639 INFO program/MainThread: stderr[37]: 2024-03-01 17:00:18,639 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:00:18,650 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:18,657 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:00:18,657 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:00:18,657 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:18,685 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:18,690 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 17:00:18,690 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:00:18,691 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 17:00:18,700 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:18,700 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:18,716 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:18,716 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:00:18,720 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:18,723 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:00:18,725 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 17:00:18,726 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 17:00:18,922 INFO program/MainThread: stdout: 2024-03-01 17:00:18,922 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 17:00:18,922 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:00:18,923 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:00:18,923 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:00:18,923 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 17:00:18,923 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:00:18,923 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:00:18,923 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:00:18,923 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:00:18,923 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:00:18,923 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:18,923 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 17:00:18,936 INFO program/MainThread: stdout: 2024-03-01 17:00:18,936 INFO program/MainThread: writing all SBs 2024-03-01 17:00:18,937 INFO program/MainThread: new label = "" 2024-03-01 17:00:18,937 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:18,937 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:18,953 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:18,957 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:00:18,957 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:00:18,958 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 17:00:18,967 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:18,967 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:18,983 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:18,984 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:00:18,987 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 17:00:18,990 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 17:00:18,993 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:18,993 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 17:00:19,026 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv 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 17:00:19,027 INFO program/MainThread: stderr[38]: 2024-03-01 17:00:19,027 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:00:19,030 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 17:00:19,031 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 17:00:19,088 INFO program/MainThread: stdout[39]: Logical volume "lv3" created. 2024-03-01 17:00:19,088 INFO program/MainThread: stderr[39]: 2024-03-01 17:00:19,088 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:00:19,102 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:19,112 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:00:19,112 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:00:19,112 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:19,142 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:19,146 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 17:00:19,147 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:00:19,147 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 17:00:19,156 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:19,157 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:19,172 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:19,172 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:00:19,176 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:19,179 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:00:19,181 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 17:00:19,182 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 17:00:20,004 INFO program/MainThread: stdout: 2024-03-01 17:00:20,004 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 17:00:20,004 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:00:20,004 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:00:20,004 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:00:20,004 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 17:00:20,004 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:00:20,004 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:00:20,004 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:00:20,004 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:00:20,004 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:00:20,004 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:20,005 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 17:00:20,018 INFO program/MainThread: stdout: 2024-03-01 17:00:20,018 INFO program/MainThread: writing all SBs 2024-03-01 17:00:20,018 INFO program/MainThread: new label = "" 2024-03-01 17:00:20,018 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:20,019 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:20,034 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:20,038 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:00:20,038 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:00:20,039 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 17:00:20,047 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:20,048 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:20,063 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:20,063 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:00:20,067 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:20,069 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:00:20,072 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:00:20,072 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:00:20,072 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:20,072 INFO program/MainThread: Running [40] lvm pvcreate /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:00:20,110 INFO program/MainThread: stdout[40]: Physical volume "/dev/sdc" successfully created. 2024-03-01 17:00:20,111 INFO program/MainThread: stderr[40]: 2024-03-01 17:00:20,111 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:00:20,111 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 17:00:20,121 INFO program/MainThread: stdout[41]: use_devicesfile=1 2024-03-01 17:00:20,121 INFO program/MainThread: stderr[41]: 2024-03-01 17:00:20,121 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:00:20,121 INFO program/MainThread: Running [42] lvmdevices --adddev /dev/sdc ... 2024-03-01 17:00:20,148 INFO program/MainThread: stdout[42]: 2024-03-01 17:00:20,148 INFO program/MainThread: stderr[42]: 2024-03-01 17:00:20,148 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:00:20,148 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdc 2024-03-01 17:00:20,149 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:20,161 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:20,165 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:00:20,165 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 17:00:20,166 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 17:00:20,174 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:20,175 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:20,195 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:20,195 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:00:20,199 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:20,201 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:00:20,204 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:00:20,204 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:00:20,205 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:20,205 INFO program/MainThread: Running [43] lvm pvcreate /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:00:20,243 INFO program/MainThread: stdout[43]: Physical volume "/dev/sdb" successfully created. 2024-03-01 17:00:20,243 INFO program/MainThread: stderr[43]: 2024-03-01 17:00:20,244 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:00:20,244 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 17:00:20,253 INFO program/MainThread: stdout[44]: use_devicesfile=1 2024-03-01 17:00:20,253 INFO program/MainThread: stderr[44]: 2024-03-01 17:00:20,253 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:00:20,253 INFO program/MainThread: Running [45] lvmdevices --adddev /dev/sdb ... 2024-03-01 17:00:20,281 INFO program/MainThread: stdout[45]: 2024-03-01 17:00:20,281 INFO program/MainThread: stderr[45]: 2024-03-01 17:00:20,281 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:00:20,281 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sdb 2024-03-01 17:00:20,281 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:20,293 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:20,297 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:00:20,297 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 17:00:20,298 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 17:00:20,307 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:20,307 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:20,329 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:20,329 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:00:20,333 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:20,335 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:00:20,338 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:00:20,338 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:00:20,338 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:00:20,338 INFO program/MainThread: Running [46] lvm pvcreate /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:00:20,378 INFO program/MainThread: stdout[46]: Physical volume "/dev/sda" successfully created. 2024-03-01 17:00:20,378 INFO program/MainThread: stderr[46]: 2024-03-01 17:00:20,379 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:00:20,379 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 17:00:20,388 INFO program/MainThread: stdout[47]: use_devicesfile=1 2024-03-01 17:00:20,389 INFO program/MainThread: stderr[47]: 2024-03-01 17:00:20,389 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:00:20,389 INFO program/MainThread: Running [48] lvmdevices --adddev /dev/sda ... 2024-03-01 17:00:20,416 INFO program/MainThread: stdout[48]: 2024-03-01 17:00:20,416 INFO program/MainThread: stderr[48]: 2024-03-01 17:00:20,416 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:00:20,416 DEBUG blivet/MainThread: lvm filter: restoring the lvm devices list to /dev/sda 2024-03-01 17:00:20,417 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:20,428 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:20,432 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:00:20,432 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 17:00:20,433 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 17:00:20,441 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:20,442 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:20,465 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:20,465 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:00:20,469 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 17:00:20,471 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:00:20,474 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:20,477 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:00:20,479 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:20,482 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:00:20,485 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:20,487 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:00:20,490 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 17:00:20,490 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 17:00:20,545 INFO program/MainThread: stdout[49]: Volume group "test_vg1" successfully created 2024-03-01 17:00:20,545 INFO program/MainThread: stderr[49]: 2024-03-01 17:00:20,546 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:00:20,562 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:00:20,567 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:00:20,572 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:20,575 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:00:20,577 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:20,580 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:00:20,583 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:20,586 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:00:20,586 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:20,598 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:20,602 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:00:20,605 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:00:20,605 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:20,616 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:20,617 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 17:00:20,624 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:20,625 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:20,636 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:20,636 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:00:20,640 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 17:00:20,643 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 17:00:20,646 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:00:20,649 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:00:20,651 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:20,654 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:00:20,657 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:20,660 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:00:20,663 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:20,666 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:00:20,666 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:20,678 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:20,682 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:00:20,682 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 17:00:20,718 INFO program/MainThread: stdout[50]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY 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 17:00:20,718 INFO program/MainThread: stderr[50]: 2024-03-01 17:00:20,718 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 17:00:20,722 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 17:00:20,722 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 17:00:20,784 INFO program/MainThread: stdout[51]: Logical volume "lv2" created. 2024-03-01 17:00:20,784 INFO program/MainThread: stderr[51]: 2024-03-01 17:00:20,784 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 17:00:20,794 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:20,802 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:00:20,803 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:00:20,803 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:20,821 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:20,827 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 17:00:20,827 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:00:20,828 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 17:00:20,837 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:20,837 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:20,851 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:20,851 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:00:20,855 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:20,858 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:00:20,860 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 17:00:20,861 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 17:00:21,130 INFO program/MainThread: stdout: 2024-03-01 17:00:21,130 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 17:00:21,130 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:00:21,130 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:00:21,130 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:00:21,131 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 17:00:21,131 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:00:21,131 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:00:21,131 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:00:21,131 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:00:21,131 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:00:21,131 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:21,131 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 17:00:21,145 INFO program/MainThread: stdout: 2024-03-01 17:00:21,145 INFO program/MainThread: writing all SBs 2024-03-01 17:00:21,145 INFO program/MainThread: new label = "" 2024-03-01 17:00:21,145 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:21,145 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:21,161 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:21,165 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:00:21,165 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:00:21,166 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 17:00:21,175 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:21,175 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:21,190 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:21,190 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:00:21,194 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 17:00:21,197 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 17:00:21,200 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:21,200 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 17:00:21,232 INFO program/MainThread: stdout[52]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY 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 17:00:21,233 INFO program/MainThread: stderr[52]: 2024-03-01 17:00:21,233 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 17:00:21,237 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 17:00:21,237 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 17:00:21,297 INFO program/MainThread: stdout[53]: Logical volume "lv1" created. 2024-03-01 17:00:21,298 INFO program/MainThread: stderr[53]: 2024-03-01 17:00:21,298 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 17:00:21,308 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:21,314 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:00:21,315 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:00:21,315 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:21,346 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:21,350 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 17:00:21,351 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:00:21,351 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 17:00:21,360 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:21,360 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:21,375 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:21,375 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:00:21,379 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:00:21,382 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:00:21,384 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 17:00:21,384 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 17:00:22,211 INFO program/MainThread: stdout: 2024-03-01 17:00:22,212 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 17:00:22,212 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:00:22,212 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:00:22,212 INFO program/MainThread: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-03-01 17:00:22,212 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 17:00:22,212 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:00:22,212 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:00:22,212 INFO program/MainThread: log =internal log bsize=4096 blocks=16384, version=2 2024-03-01 17:00:22,212 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:00:22,212 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:00:22,212 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:22,213 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 17:00:22,227 INFO program/MainThread: stdout: 2024-03-01 17:00:22,228 INFO program/MainThread: writing all SBs 2024-03-01 17:00:22,228 INFO program/MainThread: new label = "" 2024-03-01 17:00:22,228 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:22,228 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:22,253 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:22,257 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:00:22,257 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:00:22,258 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 17:00:22,267 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:22,267 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:00:22,283 DEBUG program/MainThread: Return code: 0 2024-03-01 17:00:22,288 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:00:22,288 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 0x7fdc9c521310> 2024-03-01 17:00:22,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:22,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:00:22,294 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:00:22,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:22,300 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 17:00:22,300 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:00:22,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:22,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 17:00:22,305 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:00:22,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:22,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 17:00:22,311 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:00:22,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:22,316 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 17:00:22,316 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:00:22,319 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:22,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 17:00:22,322 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:00:22,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:22,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 17:00:22,327 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:00:22,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:22,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 17:00:22,332 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:00:22,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:22,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:00:22,338 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:00:22,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:22,343 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 17:00:22,343 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:00:22,345 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:22,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 17:00:22,348 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:00:22,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:22,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 17:00:22,353 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:00:22,356 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:22,358 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 17:00:22,358 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:00:22,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:22,363 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 17:00:22,363 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:00:22,366 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:22,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 17:00:22,369 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:00:22,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:00:22,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 17:00:22,374 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:02:38,330 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_d6n82tg9/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:02:38,364 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:02:38,364 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:02:38,367 INFO program/MainThread: stdout[2]: 2024-03-01 17:02:38,367 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 17:02:38,368 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:02:38,368 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:02:38,372 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:38,372 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:02:38,376 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:02:38,376 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:02:38,379 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:02:38,379 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:02:38,382 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:02:38,382 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:02:38,392 INFO program/MainThread: stdout: 2024-03-01 17:02:38,392 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:02:38,392 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 2024-03-01 17:02:38,392 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 7e866aa2-7ce6-4d2b-bb99-4698af0d5434 2024-03-01 17:02:38,392 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 2024-03-01 17:02:38,392 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 7e866aa2-7ce6-4d2b-bb99-4698af0d5434 2024-03-01 17:02:38,392 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs b0bc79c2-c40d-4b23-ae03-9571e0430186 2024-03-01 17:02:38,392 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq 2024-03-01 17:02:38,392 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member 2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr 2024-03-01 17:02:38,392 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 4d2672d6-0eb2-4534-b963-c05be9ae7ff4 2024-03-01 17:02:38,392 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 175ee0b8-5dde-4d1d-b5e0-0dbf01384680 2024-03-01 17:02:38,392 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 2024-03-01 17:02:38,393 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs 2024-03-01 17:02:38,393 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT 2024-03-01 17:02:38,393 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 4db64b3d-336b-4ea1-971e-5f0d4f15828f 2024-03-01 17:02:38,393 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 3f5a930c-d6cb-443f-befc-ddb2a0aabc51 2024-03-01 17:02:38,393 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 2196c47c-bd20-46b7-95e4-a1e2b3c69d7c 2024-03-01 17:02:38,393 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1 2024-03-01 17:02:38,393 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 2196c47c-bd20-46b7-95e4-a1e2b3c69d7c 2024-03-01 17:02:38,393 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq 2024-03-01 17:02:38,393 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs b48dcb35-5a6a-4aed-ba33-78ce4ebae592 2024-03-01 17:02:38,393 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 2024-03-01 17:02:38,393 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs b48dcb35-5a6a-4aed-ba33-78ce4ebae592 2024-03-01 17:02:38,393 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:02:38,393 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:02:38,393 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:02:38,393 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:02:38,393 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:38,393 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 7e866aa2-7ce6-4d2b-bb99-4698af0d5434 sdb 1073741824 root disk brw-rw---- LVM2_member aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 7e866aa2-7ce6-4d2b-bb99-4698af0d5434 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs b0bc79c2-c40d-4b23-ae03-9571e0430186 sdc 1073741824 root disk brw-rw---- LVM2_member vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq sdd 1073741824 root disk brw-rw---- LVM2_member 2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 4d2672d6-0eb2-4534-b963-c05be9ae7ff4 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 175ee0b8-5dde-4d1d-b5e0-0dbf01384680 sde 1073741824 root disk brw-rw---- LVM2_member KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 sdf 1073741824 root disk brw-rw---- LVM2_member j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs sdg 1073741824 root disk brw-rw---- LVM2_member BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 4db64b3d-336b-4ea1-971e-5f0d4f15828f |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 3f5a930c-d6cb-443f-befc-ddb2a0aabc51 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 2196c47c-bd20-46b7-95e4-a1e2b3c69d7c sdh 1073741824 root disk brw-rw---- LVM2_member AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 2196c47c-bd20-46b7-95e4-a1e2b3c69d7c sdi 1073741824 root disk brw-rw---- LVM2_member cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs b48dcb35-5a6a-4aed-ba33-78ce4ebae592 sdj 1073741824 root disk brw-rw---- LVM2_member cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs b48dcb35-5a6a-4aed-ba33-78ce4ebae592 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 17:02:38,393 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:02:38,393 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:02:38,394 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:02:38,394 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:02:38,394 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:02:38,394 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:02:38,394 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:38,404 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:38,420 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 17:02:38,424 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/lvm-pv-uuid-s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 ' '/dev/disk/by-id/scsi-360014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/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_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 's1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31', 'ID_FS_UUID_ENC': 's1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31', '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': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'ID_SERIAL': '360014057cf51c23445f40dfa6c25f805', 'ID_SERIAL_SHORT': '60014057cf51c23445f40dfa6c25f805', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cf51c234', 'ID_WWN_VENDOR_EXTENSION': '0x45f40dfa6c25f805', 'ID_WWN_WITH_EXTENSION': '0x60014057cf51c23445f40dfa6c25f805', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cf51c23445f40dfa6c25f805', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714898134'} ; 2024-03-01 17:02:38,424 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 17:02:38,425 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 17:02:38,461 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul 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=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 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=TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J 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=DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq 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=DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq 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=ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 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=ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 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=3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp 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=jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H 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 17:02:38,461 INFO program/MainThread: stderr[3]: 2024-03-01 17:02:38,461 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:02:38,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:02:38,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:38,472 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:02:38,474 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 17:02:38,478 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:02:38,479 INFO blivet/MainThread: sda is a disk 2024-03-01 17:02:38,479 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:02:38,479 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:02:38,482 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:02:38,485 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:02:38,486 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 17:02:38,489 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 17:02:38,489 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:02:38,489 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:02:38,489 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4cf3fdc6d0) -- 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 = 60014057cf51c23445f40dfa6c25f805 2024-03-01 17:02:38,493 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:02:38,496 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:38,496 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:02:38,499 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:38,499 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:02:38,502 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:38,503 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:02:38,506 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:38,506 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:02:38,509 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:02:38,509 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:02:38,509 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 17:02:38,546 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_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=aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_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=vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=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 17:02:38,546 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7. WARNING: Couldn't find device with uuid vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq. WARNING: VG test_vg1 is missing PV aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq (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 17:02:38,546 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:02:38,546 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:02:38,550 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 ; label: None ; device: /dev/sda ; serial: 360014057cf51c23445f40dfa6c25f805 ; exists: True ; vg_name: test_vg1 ; vg_uuid: Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY ; pe_start: 8 MiB ; 2024-03-01 17:02:38,551 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:02:38,553 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:02:38,556 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY ; incomplete: True ; hidden: False ; 2024-03-01 17:02:38,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:02:38,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:38,564 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:38,565 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 17:02:38,600 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=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 17:02:38,600 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7. WARNING: Couldn't find device with uuid vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq. WARNING: VG test_vg1 is missing PV aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq (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 17:02:38,600 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:02:38,600 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:02:38,601 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:02:38,606 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:02:38,609 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:02:38,609 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:02:38,612 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:02:38,613 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 17:02:38,648 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul 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=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 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=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 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 17:02:38,648 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7. WARNING: Couldn't find device with uuid vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq. WARNING: VG test_vg1 is missing PV aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq (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 17:02:38,648 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:02:38,652 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:02:38,653 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:02:38,655 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:02:38,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY ; incomplete: True ; hidden: False ; 2024-03-01 17:02:38,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:02:38,661 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:02:38,661 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:02:38,664 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/wwn-0x6001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/lvm-pv-uuid-aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_bfdaa9be-a299-423f-892a-1b88db2554b9', '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': 'aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7', 'ID_FS_UUID_ENC': 'aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7', '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': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'ID_SERIAL': '36001405bfdaa9bea299423f892a1b88d', 'ID_SERIAL_SHORT': '6001405bfdaa9bea299423f892a1b88d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bfdaa9bea', 'ID_WWN_VENDOR_EXTENSION': '0x299423f892a1b88d', 'ID_WWN_WITH_EXTENSION': '0x6001405bfdaa9bea299423f892a1b88d', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bfdaa9bea299423f892a1b88d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714880349'} ; 2024-03-01 17:02:38,664 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 17:02:38,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:02:38,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:38,675 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:02:38,675 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:02:38,675 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:02:38,675 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:02:38,678 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:02:38,681 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:02:38,681 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 17:02:38,684 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 17:02:38,684 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:02:38,685 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:02:38,685 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4cf2e7d970) -- 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 = 6001405bfdaa9bea299423f892a1b88d 2024-03-01 17:02:38,688 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:02:38,691 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:38,691 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:02:38,694 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:38,694 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:02:38,696 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:38,697 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:02:38,699 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:38,700 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:02:38,702 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:02:38,702 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:02:38,702 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 17:02:38,741 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_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=vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=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 17:02:38,741 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq. WARNING: VG test_vg1 is missing PV vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq (last written to /dev/sdc). 2024-03-01 17:02:38,741 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:02:38,741 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:02:38,745 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 ; label: None ; device: /dev/sdb ; serial: 36001405bfdaa9bea299423f892a1b88d ; exists: True ; vg_name: test_vg1 ; vg_uuid: Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 17:02:38,745 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:02:38,748 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:02:38,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY ; incomplete: True ; hidden: False ; 2024-03-01 17:02:38,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:02:38,756 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:02:38,759 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:02:38,762 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:02:38,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY ; incomplete: True ; hidden: False ; 2024-03-01 17:02:38,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:02:38,767 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda ... 2024-03-01 17:02:38,803 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul 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=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 17:02:38,803 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq. WARNING: VG test_vg1 is missing PV vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq (last written to /dev/sdc). 2024-03-01 17:02:38,803 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:02:38,803 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:02:38,803 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:02:38,808 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/scsi-360014051372a44c1af14aec911a838a7 ' '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/wwn-0x60014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1372a44c-1af1-4aec-911a-838a73b1d70c', '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': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'ID_SERIAL': '360014051372a44c1af14aec911a838a7', 'ID_SERIAL_SHORT': '60014051372a44c1af14aec911a838a7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051372a44c1', 'ID_WWN_VENDOR_EXTENSION': '0xaf14aec911a838a7', 'ID_WWN_WITH_EXTENSION': '0x60014051372a44c1af14aec911a838a7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051372a44c1af14aec911a838a7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715410443'} ; 2024-03-01 17:02:38,808 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 17:02:38,811 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:02:38,813 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:38,818 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:02:38,819 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:02:38,819 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:02:38,819 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:02:38,822 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:02:38,824 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:02:38,825 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 17:02:38,827 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 17:02:38,828 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:02:38,828 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:02:38,828 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4cf2e06850) -- 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 = 60014051372a44c1af14aec911a838a7 2024-03-01 17:02:38,831 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:02:38,831 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:02:38,834 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/wwn-0x6001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/scsi-36001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_fb729fc8-fd98-4730-8990-b0f849513593', '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': 'fb729fc8-fd98-4730-8990-b0f849513593', 'ID_SERIAL': '36001405fb729fc8fd9847308990b0f84', 'ID_SERIAL_SHORT': '6001405fb729fc8fd9847308990b0f84', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb729fc8f', 'ID_WWN_VENDOR_EXTENSION': '0xd9847308990b0f84', 'ID_WWN_WITH_EXTENSION': '0x6001405fb729fc8fd9847308990b0f84', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb729fc8fd9847308990b0f84', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715443786'} ; 2024-03-01 17:02:38,834 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 17:02:38,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:02:38,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:38,844 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:02:38,845 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:02:38,845 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:02:38,845 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:02:38,848 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:02:38,850 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:02:38,851 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 17:02:38,853 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 17:02:38,854 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:02:38,854 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:02:38,854 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4cf2e06760) -- 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 = 6001405fb729fc8fd9847308990b0f84 2024-03-01 17:02:38,857 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:02:38,857 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:02:38,860 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/lvm-pv-uuid-vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq ' '/dev/disk/by-diskseq/4 ' '/dev/disk/by-id/scsi-36001405f45dc9d5eb5d4232af322bc7b', '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': 'vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq', 'ID_FS_UUID_ENC': 'vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq', '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': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'ID_SERIAL': '36001405f45dc9d5eb5d4232af322bc7b', 'ID_SERIAL_SHORT': '6001405f45dc9d5eb5d4232af322bc7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f45dc9d5e', 'ID_WWN_VENDOR_EXTENSION': '0xb5d4232af322bc7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f45dc9d5eb5d4232af322bc7b', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f45dc9d5eb5d4232af322bc7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714961596'} ; 2024-03-01 17:02:38,860 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 17:02:38,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:02:38,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:38,870 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:02:38,871 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:02:38,871 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:02:38,871 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:02:38,873 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:02:38,876 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:02:38,876 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 17:02:38,879 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 17:02:38,879 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:02:38,880 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:02:38,880 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4cf2e1b070) -- 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 = 6001405f45dc9d5eb5d4232af322bc7b 2024-03-01 17:02:38,883 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:02:38,886 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:38,886 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:02:38,889 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:38,889 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:02:38,892 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:38,892 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:02:38,894 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:38,895 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:02:38,897 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:02:38,897 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:02:38,897 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 17:02:38,931 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=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 17:02:38,932 INFO program/MainThread: stderr[9]: 2024-03-01 17:02:38,932 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:02:38,932 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:02:38,936 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq ; label: None ; device: /dev/sdc ; serial: 36001405f45dc9d5eb5d4232af322bc7b ; exists: True ; vg_name: test_vg1 ; vg_uuid: Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:02:38,936 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:02:38,939 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:02:38,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY ; incomplete: True ; hidden: False ; 2024-03-01 17:02:38,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:02:38,947 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:02:38,950 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:02:38,952 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:02:38,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY ; incomplete: True ; hidden: False ; 2024-03-01 17:02:38,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:02:38,958 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 17:02:38,998 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul 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=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 17:02:38,999 INFO program/MainThread: stderr[10]: 2024-03-01 17:02:38,999 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:02:39,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:39,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:39,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul ; incomplete: False ; hidden: False ; 2024-03-01 17:02:39,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:02:39,011 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:02:39,014 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:02:39,014 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:02:39,017 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:02:39,021 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:02:39,021 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:02:39,024 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 17:02:39,024 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:02:39,025 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:02:39,028 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:02:39,031 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:02:39,031 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:02:39,034 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:02:39,037 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:02:39,037 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:02:39,040 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 17:02:39,040 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:02:39,040 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:02:39,041 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:02:39,043 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:02:39,043 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:02:39,046 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 17:02:39,047 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:02:39,051 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-uuid/b0bc79c2-c40d-4b23-ae03-9571e0430186 ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-Urhqgaf5QhMGhjoskOAkgV5QnebJoQQYzuzv27P2yaBR7lSOIjJU8DUC2KSTR1Ul', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '73', '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-Urhqgaf5QhMGhjoskOAkgV5QnebJoQQYzuzv27P2yaBR7lSOIjJU8DUC2KSTR1Ul', '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': 'b0bc79c2-c40d-4b23-ae03-9571e0430186', 'ID_FS_UUID_ENC': 'b0bc79c2-c40d-4b23-ae03-9571e0430186', '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': '1284139291'} ; 2024-03-01 17:02:39,051 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:02:39,051 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:02:39,054 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:02:39,054 INFO program/MainThread: stderr[11]: 2024-03-01 17:02:39,054 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:02:39,054 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:02:39,057 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:02:39,057 INFO program/MainThread: stderr[12]: 2024-03-01 17:02:39,057 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:02:39,057 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:02:39,059 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:02:39,060 INFO program/MainThread: stderr[13]: 2024-03-01 17:02:39,060 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:02:39,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:39,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:02:39,069 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:39,069 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:02:39,069 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:39,070 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:02:39,066 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4cf2e1be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul 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 (0x7f4cf2ecd760) -- 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 = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = 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 17:02:39,070 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:02:39,073 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:02:39,073 INFO program/MainThread: stderr[14]: 2024-03-01 17:02:39,073 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:02:39,077 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:02:39,080 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:39,080 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:02:39,083 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:39,083 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:02:39,086 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:39,086 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:02:39,089 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:39,089 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:02:39,091 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:02:39,091 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:02:39,094 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:02:39,094 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:02:39,097 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:02:39,097 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:02:39,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:39,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:39,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:39,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:02:39,108 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:02:39,111 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:02:39,111 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:02:39,114 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:02:39,117 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:02:39,118 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:02:39,121 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 17:02:39,121 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:02:39,121 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:02:39,125 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:02:39,127 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:02:39,128 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:02:39,130 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:02:39,133 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:02:39,134 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:02:39,137 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 17:02:39,137 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:02:39,137 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:02:39,137 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 17:02:39,140 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:02:39,140 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:02:39,143 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 17:02:39,143 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:02:39,147 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-Urhqgaf5QhMGhjoskOAkgV5QnebJoQQYU8N7ScGF5GfT6wRtn6EpDdkW4CEWfWX8 ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-uuid/7e866aa2-7ce6-4d2b-bb99-4698af0d5434 ' '/dev/test_vg1/lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '72', '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-Urhqgaf5QhMGhjoskOAkgV5QnebJoQQYU8N7ScGF5GfT6wRtn6EpDdkW4CEWfWX8', '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': '7e866aa2-7ce6-4d2b-bb99-4698af0d5434', 'ID_FS_UUID_ENC': '7e866aa2-7ce6-4d2b-bb99-4698af0d5434', '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': '1283625441'} ; 2024-03-01 17:02:39,147 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:02:39,147 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:02:39,150 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:02:39,150 INFO program/MainThread: stderr[15]: 2024-03-01 17:02:39,150 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:02:39,150 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:02:39,152 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:02:39,153 INFO program/MainThread: stderr[16]: 2024-03-01 17:02:39,153 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:02:39,153 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:02:39,155 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:02:39,155 INFO program/MainThread: stderr[17]: 2024-03-01 17:02:39,155 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:02:39,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:39,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 17:02:39,164 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:39,165 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:39,165 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:39,166 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:39,162 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4cf2e1b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 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 (0x7f4cf2ecd760) -- name = test_vg1 status = True 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 = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with 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 17:02:39,167 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:02:39,169 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:02:39,169 INFO program/MainThread: stderr[18]: 2024-03-01 17:02:39,169 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:02:39,173 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:02:39,176 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:39,177 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:02:39,180 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:39,180 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:02:39,183 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:39,183 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:02:39,186 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:39,186 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:02:39,186 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 17:02:39,189 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:02:39,189 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:02:39,192 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:02:39,192 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:02:39,192 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:02:39,195 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/lvm-pv-uuid-2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr ' '/dev/disk/by-id/scsi-36001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/wwn-0x6001405bdf1754409e440edb3fee6cb5', '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': '2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr', 'ID_FS_UUID_ENC': '2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr', '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': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'ID_SERIAL': '36001405bdf1754409e440edb3fee6cb5', 'ID_SERIAL_SHORT': '6001405bdf1754409e440edb3fee6cb5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bdf175440', 'ID_WWN_VENDOR_EXTENSION': '0x9e440edb3fee6cb5', 'ID_WWN_WITH_EXTENSION': '0x6001405bdf1754409e440edb3fee6cb5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bdf1754409e440edb3fee6cb5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715001239'} ; 2024-03-01 17:02:39,195 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 17:02:39,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:02:39,201 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:39,206 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:02:39,207 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:02:39,207 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:02:39,207 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:02:39,210 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:02:39,213 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:02:39,213 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 17:02:39,215 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 17:02:39,216 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:02:39,216 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:02:39,216 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4cf2e1a4c0) -- 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 = 6001405bdf1754409e440edb3fee6cb5 2024-03-01 17:02:39,219 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:02:39,222 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:39,222 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:02:39,225 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:39,225 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:02:39,228 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:39,228 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:02:39,231 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:39,231 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:02:39,233 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 17:02:39,233 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:02:39,234 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 17:02:39,267 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_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=KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_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=j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=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 17:02:39,267 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5. WARNING: Couldn't find device with uuid j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs. WARNING: VG test_vg2 is missing PV KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs (last written to /dev/sdf). 2024-03-01 17:02:39,267 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:02:39,267 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 17:02:39,271 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr ; label: None ; device: /dev/sdd ; serial: 36001405bdf1754409e440edb3fee6cb5 ; exists: True ; vg_name: test_vg2 ; vg_uuid: PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 17:02:39,272 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 17:02:39,274 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:02:39,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv ; incomplete: True ; hidden: False ; 2024-03-01 17:02:39,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:02:39,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:39,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:39,285 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 17:02:39,312 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 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=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=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 17:02:39,312 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5. WARNING: Couldn't find device with uuid j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs. WARNING: VG test_vg2 is missing PV KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs (last written to /dev/sdf). 2024-03-01 17:02:39,313 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:02:39,313 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:02:39,313 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:02:39,317 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:02:39,320 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:02:39,320 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:02:39,323 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:02:39,323 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 17:02:39,356 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul 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=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 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=TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J 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 17:02:39,357 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5. WARNING: Couldn't find device with uuid j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs. WARNING: VG test_vg2 is missing PV KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs (last written to /dev/sdf). 2024-03-01 17:02:39,357 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:02:39,361 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 17:02:39,361 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 17:02:39,364 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 17:02:39,366 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv ; incomplete: True ; hidden: False ; 2024-03-01 17:02:39,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:02:39,369 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:02:39,369 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:02:39,372 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/lvm-pv-uuid-KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 ' '/dev/disk/by-diskseq/6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/scsi-36001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_612312a0-b2d5-49c9-93d2-2f60aa10c27b', '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': 'KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5', 'ID_FS_UUID_ENC': 'KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5', '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': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'ID_SERIAL': '36001405612312a0b2d549c993d22f60a', 'ID_SERIAL_SHORT': '6001405612312a0b2d549c993d22f60a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405612312a0b', 'ID_WWN_VENDOR_EXTENSION': '0x2d549c993d22f60a', 'ID_WWN_WITH_EXTENSION': '0x6001405612312a0b2d549c993d22f60a', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405612312a0b2d549c993d22f60a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715062067'} ; 2024-03-01 17:02:39,373 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 17:02:39,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:02:39,378 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:39,383 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:02:39,384 INFO blivet/MainThread: sde is a disk 2024-03-01 17:02:39,384 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:02:39,384 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:02:39,387 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:02:39,390 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:02:39,390 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 17:02:39,393 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 17:02:39,393 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:02:39,393 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 17:02:39,393 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4cf2ecd0d0) -- 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 = 6001405612312a0b2d549c993d22f60a 2024-03-01 17:02:39,396 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:02:39,399 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:39,399 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 17:02:39,402 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:39,402 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 17:02:39,405 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:39,405 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 17:02:39,408 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:39,408 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 17:02:39,411 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 17:02:39,411 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:02:39,411 INFO program/MainThread: Running [22] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdc,/dev/sde,/dev/sdb,/dev/sda ... 2024-03-01 17:02:39,451 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_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=j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=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 17:02:39,451 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs. WARNING: VG test_vg2 is missing PV j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs (last written to /dev/sdf). 2024-03-01 17:02:39,451 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:02:39,452 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 17:02:39,455 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 ; label: None ; device: /dev/sde ; serial: 36001405612312a0b2d549c993d22f60a ; exists: True ; vg_name: test_vg2 ; vg_uuid: PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:02:39,456 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 17:02:39,458 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:02:39,461 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv ; incomplete: True ; hidden: False ; 2024-03-01 17:02:39,464 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:02:39,467 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:02:39,469 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:02:39,472 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 17:02:39,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv ; incomplete: True ; hidden: False ; 2024-03-01 17:02:39,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:02:39,477 INFO program/MainThread: Running [23] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdd,/dev/sdc,/dev/sde,/dev/sdb,/dev/sda ... 2024-03-01 17:02:39,516 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul 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=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 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=TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J 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 17:02:39,517 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs. WARNING: VG test_vg2 is missing PV j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs (last written to /dev/sdf). 2024-03-01 17:02:39,517 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:02:39,517 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:02:39,517 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:02:39,521 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/lvm-pv-uuid-j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-diskseq/7 ' '/dev/disk/by-id/scsi-3600140514e1c5412f2a4e3da52cb21dd', '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': 'j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs', 'ID_FS_UUID_ENC': 'j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs', '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': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'ID_SERIAL': '3600140514e1c5412f2a4e3da52cb21dd', 'ID_SERIAL_SHORT': '600140514e1c5412f2a4e3da52cb21dd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140514e1c5412', 'ID_WWN_VENDOR_EXTENSION': '0xf2a4e3da52cb21dd', 'ID_WWN_WITH_EXTENSION': '0x600140514e1c5412f2a4e3da52cb21dd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140514e1c5412f2a4e3da52cb21dd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715143859'} ; 2024-03-01 17:02:39,521 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 17:02:39,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:02:39,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:39,533 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:02:39,533 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:02:39,533 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 17:02:39,534 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:02:39,536 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:02:39,539 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:02:39,539 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 17:02:39,542 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 17:02:39,542 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:02:39,543 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 17:02:39,543 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4cf2ecd070) -- 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 = 600140514e1c5412f2a4e3da52cb21dd 2024-03-01 17:02:39,546 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:02:39,548 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:39,549 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 17:02:39,551 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:39,551 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 17:02:39,554 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:39,554 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 17:02:39,557 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:39,557 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 17:02:39,560 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 17:02:39,560 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:02:39,560 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/sdd,/dev/sdc,/dev/sde,/dev/sdb,/dev/sda,/dev/sdf ... 2024-03-01 17:02:39,593 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=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 17:02:39,593 INFO program/MainThread: stderr[24]: 2024-03-01 17:02:39,593 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:02:39,593 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 17:02:39,597 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs ; label: None ; device: /dev/sdf ; serial: 3600140514e1c5412f2a4e3da52cb21dd ; exists: True ; vg_name: test_vg2 ; vg_uuid: PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:02:39,598 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 17:02:39,600 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:02:39,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv ; incomplete: True ; hidden: False ; 2024-03-01 17:02:39,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:02:39,608 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:02:39,611 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:02:39,614 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 17:02:39,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv ; incomplete: True ; hidden: False ; 2024-03-01 17:02:39,619 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:02:39,619 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/sdd,/dev/sdc,/dev/sde,/dev/sdb,/dev/sda,/dev/sdf ... 2024-03-01 17:02:39,652 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul 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=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 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=TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J 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 17:02:39,653 INFO program/MainThread: stderr[25]: 2024-03-01 17:02:39,653 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:02:39,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:39,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:39,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:39,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:02:39,665 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:02:39,668 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:02:39,668 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:02:39,671 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:02:39,674 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:02:39,675 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:02:39,678 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 17:02:39,678 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:02:39,678 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:02:39,681 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:02:39,684 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:02:39,684 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:02:39,687 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:02:39,690 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:02:39,690 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:02:39,693 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 17:02:39,694 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:02:39,694 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:02:39,694 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 17:02:39,697 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:02:39,697 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:02:39,700 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 17:02:39,700 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:02:39,703 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-PmxdtX88e1qskc0iPljUSEQ2K17jhkBvHvnrwOIc0qVtuJnkpfHLh0Mxa9USTBD0 ' '/dev/test_vg2/lv3 ' '/dev/disk/by-uuid/175ee0b8-5dde-4d1d-b5e0-0dbf01384680 ' '/dev/mapper/test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '71', '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-PmxdtX88e1qskc0iPljUSEQ2K17jhkBvHvnrwOIc0qVtuJnkpfHLh0Mxa9USTBD0', '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': '175ee0b8-5dde-4d1d-b5e0-0dbf01384680', 'ID_FS_UUID_ENC': '175ee0b8-5dde-4d1d-b5e0-0dbf01384680', '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': '1281933994'} ; 2024-03-01 17:02:39,704 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:02:39,704 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:02:39,706 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:02:39,707 INFO program/MainThread: stderr[26]: 2024-03-01 17:02:39,707 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:02:39,707 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:02:39,709 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:02:39,709 INFO program/MainThread: stderr[27]: 2024-03-01 17:02:39,709 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:02:39,709 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:02:39,712 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:02:39,712 INFO program/MainThread: stderr[28]: 2024-03-01 17:02:39,712 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:02:39,716 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:39,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 17:02:39,721 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:39,721 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:02:39,722 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:39,722 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:02:39,719 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4cf2dbe370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 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 (0x7f4cf2e35b50) -- 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 = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:02:39,723 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:02:39,725 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:02:39,725 INFO program/MainThread: stderr[29]: 2024-03-01 17:02:39,725 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:02:39,729 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:02:39,732 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:39,732 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 17:02:39,735 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:39,735 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 17:02:39,738 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:39,738 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:02:39,741 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:39,741 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 17:02:39,742 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 17:02:39,745 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:02:39,745 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 17:02:39,748 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:02:39,748 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:02:39,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:39,754 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:39,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J ; incomplete: False ; hidden: False ; 2024-03-01 17:02:39,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:02:39,759 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:02:39,762 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:02:39,763 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:02:39,766 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:02:39,769 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:02:39,769 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:02:39,772 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 17:02:39,772 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:02:39,772 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 17:02:39,776 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:02:39,779 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:02:39,779 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:02:39,782 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:02:39,784 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:02:39,785 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:02:39,788 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 17:02:39,788 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:02:39,788 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:02:39,788 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 17:02:39,791 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:02:39,791 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:02:39,794 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 17:02:39,794 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:02:39,798 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-PmxdtX88e1qskc0iPljUSEQ2K17jhkBvTEet0HFbMUf4atLFUOxgeh0CXRd7fl3J ' '/dev/disk/by-uuid/4d2672d6-0eb2-4534-b963-c05be9ae7ff4 ' '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/test_vg2/lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '70', '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-PmxdtX88e1qskc0iPljUSEQ2K17jhkBvTEet0HFbMUf4atLFUOxgeh0CXRd7fl3J', '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': '4d2672d6-0eb2-4534-b963-c05be9ae7ff4', 'ID_FS_UUID_ENC': '4d2672d6-0eb2-4534-b963-c05be9ae7ff4', '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': '1281447020'} ; 2024-03-01 17:02:39,798 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:02:39,798 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:02:39,801 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:02:39,801 INFO program/MainThread: stderr[30]: 2024-03-01 17:02:39,801 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:02:39,801 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:02:39,803 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:02:39,803 INFO program/MainThread: stderr[31]: 2024-03-01 17:02:39,804 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:02:39,804 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:02:39,806 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:02:39,806 INFO program/MainThread: stderr[32]: 2024-03-01 17:02:39,806 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:02:39,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:39,813 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 17:02:39,815 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:39,816 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:39,816 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:39,817 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:39,813 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4cf2dbe9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J 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 (0x7f4cf2e35b50) -- name = test_vg2 status = 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 = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) 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 17:02:39,818 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:02:39,820 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:02:39,820 INFO program/MainThread: stderr[33]: 2024-03-01 17:02:39,820 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:02:39,824 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:02:39,828 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:39,828 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 17:02:39,831 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:39,831 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 17:02:39,834 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:39,834 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 17:02:39,837 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:39,837 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 17:02:39,837 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 17:02:39,840 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:02:39,840 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 17:02:39,843 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:02:39,843 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:02:39,844 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:02:39,847 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/lvm-pv-uuid-BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT ' '/dev/disk/by-id/scsi-36001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', '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': 'BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT', 'ID_FS_UUID_ENC': 'BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT', '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': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'ID_SERIAL': '36001405a1a87cda68094b1e883b4f5fe', 'ID_SERIAL_SHORT': '6001405a1a87cda68094b1e883b4f5fe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a1a87cda6', 'ID_WWN_VENDOR_EXTENSION': '0x8094b1e883b4f5fe', 'ID_WWN_WITH_EXTENSION': '0x6001405a1a87cda68094b1e883b4f5fe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a1a87cda68094b1e883b4f5fe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715163740'} ; 2024-03-01 17:02:39,847 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 17:02:39,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:02:39,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:39,858 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:02:39,859 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:02:39,859 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 17:02:39,859 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 17:02:39,862 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:02:39,865 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:02:39,865 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 17:02:39,868 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 17:02:39,868 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:02:39,868 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 17:02:39,868 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4cf2e1a160) -- 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 = 6001405a1a87cda68094b1e883b4f5fe 2024-03-01 17:02:39,871 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:02:39,874 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:39,874 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 17:02:39,877 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:39,877 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 17:02:39,880 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:39,880 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 17:02:39,883 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:39,883 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 17:02:39,886 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 17:02:39,886 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:02:39,886 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/sdd,/dev/sdc,/dev/sde,/dev/sdg,/dev/sdb,/dev/sda,/dev/sdf ... 2024-03-01 17:02:39,924 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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=AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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=cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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=cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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 17:02:39,925 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1. WARNING: Couldn't find device with uuid cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq. WARNING: Couldn't find device with uuid cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9. WARNING: VG test_vg3 is missing PV AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 (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 17:02:39,925 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:02:39,925 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 17:02:39,929 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT ; label: None ; device: /dev/sdg ; serial: 36001405a1a87cda68094b1e883b4f5fe ; exists: True ; vg_name: test_vg3 ; vg_uuid: x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 17:02:39,929 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 17:02:39,932 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:02:39,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 ; incomplete: True ; hidden: False ; 2024-03-01 17:02:39,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:02:39,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:39,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:39,943 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/sdd,/dev/sdc,/dev/sde,/dev/sdg,/dev/sdb,/dev/sda,/dev/sdf ... 2024-03-01 17:02:39,984 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 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=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 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=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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 17:02:39,985 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1. WARNING: Couldn't find device with uuid cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq. WARNING: Couldn't find device with uuid cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9. WARNING: VG test_vg3 is missing PV AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 (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 17:02:39,985 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:02:39,985 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:02:39,985 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:02:39,989 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:02:39,992 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:02:39,992 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 17:02:39,995 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:02:39,996 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/sdd,/dev/sdc,/dev/sde,/dev/sdg,/dev/sdb,/dev/sda,/dev/sdf ... 2024-03-01 17:02:40,033 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul 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=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 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=TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J 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=DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq 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=DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq 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=ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 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=ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 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=3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp 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=jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H 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 17:02:40,033 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1. WARNING: Couldn't find device with uuid cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq. WARNING: Couldn't find device with uuid cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9. WARNING: VG test_vg3 is missing PV AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 (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 17:02:40,033 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:02:40,037 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 17:02:40,037 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 17:02:40,040 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 17:02:40,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 ; incomplete: True ; hidden: False ; 2024-03-01 17:02:40,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:02:40,046 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:02:40,046 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:02:40,049 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/wwn-0x6001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/lvm-pv-uuid-AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', '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': 'AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1', 'ID_FS_UUID_ENC': 'AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1', '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': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'ID_SERIAL': '36001405f053e2f031db4d2bb88ab5846', 'ID_SERIAL_SHORT': '6001405f053e2f031db4d2bb88ab5846', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f053e2f03', 'ID_WWN_VENDOR_EXTENSION': '0x1db4d2bb88ab5846', 'ID_WWN_WITH_EXTENSION': '0x6001405f053e2f031db4d2bb88ab5846', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f053e2f031db4d2bb88ab5846', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715228881'} ; 2024-03-01 17:02:40,049 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:02:40,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:02:40,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:40,060 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:02:40,061 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:02:40,061 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:02:40,061 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 17:02:40,064 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:02:40,066 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:02:40,067 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 17:02:40,069 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 17:02:40,070 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:02:40,070 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 17:02:40,070 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4cf2ecd5b0) -- 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 = 6001405f053e2f031db4d2bb88ab5846 2024-03-01 17:02:40,073 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:02:40,076 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:40,076 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 17:02:40,079 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:40,079 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 17:02:40,082 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:40,082 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 17:02:40,085 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:40,085 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 17:02:40,088 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 17:02:40,088 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:02:40,088 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/sdd,/dev/sdc,/dev/sde,/dev/sdg,/dev/sdb,/dev/sda,/dev/sdf,/dev/sdh ... 2024-03-01 17:02:40,119 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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=AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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=cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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=cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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 17:02:40,120 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq. WARNING: Couldn't find device with uuid cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9. WARNING: VG test_vg3 is missing PV cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 (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 17:02:40,120 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:02:40,120 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 17:02:40,124 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1 ; label: None ; device: /dev/sdh ; serial: 36001405f053e2f031db4d2bb88ab5846 ; exists: True ; vg_name: test_vg3 ; vg_uuid: x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 ; pe_start: 8 MiB ; 2024-03-01 17:02:40,124 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 17:02:40,127 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:02:40,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 ; incomplete: True ; hidden: False ; 2024-03-01 17:02:40,132 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:02:40,135 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:02:40,138 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:02:40,140 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 17:02:40,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 ; incomplete: True ; hidden: False ; 2024-03-01 17:02:40,145 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:02:40,146 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/sdd,/dev/sdc,/dev/sde,/dev/sdg,/dev/sdb,/dev/sda,/dev/sdf,/dev/sdh ... 2024-03-01 17:02:40,183 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul 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=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 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=TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J 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=DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq 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=DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq 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=ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 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=ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 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=3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp 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=jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H 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 17:02:40,183 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq. WARNING: Couldn't find device with uuid cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9. WARNING: VG test_vg3 is missing PV cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 (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 17:02:40,183 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:02:40,183 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:02:40,183 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:02:40,187 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-diskseq/10 ' '/dev/disk/by-id/scsi-36001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/lvm-pv-uuid-cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq ' '/dev/disk/by-id/wwn-0x6001405c930cf566dc64509be8137452', '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': 'cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq', 'ID_FS_UUID_ENC': 'cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq', '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': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'ID_SERIAL': '36001405c930cf566dc64509be8137452', 'ID_SERIAL_SHORT': '6001405c930cf566dc64509be8137452', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c930cf566', 'ID_WWN_VENDOR_EXTENSION': '0xdc64509be8137452', 'ID_WWN_WITH_EXTENSION': '0x6001405c930cf566dc64509be8137452', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c930cf566dc64509be8137452', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715277294'} ; 2024-03-01 17:02:40,187 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 17:02:40,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:02:40,194 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:40,199 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:02:40,199 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:02:40,199 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 17:02:40,200 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 17:02:40,202 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:02:40,205 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:02:40,205 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 17:02:40,208 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 17:02:40,208 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:02:40,209 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 17:02:40,209 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4cf2dd3040) -- 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 = 6001405c930cf566dc64509be8137452 2024-03-01 17:02:40,212 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:02:40,215 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:40,215 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 17:02:40,217 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:40,218 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 17:02:40,220 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:40,220 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 17:02:40,223 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:40,223 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 17:02:40,226 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 17:02:40,226 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:02:40,226 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/sdd,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdg,/dev/sdb,/dev/sda,/dev/sdf,/dev/sdh ... 2024-03-01 17:02:40,266 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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=AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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=cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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=cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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 17:02:40,266 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9. WARNING: VG test_vg3 is missing PV cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 (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 17:02:40,266 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:02:40,266 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 17:02:40,270 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq ; label: None ; device: /dev/sdi ; serial: 36001405c930cf566dc64509be8137452 ; exists: True ; vg_name: test_vg3 ; vg_uuid: x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 ; pe_start: 8 MiB ; 2024-03-01 17:02:40,270 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:02:40,273 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:02:40,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 ; incomplete: True ; hidden: False ; 2024-03-01 17:02:40,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:02:40,282 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:02:40,284 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:02:40,287 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 17:02:40,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 ; incomplete: True ; hidden: False ; 2024-03-01 17:02:40,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:02:40,293 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/sdd,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdg,/dev/sdb,/dev/sda,/dev/sdf,/dev/sdh ... 2024-03-01 17:02:40,333 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul 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=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 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=TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J 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=DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq 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=DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq 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=ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 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=ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 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=3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp 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=jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H 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 17:02:40,333 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9. WARNING: VG test_vg3 is missing PV cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 (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 17:02:40,333 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:02:40,333 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:02:40,334 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:02:40,338 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/wwn-0x60014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/scsi-360014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/lvm-pv-uuid-cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9', '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': 'cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9', 'ID_FS_UUID_ENC': 'cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9', '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': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'ID_SERIAL': '360014051528b2f7fa1b4b0ea44f2b71d', 'ID_SERIAL_SHORT': '60014051528b2f7fa1b4b0ea44f2b71d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051528b2f7f', 'ID_WWN_VENDOR_EXTENSION': '0xa1b4b0ea44f2b71d', 'ID_WWN_WITH_EXTENSION': '0x60014051528b2f7fa1b4b0ea44f2b71d', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051528b2f7fa1b4b0ea44f2b71d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715335966'} ; 2024-03-01 17:02:40,338 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 17:02:40,341 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:02:40,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:40,349 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:02:40,350 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:02:40,350 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:02:40,350 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 17:02:40,353 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:02:40,355 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:02:40,356 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:02:40,359 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:02:40,359 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:02:40,359 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 17:02:40,359 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4cf2dd4d60) -- 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 = 60014051528b2f7fa1b4b0ea44f2b71d 2024-03-01 17:02:40,362 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:02:40,365 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:40,365 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 17:02:40,368 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:40,368 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 17:02:40,371 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:40,371 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 17:02:40,374 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:40,374 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 17:02:40,377 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 17:02:40,377 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:02:40,377 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/sdd,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdj,/dev/sdg,/dev/sdb,/dev/sda,/dev/sdf,/dev/sdh ... 2024-03-01 17:02:40,418 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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=AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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=cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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=cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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 17:02:40,418 INFO program/MainThread: stderr[41]: 2024-03-01 17:02:40,418 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:02:40,419 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 17:02:40,422 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 ; label: None ; device: /dev/sdj ; serial: 360014051528b2f7fa1b4b0ea44f2b71d ; exists: True ; vg_name: test_vg3 ; vg_uuid: x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 17:02:40,423 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 17:02:40,425 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:02:40,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 ; incomplete: True ; hidden: False ; 2024-03-01 17:02:40,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:02:40,434 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:02:40,437 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:02:40,440 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 17:02:40,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 ; incomplete: True ; hidden: False ; 2024-03-01 17:02:40,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:02:40,445 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/sdd,/dev/sdc,/dev/sdi,/dev/sde,/dev/sdj,/dev/sdg,/dev/sdb,/dev/sda,/dev/sdf,/dev/sdh ... 2024-03-01 17:02:40,488 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul 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=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 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=TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J 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=DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq 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=DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq 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=ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 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=ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 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=3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp 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=jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H 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 17:02:40,488 INFO program/MainThread: stderr[42]: 2024-03-01 17:02:40,488 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:02:40,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:40,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:40,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq ; incomplete: False ; hidden: False ; 2024-03-01 17:02:40,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:02:40,501 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 17:02:40,504 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:02:40,504 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:02:40,507 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:02:40,510 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:02:40,510 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:02:40,514 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 17:02:40,514 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:02:40,514 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 17:02:40,517 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:02:40,520 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:02:40,520 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 17:02:40,523 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:02:40,526 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:02:40,526 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:02:40,529 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 17:02:40,530 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:02:40,530 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:02:40,530 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 17:02:40,533 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:02:40,533 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:02:40,536 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 17:02:40,536 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:02:40,539 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-x1wHFmBRQuwIMdxE8olviGDbPeRaSav7DnJ8NCchy3Bee3njbx5sC2LTzkp3ZfLq ' '/dev/disk/by-uuid/b48dcb35-5a6a-4aed-ba33-78ce4ebae592 ' '/dev/test_vg3/lv5 /dev/disk/by-id/dm-name-test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '69', '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-x1wHFmBRQuwIMdxE8olviGDbPeRaSav7DnJ8NCchy3Bee3njbx5sC2LTzkp3ZfLq', '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': 'b48dcb35-5a6a-4aed-ba33-78ce4ebae592', 'ID_FS_UUID_ENC': 'b48dcb35-5a6a-4aed-ba33-78ce4ebae592', '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': '1279770415'} ; 2024-03-01 17:02:40,539 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:02:40,540 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:02:40,543 INFO program/MainThread: stdout[43]: LVM 2024-03-01 17:02:40,543 INFO program/MainThread: stderr[43]: 2024-03-01 17:02:40,543 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:02:40,543 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:02:40,545 INFO program/MainThread: stdout[44]: LVM 2024-03-01 17:02:40,545 INFO program/MainThread: stderr[44]: 2024-03-01 17:02:40,545 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:02:40,545 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:02:40,548 INFO program/MainThread: stdout[45]: LVM 2024-03-01 17:02:40,548 INFO program/MainThread: stderr[45]: 2024-03-01 17:02:40,548 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:02:40,552 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:40,556 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 17:02:40,558 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:40,559 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:02:40,559 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:40,560 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:02:40,556 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4cf2dd8340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq 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 (0x7f4cf2dc7e80) -- 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 = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:02:40,560 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:02:40,563 INFO program/MainThread: stdout[46]: LVM 2024-03-01 17:02:40,563 INFO program/MainThread: stderr[46]: 2024-03-01 17:02:40,563 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:02:40,567 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:02:40,570 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:40,570 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 17:02:40,573 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:40,573 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 17:02:40,576 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:40,576 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 17:02:40,579 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:40,579 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 17:02:40,580 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 17:02:40,582 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:02:40,582 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 17:02:40,585 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:02:40,586 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:02:40,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:40,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:40,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:40,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:02:40,606 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 17:02:40,609 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:02:40,609 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:02:40,612 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:02:40,615 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:02:40,615 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:02:40,618 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 17:02:40,619 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:02:40,619 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 17:02:40,622 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:02:40,625 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:02:40,625 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:02:40,628 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:02:40,631 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:02:40,631 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:02:40,634 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 17:02:40,634 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:02:40,634 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:02:40,635 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 17:02:40,637 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:02:40,637 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:02:40,640 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 17:02:40,641 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:02:40,644 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/2196c47c-bd20-46b7-95e4-a1e2b3c69d7c ' '/dev/disk/by-id/dm-uuid-LVM-x1wHFmBRQuwIMdxE8olviGDbPeRaSav7ajZE7P9bFAxZi1QmZ266G77nNQ7wvuS4 ' '/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': '68', '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-x1wHFmBRQuwIMdxE8olviGDbPeRaSav7ajZE7P9bFAxZi1QmZ266G77nNQ7wvuS4', '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': '2196c47c-bd20-46b7-95e4-a1e2b3c69d7c', 'ID_FS_UUID_ENC': '2196c47c-bd20-46b7-95e4-a1e2b3c69d7c', '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': '1278667015'} ; 2024-03-01 17:02:40,644 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:02:40,644 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:02:40,647 INFO program/MainThread: stdout[47]: LVM 2024-03-01 17:02:40,647 INFO program/MainThread: stderr[47]: 2024-03-01 17:02:40,647 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:02:40,647 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:02:40,650 INFO program/MainThread: stdout[48]: LVM 2024-03-01 17:02:40,650 INFO program/MainThread: stderr[48]: 2024-03-01 17:02:40,650 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:02:40,650 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:02:40,652 INFO program/MainThread: stdout[49]: LVM 2024-03-01 17:02:40,653 INFO program/MainThread: stderr[49]: 2024-03-01 17:02:40,653 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:02:40,657 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:40,660 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 17:02:40,663 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:40,663 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:02:40,664 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:40,665 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:02:40,660 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4cf43c2280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 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 (0x7f4cf2dc7e80) -- name = test_vg3 status = True 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 = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:02:40,665 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:02:40,667 INFO program/MainThread: stdout[50]: LVM 2024-03-01 17:02:40,668 INFO program/MainThread: stderr[50]: 2024-03-01 17:02:40,668 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 17:02:40,671 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:02:40,674 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:40,675 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 17:02:40,678 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:40,678 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 17:02:40,681 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:40,681 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 17:02:40,684 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:40,684 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 17:02:40,684 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 17:02:40,687 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:02:40,687 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 17:02:40,690 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:02:40,690 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:02:40,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:40,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:40,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp ; incomplete: False ; hidden: False ; 2024-03-01 17:02:40,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:02:40,702 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:02:40,705 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:02:40,705 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 17:02:40,708 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:02:40,711 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:02:40,711 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:02:40,714 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 17:02:40,715 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:02:40,715 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 17:02:40,718 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:02:40,721 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:02:40,721 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 17:02:40,724 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:02:40,727 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:02:40,727 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:02:40,730 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 17:02:40,731 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:02:40,731 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:02:40,731 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 17:02:40,734 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:02:40,734 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:02:40,737 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 17:02:40,737 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:02:40,740 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-uuid-LVM-x1wHFmBRQuwIMdxE8olviGDbPeRaSav73DdU9joTJJwB9wX89W6pm86Lmnylhnjp ' '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/3f5a930c-d6cb-443f-befc-ddb2a0aabc51', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '67', '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-x1wHFmBRQuwIMdxE8olviGDbPeRaSav73DdU9joTJJwB9wX89W6pm86Lmnylhnjp', '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': '3f5a930c-d6cb-443f-befc-ddb2a0aabc51', 'ID_FS_UUID_ENC': '3f5a930c-d6cb-443f-befc-ddb2a0aabc51', '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': '1277635800'} ; 2024-03-01 17:02:40,740 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:02:40,741 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:02:40,743 INFO program/MainThread: stdout[51]: LVM 2024-03-01 17:02:40,743 INFO program/MainThread: stderr[51]: 2024-03-01 17:02:40,743 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 17:02:40,743 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:02:40,746 INFO program/MainThread: stdout[52]: LVM 2024-03-01 17:02:40,746 INFO program/MainThread: stderr[52]: 2024-03-01 17:02:40,746 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 17:02:40,746 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:02:40,748 INFO program/MainThread: stdout[53]: LVM 2024-03-01 17:02:40,748 INFO program/MainThread: stderr[53]: 2024-03-01 17:02:40,748 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 17:02:40,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:40,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 17:02:40,758 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:40,759 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:02:40,759 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:40,760 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:02:40,756 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4cf2e06280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp 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 (0x7f4cf2dc7e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:02:40,761 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:02:40,763 INFO program/MainThread: stdout[54]: LVM 2024-03-01 17:02:40,763 INFO program/MainThread: stderr[54]: 2024-03-01 17:02:40,763 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 17:02:40,767 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:02:40,770 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:40,770 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 17:02:40,773 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:40,773 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 17:02:40,777 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:40,777 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 17:02:40,780 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:40,780 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 17:02:40,780 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 17:02:40,783 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:02:40,783 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 17:02:40,786 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:02:40,786 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:02:40,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:40,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:40,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H ; incomplete: False ; hidden: False ; 2024-03-01 17:02:40,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:02:40,797 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 17:02:40,801 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:02:40,801 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 17:02:40,804 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:02:40,807 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:02:40,807 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:02:40,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 17:02:40,811 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:02:40,811 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 17:02:40,814 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:02:40,817 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:02:40,817 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 17:02:40,820 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:02:40,823 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:02:40,823 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:02:40,826 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 17:02:40,826 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:02:40,826 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:02:40,827 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 17:02:40,829 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:02:40,829 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:02:40,832 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 17:02:40,833 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:02:40,836 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/4db64b3d-336b-4ea1-971e-5f0d4f15828f ' '/dev/disk/by-id/dm-uuid-LVM-x1wHFmBRQuwIMdxE8olviGDbPeRaSav7jMqwlHmJowkmvK918vnR4i1s0OkGeN6H ' '/dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '66', '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-x1wHFmBRQuwIMdxE8olviGDbPeRaSav7jMqwlHmJowkmvK918vnR4i1s0OkGeN6H', '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': '4db64b3d-336b-4ea1-971e-5f0d4f15828f', 'ID_FS_UUID_ENC': '4db64b3d-336b-4ea1-971e-5f0d4f15828f', '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': '1277194833'} ; 2024-03-01 17:02:40,836 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:02:40,836 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:02:40,839 INFO program/MainThread: stdout[55]: LVM 2024-03-01 17:02:40,839 INFO program/MainThread: stderr[55]: 2024-03-01 17:02:40,839 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 17:02:40,839 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:02:40,841 INFO program/MainThread: stdout[56]: LVM 2024-03-01 17:02:40,841 INFO program/MainThread: stderr[56]: 2024-03-01 17:02:40,841 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 17:02:40,841 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:02:40,844 INFO program/MainThread: stdout[57]: LVM 2024-03-01 17:02:40,844 INFO program/MainThread: stderr[57]: 2024-03-01 17:02:40,844 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 17:02:40,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:40,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 17:02:40,854 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:40,855 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:40,856 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:40,856 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:40,851 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4cf2e1ba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H 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 (0x7f4cf2dc7e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 17:02:40,857 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:02:40,860 INFO program/MainThread: stdout[58]: LVM 2024-03-01 17:02:40,860 INFO program/MainThread: stderr[58]: 2024-03-01 17:02:40,860 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 17:02:40,863 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:02:40,867 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:40,867 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 17:02:40,870 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:40,870 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 17:02:40,873 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:40,873 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 17:02:40,876 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:40,876 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 17:02:40,876 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 17:02:40,879 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:02:40,879 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 17:02:40,882 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:02:40,883 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:02:40,883 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:02:40,886 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': '12232267'} ; 2024-03-01 17:02:40,886 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:02:40,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:02:40,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:40,896 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:02:40,896 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:02:40,896 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:02:40,897 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:02:40,897 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 17:02:40,897 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 17:02:40,899 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:02:40,902 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:02:40,902 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:02:40,905 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:02:40,905 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:02:40,906 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 17:02:40,906 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4cf2dbe4c0) -- 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 17:02:40,909 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:02:40,911 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:40,912 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 17:02:40,914 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:40,914 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 17:02:40,918 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:40,918 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 17:02:40,920 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:40,921 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 17:02:40,923 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:02:40,926 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:02:40,929 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:02:40,936 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 0x7f4cf2e19b00> 2024-03-01 17:02:40,981 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 17:02:40,985 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:02:40,985 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:02:40,989 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': '12234224'} ; 2024-03-01 17:02:40,989 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:02:40,989 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:02:40,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:40,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:40,998 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:02:41,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:41,004 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:41,004 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:41,015 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:41,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:02:41,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 17:02:41,038 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 17:02:41,041 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:02:41,041 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 17:02:41,044 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:02:41,046 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:02:41,047 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:02:41,049 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:02:41,050 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:02:41,050 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:02:41,053 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:02:41,055 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:02:41,058 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:02:41,061 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:02:41,063 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:02:41,064 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:02:41,064 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 17:02:41,065 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:02:41,064 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f4cf2dc6ee0) -- 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 0x7f4cf56b7310> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:02:41,068 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:02:41,070 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:41,071 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 17:02:41,073 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:41,073 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 17:02:41,076 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:41,076 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 17:02:41,079 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:41,079 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 17:02:41,079 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:02:41,082 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:02:41,082 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 17:02:41,085 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:02:41,085 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:02:41,088 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv8 ' '/dev/disk/by-uuid/4db64b3d-336b-4ea1-971e-5f0d4f15828f ' '/dev/disk/by-id/dm-uuid-LVM-x1wHFmBRQuwIMdxE8olviGDbPeRaSav7jMqwlHmJowkmvK918vnR4i1s0OkGeN6H ' '/dev/mapper/test_vg3-lv8 /dev/disk/by-id/dm-name-test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '66', '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-x1wHFmBRQuwIMdxE8olviGDbPeRaSav7jMqwlHmJowkmvK918vnR4i1s0OkGeN6H', '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': '4db64b3d-336b-4ea1-971e-5f0d4f15828f', 'ID_FS_UUID_ENC': '4db64b3d-336b-4ea1-971e-5f0d4f15828f', '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': '1277194833'} ; 2024-03-01 17:02:41,088 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:02:41,088 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:02:41,091 INFO program/MainThread: stdout[59]: LVM 2024-03-01 17:02:41,091 INFO program/MainThread: stderr[59]: 2024-03-01 17:02:41,091 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 17:02:41,091 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:02:41,093 INFO program/MainThread: stdout[60]: LVM 2024-03-01 17:02:41,094 INFO program/MainThread: stderr[60]: 2024-03-01 17:02:41,094 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 17:02:41,094 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:02:41,096 INFO program/MainThread: stdout[61]: LVM 2024-03-01 17:02:41,096 INFO program/MainThread: stderr[61]: 2024-03-01 17:02:41,096 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 17:02:41,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:41,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 17:02:41,107 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:41,108 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:41,108 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:41,109 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:41,104 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4cf2e1ba90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4cf2dc7e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:41,110 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:02:41,112 INFO program/MainThread: stdout[62]: LVM 2024-03-01 17:02:41,113 INFO program/MainThread: stderr[62]: 2024-03-01 17:02:41,113 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 17:02:41,116 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:02:41,116 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 17:02:41,119 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-x1wHFmBRQuwIMdxE8olviGDbPeRaSav73DdU9joTJJwB9wX89W6pm86Lmnylhnjp ' '/dev/disk/by-uuid/3f5a930c-d6cb-443f-befc-ddb2a0aabc51 ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/test_vg3/lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '67', '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-x1wHFmBRQuwIMdxE8olviGDbPeRaSav73DdU9joTJJwB9wX89W6pm86Lmnylhnjp', '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': '3f5a930c-d6cb-443f-befc-ddb2a0aabc51', 'ID_FS_UUID_ENC': '3f5a930c-d6cb-443f-befc-ddb2a0aabc51', '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': '1277635800'} ; 2024-03-01 17:02:41,119 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:02:41,119 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:02:41,122 INFO program/MainThread: stdout[63]: LVM 2024-03-01 17:02:41,122 INFO program/MainThread: stderr[63]: 2024-03-01 17:02:41,122 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 17:02:41,122 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:02:41,124 INFO program/MainThread: stdout[64]: LVM 2024-03-01 17:02:41,124 INFO program/MainThread: stderr[64]: 2024-03-01 17:02:41,124 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 17:02:41,125 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:02:41,127 INFO program/MainThread: stdout[65]: LVM 2024-03-01 17:02:41,127 INFO program/MainThread: stderr[65]: 2024-03-01 17:02:41,127 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 17:02:41,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:41,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 17:02:41,137 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:41,138 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:41,138 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:41,139 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:41,134 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4cf2e06280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4cf2dc7e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:41,140 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:02:41,142 INFO program/MainThread: stdout[66]: LVM 2024-03-01 17:02:41,142 INFO program/MainThread: stderr[66]: 2024-03-01 17:02:41,142 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 17:02:41,146 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:02:41,146 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 17:02:41,149 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-x1wHFmBRQuwIMdxE8olviGDbPeRaSav7ajZE7P9bFAxZi1QmZ266G77nNQ7wvuS4 ' '/dev/disk/by-uuid/2196c47c-bd20-46b7-95e4-a1e2b3c69d7c ' '/dev/mapper/test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '68', '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-x1wHFmBRQuwIMdxE8olviGDbPeRaSav7ajZE7P9bFAxZi1QmZ266G77nNQ7wvuS4', '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': '2196c47c-bd20-46b7-95e4-a1e2b3c69d7c', 'ID_FS_UUID_ENC': '2196c47c-bd20-46b7-95e4-a1e2b3c69d7c', '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': '1278667015'} ; 2024-03-01 17:02:41,149 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:02:41,149 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:02:41,151 INFO program/MainThread: stdout[67]: LVM 2024-03-01 17:02:41,151 INFO program/MainThread: stderr[67]: 2024-03-01 17:02:41,152 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 17:02:41,152 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:02:41,154 INFO program/MainThread: stdout[68]: LVM 2024-03-01 17:02:41,154 INFO program/MainThread: stderr[68]: 2024-03-01 17:02:41,154 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 17:02:41,154 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:02:41,156 INFO program/MainThread: stdout[69]: LVM 2024-03-01 17:02:41,157 INFO program/MainThread: stderr[69]: 2024-03-01 17:02:41,157 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 17:02:41,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:41,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 17:02:41,166 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:41,167 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:41,168 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:41,169 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:41,164 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4cf43c2280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4cf2dc7e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:41,169 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:02:41,172 INFO program/MainThread: stdout[70]: LVM 2024-03-01 17:02:41,172 INFO program/MainThread: stderr[70]: 2024-03-01 17:02:41,172 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 17:02:41,175 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:02:41,175 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 17:02:41,178 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/b48dcb35-5a6a-4aed-ba33-78ce4ebae592 ' '/dev/mapper/test_vg3-lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-x1wHFmBRQuwIMdxE8olviGDbPeRaSav7DnJ8NCchy3Bee3njbx5sC2LTzkp3ZfLq', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '69', '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-x1wHFmBRQuwIMdxE8olviGDbPeRaSav7DnJ8NCchy3Bee3njbx5sC2LTzkp3ZfLq', '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': 'b48dcb35-5a6a-4aed-ba33-78ce4ebae592', 'ID_FS_UUID_ENC': 'b48dcb35-5a6a-4aed-ba33-78ce4ebae592', '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': '1279770415'} ; 2024-03-01 17:02:41,178 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:02:41,178 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:02:41,181 INFO program/MainThread: stdout[71]: LVM 2024-03-01 17:02:41,181 INFO program/MainThread: stderr[71]: 2024-03-01 17:02:41,181 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 17:02:41,181 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:02:41,183 INFO program/MainThread: stdout[72]: LVM 2024-03-01 17:02:41,183 INFO program/MainThread: stderr[72]: 2024-03-01 17:02:41,184 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 17:02:41,184 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:02:41,186 INFO program/MainThread: stdout[73]: LVM 2024-03-01 17:02:41,186 INFO program/MainThread: stderr[73]: 2024-03-01 17:02:41,186 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 17:02:41,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:41,193 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 17:02:41,196 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:41,197 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:41,197 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:41,198 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:41,193 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4cf2dd8340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4cf2dc7e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:41,199 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:02:41,201 INFO program/MainThread: stdout[74]: LVM 2024-03-01 17:02:41,201 INFO program/MainThread: stderr[74]: 2024-03-01 17:02:41,201 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 17:02:41,205 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:02:41,205 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 17:02:41,208 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/4d2672d6-0eb2-4534-b963-c05be9ae7ff4 ' '/dev/test_vg2/lv4 /dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-PmxdtX88e1qskc0iPljUSEQ2K17jhkBvTEet0HFbMUf4atLFUOxgeh0CXRd7fl3J', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '70', '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-PmxdtX88e1qskc0iPljUSEQ2K17jhkBvTEet0HFbMUf4atLFUOxgeh0CXRd7fl3J', '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': '4d2672d6-0eb2-4534-b963-c05be9ae7ff4', 'ID_FS_UUID_ENC': '4d2672d6-0eb2-4534-b963-c05be9ae7ff4', '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': '1281447020'} ; 2024-03-01 17:02:41,208 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:02:41,208 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:02:41,210 INFO program/MainThread: stdout[75]: LVM 2024-03-01 17:02:41,210 INFO program/MainThread: stderr[75]: 2024-03-01 17:02:41,210 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 17:02:41,211 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:02:41,213 INFO program/MainThread: stdout[76]: LVM 2024-03-01 17:02:41,213 INFO program/MainThread: stderr[76]: 2024-03-01 17:02:41,213 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 17:02:41,213 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:02:41,215 INFO program/MainThread: stdout[77]: LVM 2024-03-01 17:02:41,216 INFO program/MainThread: stderr[77]: 2024-03-01 17:02:41,216 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 17:02:41,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:41,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 17:02:41,225 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:41,225 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:41,226 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:41,226 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:41,223 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4cf2dbe9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4cf2e35b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) 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 17:02:41,227 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:02:41,229 INFO program/MainThread: stdout[78]: LVM 2024-03-01 17:02:41,229 INFO program/MainThread: stderr[78]: 2024-03-01 17:02:41,230 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 17:02:41,233 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:02:41,233 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 17:02:41,236 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/175ee0b8-5dde-4d1d-b5e0-0dbf01384680 ' '/dev/disk/by-id/dm-uuid-LVM-PmxdtX88e1qskc0iPljUSEQ2K17jhkBvHvnrwOIc0qVtuJnkpfHLh0Mxa9USTBD0 ' '/dev/test_vg2/lv3 /dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-name-test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '71', '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-PmxdtX88e1qskc0iPljUSEQ2K17jhkBvHvnrwOIc0qVtuJnkpfHLh0Mxa9USTBD0', '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': '175ee0b8-5dde-4d1d-b5e0-0dbf01384680', 'ID_FS_UUID_ENC': '175ee0b8-5dde-4d1d-b5e0-0dbf01384680', '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': '1281933994'} ; 2024-03-01 17:02:41,236 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:02:41,236 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:02:41,238 INFO program/MainThread: stdout[79]: LVM 2024-03-01 17:02:41,239 INFO program/MainThread: stderr[79]: 2024-03-01 17:02:41,239 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 17:02:41,239 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:02:41,241 INFO program/MainThread: stdout[80]: LVM 2024-03-01 17:02:41,241 INFO program/MainThread: stderr[80]: 2024-03-01 17:02:41,241 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 17:02:41,241 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:02:41,244 INFO program/MainThread: stdout[81]: LVM 2024-03-01 17:02:41,244 INFO program/MainThread: stderr[81]: 2024-03-01 17:02:41,244 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 17:02:41,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:41,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 17:02:41,253 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:41,254 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:41,254 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:41,255 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:41,251 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4cf2dbe370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4cf2e35b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:41,255 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:02:41,258 INFO program/MainThread: stdout[82]: LVM 2024-03-01 17:02:41,258 INFO program/MainThread: stderr[82]: 2024-03-01 17:02:41,258 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 17:02:41,261 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:02:41,261 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 17:02:41,264 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv2 /dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-Urhqgaf5QhMGhjoskOAkgV5QnebJoQQYU8N7ScGF5GfT6wRtn6EpDdkW4CEWfWX8 ' '/dev/disk/by-uuid/7e866aa2-7ce6-4d2b-bb99-4698af0d5434 ' '/dev/disk/by-id/dm-name-test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '72', '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-Urhqgaf5QhMGhjoskOAkgV5QnebJoQQYU8N7ScGF5GfT6wRtn6EpDdkW4CEWfWX8', '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': '7e866aa2-7ce6-4d2b-bb99-4698af0d5434', 'ID_FS_UUID_ENC': '7e866aa2-7ce6-4d2b-bb99-4698af0d5434', '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': '1283625441'} ; 2024-03-01 17:02:41,264 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:02:41,265 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:02:41,267 INFO program/MainThread: stdout[83]: LVM 2024-03-01 17:02:41,267 INFO program/MainThread: stderr[83]: 2024-03-01 17:02:41,267 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 17:02:41,267 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:02:41,269 INFO program/MainThread: stdout[84]: LVM 2024-03-01 17:02:41,270 INFO program/MainThread: stderr[84]: 2024-03-01 17:02:41,270 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 17:02:41,270 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:02:41,272 INFO program/MainThread: stdout[85]: LVM 2024-03-01 17:02:41,272 INFO program/MainThread: stderr[85]: 2024-03-01 17:02:41,272 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 17:02:41,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:41,279 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 17:02:41,281 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:41,282 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:41,282 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:41,283 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:41,279 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4cf2e1b4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4cf2ecd760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with 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 17:02:41,283 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:02:41,286 INFO program/MainThread: stdout[86]: LVM 2024-03-01 17:02:41,286 INFO program/MainThread: stderr[86]: 2024-03-01 17:02:41,286 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 17:02:41,289 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:02:41,290 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 17:02:41,292 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/b0bc79c2-c40d-4b23-ae03-9571e0430186 ' '/dev/disk/by-id/dm-uuid-LVM-Urhqgaf5QhMGhjoskOAkgV5QnebJoQQYzuzv27P2yaBR7lSOIjJU8DUC2KSTR1Ul ' '/dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '73', '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-Urhqgaf5QhMGhjoskOAkgV5QnebJoQQYzuzv27P2yaBR7lSOIjJU8DUC2KSTR1Ul', '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': 'b0bc79c2-c40d-4b23-ae03-9571e0430186', 'ID_FS_UUID_ENC': 'b0bc79c2-c40d-4b23-ae03-9571e0430186', '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': '1284139291'} ; 2024-03-01 17:02:41,292 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:02:41,293 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:02:41,295 INFO program/MainThread: stdout[87]: LVM 2024-03-01 17:02:41,295 INFO program/MainThread: stderr[87]: 2024-03-01 17:02:41,295 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 17:02:41,295 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:02:41,298 INFO program/MainThread: stdout[88]: LVM 2024-03-01 17:02:41,298 INFO program/MainThread: stderr[88]: 2024-03-01 17:02:41,298 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 17:02:41,298 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:02:41,300 INFO program/MainThread: stdout[89]: LVM 2024-03-01 17:02:41,300 INFO program/MainThread: stderr[89]: 2024-03-01 17:02:41,300 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 17:02:41,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:41,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:02:41,309 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:41,310 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:41,310 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:41,311 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:41,307 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4cf2e1be50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4cf2ecd760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:41,312 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:02:41,314 INFO program/MainThread: stdout[90]: LVM 2024-03-01 17:02:41,314 INFO program/MainThread: stderr[90]: 2024-03-01 17:02:41,314 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 17:02:41,317 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:02:41,318 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:02:41,318 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:41,329 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:41,346 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 17:02:41,347 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 17:02:41,350 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 17:02:41,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:41,355 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 17:02:41,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:02:41,358 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:02:41,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:02:41,363 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:41,366 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:02:41,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:02:41,369 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:02:41,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:02:41,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:41,376 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 17:02:41,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:02:41,379 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:02:41,382 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:02:41,384 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:41,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:02:41,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:02:41,390 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:02:41,392 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 17:02:41,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:41,397 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:02:41,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:02:41,400 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 17:02:41,402 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 17:02:41,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:41,408 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 17:02:41,410 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:02:41,410 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:02:44,367 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_p1vb7lks/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:02:44,402 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:02:44,402 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:02:44,405 INFO program/MainThread: stdout[2]: 2024-03-01 17:02:44,405 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 17:02:44,405 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:02:44,406 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:02:44,410 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:44,410 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:02:44,414 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:02:44,414 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:02:44,417 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:02:44,417 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:02:44,419 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:02:44,420 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:02:44,430 INFO program/MainThread: stdout: 2024-03-01 17:02:44,430 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:02:44,430 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 2024-03-01 17:02:44,430 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 7e866aa2-7ce6-4d2b-bb99-4698af0d5434 2024-03-01 17:02:44,430 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 2024-03-01 17:02:44,430 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 7e866aa2-7ce6-4d2b-bb99-4698af0d5434 2024-03-01 17:02:44,430 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs b0bc79c2-c40d-4b23-ae03-9571e0430186 2024-03-01 17:02:44,430 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq 2024-03-01 17:02:44,430 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member 2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr 2024-03-01 17:02:44,430 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 4d2672d6-0eb2-4534-b963-c05be9ae7ff4 2024-03-01 17:02:44,430 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 175ee0b8-5dde-4d1d-b5e0-0dbf01384680 2024-03-01 17:02:44,430 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 2024-03-01 17:02:44,430 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs 2024-03-01 17:02:44,430 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT 2024-03-01 17:02:44,430 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 4db64b3d-336b-4ea1-971e-5f0d4f15828f 2024-03-01 17:02:44,430 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 3f5a930c-d6cb-443f-befc-ddb2a0aabc51 2024-03-01 17:02:44,431 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 2196c47c-bd20-46b7-95e4-a1e2b3c69d7c 2024-03-01 17:02:44,431 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1 2024-03-01 17:02:44,431 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 2196c47c-bd20-46b7-95e4-a1e2b3c69d7c 2024-03-01 17:02:44,431 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq 2024-03-01 17:02:44,431 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs b48dcb35-5a6a-4aed-ba33-78ce4ebae592 2024-03-01 17:02:44,431 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 2024-03-01 17:02:44,431 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs b48dcb35-5a6a-4aed-ba33-78ce4ebae592 2024-03-01 17:02:44,431 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:02:44,431 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:02:44,431 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:02:44,431 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs a4d9efbc-be36-4c5f-99af-596afd10159d e61ef7e0-01 / 2024-03-01 17:02:44,431 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:44,431 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 7e866aa2-7ce6-4d2b-bb99-4698af0d5434 sdb 1073741824 root disk brw-rw---- LVM2_member aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 7e866aa2-7ce6-4d2b-bb99-4698af0d5434 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs b0bc79c2-c40d-4b23-ae03-9571e0430186 sdc 1073741824 root disk brw-rw---- LVM2_member vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq sdd 1073741824 root disk brw-rw---- LVM2_member 2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 4d2672d6-0eb2-4534-b963-c05be9ae7ff4 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 175ee0b8-5dde-4d1d-b5e0-0dbf01384680 sde 1073741824 root disk brw-rw---- LVM2_member KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 sdf 1073741824 root disk brw-rw---- LVM2_member j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs sdg 1073741824 root disk brw-rw---- LVM2_member BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 4db64b3d-336b-4ea1-971e-5f0d4f15828f |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 3f5a930c-d6cb-443f-befc-ddb2a0aabc51 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 2196c47c-bd20-46b7-95e4-a1e2b3c69d7c sdh 1073741824 root disk brw-rw---- LVM2_member AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 2196c47c-bd20-46b7-95e4-a1e2b3c69d7c sdi 1073741824 root disk brw-rw---- LVM2_member cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs b48dcb35-5a6a-4aed-ba33-78ce4ebae592 sdj 1073741824 root disk brw-rw---- LVM2_member cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs b48dcb35-5a6a-4aed-ba33-78ce4ebae592 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 17:02:44,431 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:02:44,431 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:02:44,432 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:02:44,432 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:02:44,432 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:02:44,432 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:02:44,432 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:44,444 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:44,460 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 17:02:44,464 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-id/lvm-pv-uuid-s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_7cf51c23-445f-40df-a6c2-5f80572c63a5 ' '/dev/disk/by-id/scsi-360014057cf51c23445f40dfa6c25f805 ' '/dev/disk/by-diskseq/2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', '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': 's1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31', 'ID_FS_UUID_ENC': 's1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31', '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': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'ID_SERIAL': '360014057cf51c23445f40dfa6c25f805', 'ID_SERIAL_SHORT': '60014057cf51c23445f40dfa6c25f805', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cf51c234', 'ID_WWN_VENDOR_EXTENSION': '0x45f40dfa6c25f805', 'ID_WWN_WITH_EXTENSION': '0x60014057cf51c23445f40dfa6c25f805', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cf51c23445f40dfa6c25f805', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cf51c23-445f-40df-a6c2-5f80572c63a5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714898134'} ; 2024-03-01 17:02:44,465 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 17:02:44,465 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 17:02:44,505 INFO program/MainThread: stdout[3]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul 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=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 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=TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J 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=DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq 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=DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq 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=ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 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=ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 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=3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp 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=jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H 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 17:02:44,505 INFO program/MainThread: stderr[3]: 2024-03-01 17:02:44,505 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:02:44,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:02:44,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:44,516 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:02:44,518 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 17:02:44,523 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:02:44,523 INFO blivet/MainThread: sda is a disk 2024-03-01 17:02:44,523 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:02:44,524 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:02:44,527 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:02:44,530 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:02:44,530 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 17:02:44,533 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 17:02:44,534 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:02:44,534 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:02:44,534 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4b955146d0) -- 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 = 60014057cf51c23445f40dfa6c25f805 2024-03-01 17:02:44,537 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:02:44,541 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:44,541 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:02:44,544 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:44,544 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:02:44,547 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:44,548 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:02:44,551 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:44,551 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:02:44,554 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:02:44,554 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:02:44,554 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 17:02:44,589 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_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=aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_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=vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=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 17:02:44,589 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7. WARNING: Couldn't find device with uuid vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq. WARNING: VG test_vg1 is missing PV aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq (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 17:02:44,589 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:02:44,589 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:02:44,593 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 ; label: None ; device: /dev/sda ; serial: 360014057cf51c23445f40dfa6c25f805 ; exists: True ; vg_name: test_vg1 ; vg_uuid: Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY ; pe_start: 8 MiB ; 2024-03-01 17:02:44,594 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:02:44,597 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:02:44,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY ; incomplete: True ; hidden: False ; 2024-03-01 17:02:44,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:02:44,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:44,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:44,608 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 17:02:44,648 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=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 17:02:44,648 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7. WARNING: Couldn't find device with uuid vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq. WARNING: VG test_vg1 is missing PV aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq (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 17:02:44,648 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:02:44,648 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:02:44,649 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:02:44,654 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:02:44,657 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:02:44,657 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:02:44,661 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:02:44,661 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 17:02:44,695 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul 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=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 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=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 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 17:02:44,696 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7. WARNING: Couldn't find device with uuid vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq. WARNING: VG test_vg1 is missing PV aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq (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 17:02:44,696 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:02:44,700 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:02:44,700 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:02:44,703 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:02:44,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY ; incomplete: True ; hidden: False ; 2024-03-01 17:02:44,708 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:02:44,709 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:02:44,709 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:02:44,712 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/3 ' '/dev/disk/by-id/scsi-36001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/wwn-0x6001405bfdaa9bea299423f892a1b88d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_bfdaa9be-a299-423f-892a-1b88db2554b9 ' '/dev/disk/by-id/lvm-pv-uuid-aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7', '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': 'aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7', 'ID_FS_UUID_ENC': 'aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7', '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': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'ID_SERIAL': '36001405bfdaa9bea299423f892a1b88d', 'ID_SERIAL_SHORT': '6001405bfdaa9bea299423f892a1b88d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bfdaa9bea', 'ID_WWN_VENDOR_EXTENSION': '0x299423f892a1b88d', 'ID_WWN_WITH_EXTENSION': '0x6001405bfdaa9bea299423f892a1b88d', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bfdaa9bea299423f892a1b88d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bfdaa9be-a299-423f-892a-1b88db2554b9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714880349'} ; 2024-03-01 17:02:44,712 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 17:02:44,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:02:44,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:44,723 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:02:44,723 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:02:44,724 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:02:44,724 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:02:44,727 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:02:44,730 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:02:44,730 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 17:02:44,733 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 17:02:44,733 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:02:44,733 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:02:44,733 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4b9413b970) -- 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 = 6001405bfdaa9bea299423f892a1b88d 2024-03-01 17:02:44,736 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:02:44,739 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:44,740 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:02:44,742 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:44,743 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:02:44,746 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:44,746 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:02:44,749 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:44,749 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:02:44,751 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:02:44,751 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:02:44,752 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 17:02:44,788 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_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=vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=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 17:02:44,789 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq. WARNING: VG test_vg1 is missing PV vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq (last written to /dev/sdc). 2024-03-01 17:02:44,789 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:02:44,789 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:02:44,793 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 ; label: None ; device: /dev/sdb ; serial: 36001405bfdaa9bea299423f892a1b88d ; exists: True ; vg_name: test_vg1 ; vg_uuid: Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 17:02:44,793 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:02:44,796 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:02:44,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY ; incomplete: True ; hidden: False ; 2024-03-01 17:02:44,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:02:44,804 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:02:44,807 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:02:44,810 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:02:44,813 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY ; incomplete: True ; hidden: False ; 2024-03-01 17:02:44,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:02:44,816 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 17:02:44,852 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul 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=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 17:02:44,853 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq. WARNING: VG test_vg1 is missing PV vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq (last written to /dev/sdc). 2024-03-01 17:02:44,853 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:02:44,853 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:02:44,853 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:02:44,857 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-diskseq/12 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c ' '/dev/disk/by-id/wwn-0x60014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-360014051372a44c1af14aec911a838a7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_1372a44c-1af1-4aec-911a-838a73b1d70c', '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': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'ID_SERIAL': '360014051372a44c1af14aec911a838a7', 'ID_SERIAL_SHORT': '60014051372a44c1af14aec911a838a7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051372a44c1', 'ID_WWN_VENDOR_EXTENSION': '0xaf14aec911a838a7', 'ID_WWN_WITH_EXTENSION': '0x60014051372a44c1af14aec911a838a7', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051372a44c1af14aec911a838a7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1372a44c-1af1-4aec-911a-838a73b1d70c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715410443'} ; 2024-03-01 17:02:44,857 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 17:02:44,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:02:44,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:44,868 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:02:44,869 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:02:44,869 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:02:44,869 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:02:44,872 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:02:44,875 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:02:44,875 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 17:02:44,878 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 17:02:44,878 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:02:44,878 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:02:44,878 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4b940c5850) -- 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 = 60014051372a44c1af14aec911a838a7 2024-03-01 17:02:44,882 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:02:44,882 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:02:44,885 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593 ' '/dev/disk/by-id/scsi-36001405fb729fc8fd9847308990b0f84 ' '/dev/disk/by-diskseq/13 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_fb729fc8-fd98-4730-8990-b0f849513593', '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': 'fb729fc8-fd98-4730-8990-b0f849513593', 'ID_SERIAL': '36001405fb729fc8fd9847308990b0f84', 'ID_SERIAL_SHORT': '6001405fb729fc8fd9847308990b0f84', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb729fc8f', 'ID_WWN_VENDOR_EXTENSION': '0xd9847308990b0f84', 'ID_WWN_WITH_EXTENSION': '0x6001405fb729fc8fd9847308990b0f84', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb729fc8fd9847308990b0f84', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb729fc8-fd98-4730-8990-b0f849513593', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715443786'} ; 2024-03-01 17:02:44,885 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 17:02:44,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:02:44,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:44,895 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:02:44,896 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:02:44,896 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:02:44,896 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:02:44,899 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:02:44,901 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:02:44,902 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 17:02:44,904 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 17:02:44,905 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:02:44,905 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:02:44,905 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4b940c5760) -- 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 = 6001405fb729fc8fd9847308990b0f84 2024-03-01 17:02:44,908 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:02:44,908 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:02:44,911 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/dev/disk/by-id/lvm-pv-uuid-vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq ' '/dev/disk/by-id/scsi-36001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/wwn-0x6001405f45dc9d5eb5d4232af322bc7b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0 ' '/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': 'vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq', 'ID_FS_UUID_ENC': 'vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq', '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': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'ID_SERIAL': '36001405f45dc9d5eb5d4232af322bc7b', 'ID_SERIAL_SHORT': '6001405f45dc9d5eb5d4232af322bc7b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f45dc9d5e', 'ID_WWN_VENDOR_EXTENSION': '0xb5d4232af322bc7b', 'ID_WWN_WITH_EXTENSION': '0x6001405f45dc9d5eb5d4232af322bc7b', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f45dc9d5eb5d4232af322bc7b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f45dc9d5-eb5d-4232-af32-2bc7beb6e6c0', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '714961596'} ; 2024-03-01 17:02:44,911 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 17:02:44,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:02:44,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:44,922 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:02:44,922 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:02:44,922 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:02:44,923 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:02:44,925 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:02:44,928 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:02:44,928 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 17:02:44,931 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 17:02:44,932 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:02:44,932 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:02:44,932 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4b940da070) -- 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 = 6001405f45dc9d5eb5d4232af322bc7b 2024-03-01 17:02:44,935 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:02:44,938 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:44,938 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:02:44,941 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:44,941 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:02:44,944 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:44,944 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:02:44,947 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:44,947 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:02:44,950 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:02:44,950 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:02:44,950 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 17:02:44,982 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=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 17:02:44,983 INFO program/MainThread: stderr[9]: 2024-03-01 17:02:44,983 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:02:44,983 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:02:44,987 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq ; label: None ; device: /dev/sdc ; serial: 36001405f45dc9d5eb5d4232af322bc7b ; exists: True ; vg_name: test_vg1 ; vg_uuid: Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:02:44,987 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:02:44,990 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:02:44,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY ; incomplete: True ; hidden: False ; 2024-03-01 17:02:44,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:02:44,999 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:02:45,001 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:02:45,004 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:02:45,007 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY ; incomplete: True ; hidden: False ; 2024-03-01 17:02:45,009 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:02:45,010 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 17:02:45,045 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul 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=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_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 17:02:45,045 INFO program/MainThread: stderr[10]: 2024-03-01 17:02:45,045 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:02:45,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:45,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:45,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul ; incomplete: False ; hidden: False ; 2024-03-01 17:02:45,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:02:45,058 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:02:45,061 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:02:45,061 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:02:45,064 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:02:45,068 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:02:45,068 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:02:45,072 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 17:02:45,072 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:02:45,072 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:02:45,075 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:02:45,078 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:02:45,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:02:45,081 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:02:45,084 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:02:45,085 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:02:45,088 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 17:02:45,088 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:02:45,088 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:02:45,088 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:02:45,091 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:02:45,091 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:02:45,094 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 17:02:45,095 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:02:45,099 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/b0bc79c2-c40d-4b23-ae03-9571e0430186 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-Urhqgaf5QhMGhjoskOAkgV5QnebJoQQYzuzv27P2yaBR7lSOIjJU8DUC2KSTR1Ul', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '73', '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-Urhqgaf5QhMGhjoskOAkgV5QnebJoQQYzuzv27P2yaBR7lSOIjJU8DUC2KSTR1Ul', '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': 'b0bc79c2-c40d-4b23-ae03-9571e0430186', 'ID_FS_UUID_ENC': 'b0bc79c2-c40d-4b23-ae03-9571e0430186', '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': '1284139291'} ; 2024-03-01 17:02:45,099 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:02:45,099 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:02:45,102 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:02:45,102 INFO program/MainThread: stderr[11]: 2024-03-01 17:02:45,102 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:02:45,102 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:02:45,105 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:02:45,105 INFO program/MainThread: stderr[12]: 2024-03-01 17:02:45,105 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:02:45,105 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:02:45,107 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:02:45,108 INFO program/MainThread: stderr[13]: 2024-03-01 17:02:45,108 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:02:45,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:45,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:02:45,117 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:45,117 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:02:45,117 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:45,118 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:02:45,114 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul 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 (0x7f4b9418c760) -- 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 = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = 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 17:02:45,118 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:02:45,121 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:02:45,121 INFO program/MainThread: stderr[14]: 2024-03-01 17:02:45,121 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:02:45,125 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:02:45,128 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:45,128 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:02:45,131 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:45,131 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:02:45,134 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:45,135 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:02:45,138 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:45,138 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:02:45,139 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:02:45,139 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:02:45,143 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:02:45,143 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:02:45,146 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:02:45,146 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:02:45,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:45,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:45,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:45,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:02:45,158 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:02:45,161 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:02:45,161 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:02:45,164 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:02:45,167 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:02:45,167 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:02:45,171 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 17:02:45,171 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:02:45,171 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:02:45,174 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:02:45,178 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:02:45,178 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:02:45,181 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:02:45,184 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:02:45,184 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:02:45,187 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 17:02:45,187 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:02:45,188 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:02:45,188 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 17:02:45,190 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:02:45,191 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:02:45,194 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 17:02:45,194 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:02:45,197 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/7e866aa2-7ce6-4d2b-bb99-4698af0d5434 ' '/dev/test_vg1/lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-Urhqgaf5QhMGhjoskOAkgV5QnebJoQQYU8N7ScGF5GfT6wRtn6EpDdkW4CEWfWX8', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '72', '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-Urhqgaf5QhMGhjoskOAkgV5QnebJoQQYU8N7ScGF5GfT6wRtn6EpDdkW4CEWfWX8', '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': '7e866aa2-7ce6-4d2b-bb99-4698af0d5434', 'ID_FS_UUID_ENC': '7e866aa2-7ce6-4d2b-bb99-4698af0d5434', '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': '1283625441'} ; 2024-03-01 17:02:45,197 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:02:45,198 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:02:45,200 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:02:45,201 INFO program/MainThread: stderr[15]: 2024-03-01 17:02:45,201 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:02:45,201 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:02:45,203 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:02:45,203 INFO program/MainThread: stderr[16]: 2024-03-01 17:02:45,203 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:02:45,203 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:02:45,206 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:02:45,206 INFO program/MainThread: stderr[17]: 2024-03-01 17:02:45,206 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:02:45,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:45,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 17:02:45,215 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:45,216 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:45,216 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:45,217 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:45,213 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 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 (0x7f4b9418c760) -- name = test_vg1 status = True 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 = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with 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 17:02:45,217 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:02:45,220 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:02:45,220 INFO program/MainThread: stderr[18]: 2024-03-01 17:02:45,220 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:02:45,223 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:02:45,227 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:45,227 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:02:45,230 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:45,230 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:02:45,233 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:45,234 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:02:45,237 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:45,237 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:02:45,237 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 17:02:45,240 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:02:45,240 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:02:45,243 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:02:45,243 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:02:45,244 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:02:45,247 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_bdf17544-09e4-40ed-b3fe-e6cb5cb853d4 ' '/dev/disk/by-id/scsi-36001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/wwn-0x6001405bdf1754409e440edb3fee6cb5 ' '/dev/disk/by-id/lvm-pv-uuid-2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr ' '/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': '2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr', 'ID_FS_UUID_ENC': '2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr', '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': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'ID_SERIAL': '36001405bdf1754409e440edb3fee6cb5', 'ID_SERIAL_SHORT': '6001405bdf1754409e440edb3fee6cb5', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bdf175440', 'ID_WWN_VENDOR_EXTENSION': '0x9e440edb3fee6cb5', 'ID_WWN_WITH_EXTENSION': '0x6001405bdf1754409e440edb3fee6cb5', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bdf1754409e440edb3fee6cb5', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bdf17544-09e4-40ed-b3fe-e6cb5cb853d4', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715001239'} ; 2024-03-01 17:02:45,247 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 17:02:45,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:02:45,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:45,258 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:02:45,258 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:02:45,259 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:02:45,259 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:02:45,261 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:02:45,264 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:02:45,264 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 17:02:45,267 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 17:02:45,268 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:02:45,268 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:02:45,268 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4b940d94c0) -- 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 = 6001405bdf1754409e440edb3fee6cb5 2024-03-01 17:02:45,271 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:02:45,274 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:45,274 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:02:45,277 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:45,277 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:02:45,280 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:45,280 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:02:45,283 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:45,283 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:02:45,286 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 17:02:45,286 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:02:45,286 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/sda,/dev/sdb,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:45,321 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_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=KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_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=j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=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 17:02:45,321 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5. WARNING: Couldn't find device with uuid j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs. WARNING: VG test_vg2 is missing PV KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs (last written to /dev/sdf). 2024-03-01 17:02:45,321 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:02:45,321 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 17:02:45,325 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr ; label: None ; device: /dev/sdd ; serial: 36001405bdf1754409e440edb3fee6cb5 ; exists: True ; vg_name: test_vg2 ; vg_uuid: PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 17:02:45,326 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 17:02:45,329 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:02:45,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv ; incomplete: True ; hidden: False ; 2024-03-01 17:02:45,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:02:45,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:45,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:45,340 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/sda,/dev/sdb,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:45,373 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 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=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=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 17:02:45,373 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5. WARNING: Couldn't find device with uuid j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs. WARNING: VG test_vg2 is missing PV KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs (last written to /dev/sdf). 2024-03-01 17:02:45,373 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:02:45,373 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:02:45,373 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:02:45,377 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:02:45,381 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:02:45,381 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:02:45,384 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:02:45,384 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/sda,/dev/sdb,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:45,417 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul 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=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 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=TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J 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 17:02:45,418 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5. WARNING: Couldn't find device with uuid j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs. WARNING: VG test_vg2 is missing PV KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs (last written to /dev/sdf). 2024-03-01 17:02:45,418 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:02:45,422 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 17:02:45,422 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 17:02:45,425 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 17:02:45,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv ; incomplete: True ; hidden: False ; 2024-03-01 17:02:45,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:02:45,431 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:02:45,431 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:02:45,434 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-id/wwn-0x6001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/lvm-pv-uuid-KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 ' '/dev/disk/by-id/scsi-36001405612312a0b2d549c993d22f60a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b ' '/dev/disk/by-diskseq/6', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'DISKSEQ': '6', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5', 'ID_FS_UUID_ENC': 'KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5', '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': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'ID_SERIAL': '36001405612312a0b2d549c993d22f60a', 'ID_SERIAL_SHORT': '6001405612312a0b2d549c993d22f60a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405612312a0b', 'ID_WWN_VENDOR_EXTENSION': '0x2d549c993d22f60a', 'ID_WWN_WITH_EXTENSION': '0x6001405612312a0b2d549c993d22f60a', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405612312a0b2d549c993d22f60a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '612312a0-b2d5-49c9-93d2-2f60aa10c27b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715062067'} ; 2024-03-01 17:02:45,434 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 17:02:45,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:02:45,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:45,445 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:02:45,446 INFO blivet/MainThread: sde is a disk 2024-03-01 17:02:45,446 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:02:45,446 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:02:45,449 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:02:45,452 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:02:45,452 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 17:02:45,455 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 17:02:45,455 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:02:45,456 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 17:02:45,456 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4b9418c0d0) -- 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 = 6001405612312a0b2d549c993d22f60a 2024-03-01 17:02:45,459 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:02:45,462 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:45,462 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 17:02:45,465 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:45,465 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 17:02:45,468 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:45,468 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 17:02:45,471 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:45,471 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 17:02:45,474 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 17:02:45,474 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:02:45,474 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/sde,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:45,515 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_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=j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=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 17:02:45,515 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs. WARNING: VG test_vg2 is missing PV j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs (last written to /dev/sdf). 2024-03-01 17:02:45,515 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:02:45,515 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 17:02:45,519 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 ; label: None ; device: /dev/sde ; serial: 36001405612312a0b2d549c993d22f60a ; exists: True ; vg_name: test_vg2 ; vg_uuid: PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:02:45,519 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 17:02:45,522 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:02:45,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv ; incomplete: True ; hidden: False ; 2024-03-01 17:02:45,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:02:45,531 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:02:45,534 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:02:45,536 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 17:02:45,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv ; incomplete: True ; hidden: False ; 2024-03-01 17:02:45,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:02:45,542 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/sde,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:45,575 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul 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=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 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=TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J 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 17:02:45,575 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs. WARNING: VG test_vg2 is missing PV j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs (last written to /dev/sdf). 2024-03-01 17:02:45,575 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:02:45,575 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:02:45,575 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:02:45,580 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs ' '/dev/disk/by-id/wwn-0x600140514e1c5412f2a4e3da52cb21dd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_14e1c541-2f2a-4e3d-a52c-b21ddb4fd064 ' '/dev/disk/by-id/scsi-3600140514e1c5412f2a4e3da52cb21dd ' '/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': 'j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs', 'ID_FS_UUID_ENC': 'j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs', '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': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'ID_SERIAL': '3600140514e1c5412f2a4e3da52cb21dd', 'ID_SERIAL_SHORT': '600140514e1c5412f2a4e3da52cb21dd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140514e1c5412', 'ID_WWN_VENDOR_EXTENSION': '0xf2a4e3da52cb21dd', 'ID_WWN_WITH_EXTENSION': '0x600140514e1c5412f2a4e3da52cb21dd', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140514e1c5412f2a4e3da52cb21dd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '14e1c541-2f2a-4e3d-a52c-b21ddb4fd064', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715143859'} ; 2024-03-01 17:02:45,580 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 17:02:45,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:02:45,586 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:45,592 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:02:45,592 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:02:45,592 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 17:02:45,592 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:02:45,595 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:02:45,598 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:02:45,598 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 17:02:45,601 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 17:02:45,602 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:02:45,602 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 17:02:45,602 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4b9418c070) -- 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 = 600140514e1c5412f2a4e3da52cb21dd 2024-03-01 17:02:45,605 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:02:45,608 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:45,608 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 17:02:45,611 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:45,611 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 17:02:45,614 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:45,614 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 17:02:45,617 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:45,618 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 17:02:45,620 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 17:02:45,620 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:02:45,620 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/sdf,/dev/sde,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:45,658 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=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 17:02:45,658 INFO program/MainThread: stderr[24]: 2024-03-01 17:02:45,658 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:02:45,659 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 17:02:45,663 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs ; label: None ; device: /dev/sdf ; serial: 3600140514e1c5412f2a4e3da52cb21dd ; exists: True ; vg_name: test_vg2 ; vg_uuid: PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:02:45,663 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 17:02:45,666 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:02:45,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv ; incomplete: True ; hidden: False ; 2024-03-01 17:02:45,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:02:45,675 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:02:45,678 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:02:45,680 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 17:02:45,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv ; incomplete: True ; hidden: False ; 2024-03-01 17:02:45,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:02:45,686 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/sdf,/dev/sde,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:45,720 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul 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=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 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=TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J 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 17:02:45,720 INFO program/MainThread: stderr[25]: 2024-03-01 17:02:45,720 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:02:45,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:45,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:45,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:45,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:02:45,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:02:45,736 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:02:45,737 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:02:45,740 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:02:45,743 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:02:45,743 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:02:45,747 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 17:02:45,747 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:02:45,747 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:02:45,750 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:02:45,753 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:02:45,753 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:02:45,756 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:02:45,759 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:02:45,760 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:02:45,763 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 17:02:45,763 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:02:45,763 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:02:45,763 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 17:02:45,766 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:02:45,766 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:02:45,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 17:02:45,770 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:02:45,773 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-uuid/175ee0b8-5dde-4d1d-b5e0-0dbf01384680 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-PmxdtX88e1qskc0iPljUSEQ2K17jhkBvHvnrwOIc0qVtuJnkpfHLh0Mxa9USTBD0 ' '/dev/test_vg2/lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '71', '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-PmxdtX88e1qskc0iPljUSEQ2K17jhkBvHvnrwOIc0qVtuJnkpfHLh0Mxa9USTBD0', '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': '175ee0b8-5dde-4d1d-b5e0-0dbf01384680', 'ID_FS_UUID_ENC': '175ee0b8-5dde-4d1d-b5e0-0dbf01384680', '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': '1281933994'} ; 2024-03-01 17:02:45,773 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:02:45,774 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:02:45,776 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:02:45,777 INFO program/MainThread: stderr[26]: 2024-03-01 17:02:45,777 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:02:45,777 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:02:45,779 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:02:45,779 INFO program/MainThread: stderr[27]: 2024-03-01 17:02:45,779 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:02:45,779 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:02:45,782 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:02:45,782 INFO program/MainThread: stderr[28]: 2024-03-01 17:02:45,782 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:02:45,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:45,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 17:02:45,791 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:45,792 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:02:45,792 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:45,792 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:02:45,789 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 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 (0x7f4b940d3b50) -- 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 = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 17:02:45,793 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:02:45,795 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:02:45,795 INFO program/MainThread: stderr[29]: 2024-03-01 17:02:45,795 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:02:45,799 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:02:45,802 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:45,802 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 17:02:45,806 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:45,806 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 17:02:45,809 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:45,809 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:02:45,812 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:45,812 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 17:02:45,813 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 17:02:45,816 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:02:45,816 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 17:02:45,819 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:02:45,819 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:02:45,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:45,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:45,828 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J ; incomplete: False ; hidden: False ; 2024-03-01 17:02:45,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:02:45,831 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:02:45,834 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:02:45,834 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:02:45,837 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:02:45,840 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:02:45,841 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:02:45,844 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 17:02:45,844 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:02:45,844 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 17:02:45,848 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:02:45,851 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:02:45,851 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:02:45,854 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:02:45,857 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:02:45,857 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:02:45,860 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 17:02:45,861 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:02:45,861 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:02:45,861 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 17:02:45,864 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:02:45,864 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:02:45,867 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 17:02:45,867 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:02:45,870 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-PmxdtX88e1qskc0iPljUSEQ2K17jhkBvTEet0HFbMUf4atLFUOxgeh0CXRd7fl3J ' '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/4d2672d6-0eb2-4534-b963-c05be9ae7ff4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '70', '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-PmxdtX88e1qskc0iPljUSEQ2K17jhkBvTEet0HFbMUf4atLFUOxgeh0CXRd7fl3J', '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': '4d2672d6-0eb2-4534-b963-c05be9ae7ff4', 'ID_FS_UUID_ENC': '4d2672d6-0eb2-4534-b963-c05be9ae7ff4', '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': '1281447020'} ; 2024-03-01 17:02:45,871 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:02:45,871 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:02:45,873 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:02:45,873 INFO program/MainThread: stderr[30]: 2024-03-01 17:02:45,873 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:02:45,873 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:02:45,876 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:02:45,876 INFO program/MainThread: stderr[31]: 2024-03-01 17:02:45,876 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:02:45,876 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:02:45,878 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:02:45,878 INFO program/MainThread: stderr[32]: 2024-03-01 17:02:45,879 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:02:45,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:45,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 17:02:45,888 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:45,889 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:45,889 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:45,890 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:45,886 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J 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 (0x7f4b940d3b50) -- name = test_vg2 status = 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 = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) 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 17:02:45,890 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:02:45,892 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:02:45,893 INFO program/MainThread: stderr[33]: 2024-03-01 17:02:45,893 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:02:45,896 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:02:45,900 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:45,900 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 17:02:45,903 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:45,903 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 17:02:45,907 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:45,907 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 17:02:45,910 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:45,910 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 17:02:45,910 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 17:02:45,913 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:02:45,913 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 17:02:45,916 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:02:45,916 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:02:45,917 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:02:45,920 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-36001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/wwn-0x6001405a1a87cda68094b1e883b4f5fe ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887 ' '/dev/disk/by-diskseq/8 ' '/dev/disk/by-id/lvm-pv-uuid-BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_a1a87cda-6809-4b1e-883b-4f5fe8349887', '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': 'BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT', 'ID_FS_UUID_ENC': 'BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT', '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': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'ID_SERIAL': '36001405a1a87cda68094b1e883b4f5fe', 'ID_SERIAL_SHORT': '6001405a1a87cda68094b1e883b4f5fe', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a1a87cda6', 'ID_WWN_VENDOR_EXTENSION': '0x8094b1e883b4f5fe', 'ID_WWN_WITH_EXTENSION': '0x6001405a1a87cda68094b1e883b4f5fe', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a1a87cda68094b1e883b4f5fe', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a1a87cda-6809-4b1e-883b-4f5fe8349887', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715163740'} ; 2024-03-01 17:02:45,920 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 17:02:45,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:02:45,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:45,931 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:02:45,932 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:02:45,932 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 17:02:45,932 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 17:02:45,935 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:02:45,938 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:02:45,938 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:02:45,941 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 17:02:45,941 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:02:45,941 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 17:02:45,941 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4b940d9160) -- 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 = 6001405a1a87cda68094b1e883b4f5fe 2024-03-01 17:02:45,944 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:02:45,947 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:45,947 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 17:02:45,950 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:45,951 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 17:02:45,953 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:45,954 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 17:02:45,957 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:45,957 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 17:02:45,959 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 17:02:45,959 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:02:45,959 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/sdg,/dev/sdb,/dev/sdf,/dev/sde,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:45,996 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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=AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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=cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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=cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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 17:02:45,997 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1. WARNING: Couldn't find device with uuid cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq. WARNING: Couldn't find device with uuid cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9. WARNING: VG test_vg3 is missing PV AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 (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 17:02:45,997 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:02:45,997 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 17:02:46,001 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT ; label: None ; device: /dev/sdg ; serial: 36001405a1a87cda68094b1e883b4f5fe ; exists: True ; vg_name: test_vg3 ; vg_uuid: x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 17:02:46,001 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 17:02:46,004 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:02:46,007 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 ; incomplete: True ; hidden: False ; 2024-03-01 17:02:46,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:02:46,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:46,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:46,015 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/sdg,/dev/sdb,/dev/sdf,/dev/sde,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:46,055 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 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=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 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=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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 17:02:46,055 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1. WARNING: Couldn't find device with uuid cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq. WARNING: Couldn't find device with uuid cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9. WARNING: VG test_vg3 is missing PV AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 (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 17:02:46,055 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:02:46,055 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:02:46,055 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:02:46,060 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:02:46,063 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:02:46,063 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 17:02:46,066 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:02:46,066 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/sdg,/dev/sdb,/dev/sdf,/dev/sde,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:46,099 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul 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=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 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=TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J 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=DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq 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=DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq 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=ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 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=ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 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=3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp 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=jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H 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 17:02:46,099 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1. WARNING: Couldn't find device with uuid cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq. WARNING: Couldn't find device with uuid cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9. WARNING: VG test_vg3 is missing PV AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 (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 17:02:46,099 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:02:46,103 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 17:02:46,104 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 17:02:46,106 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 17:02:46,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 ; incomplete: True ; hidden: False ; 2024-03-01 17:02:46,112 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:02:46,112 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:02:46,112 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:02:46,115 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_f053e2f0-31db-4d2b-b88a-b5846a2cf28e ' '/dev/disk/by-diskseq/9 ' '/dev/disk/by-id/wwn-0x6001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/scsi-36001405f053e2f031db4d2bb88ab5846 ' '/dev/disk/by-id/lvm-pv-uuid-AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', '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': 'AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1', 'ID_FS_UUID_ENC': 'AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1', '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': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'ID_SERIAL': '36001405f053e2f031db4d2bb88ab5846', 'ID_SERIAL_SHORT': '6001405f053e2f031db4d2bb88ab5846', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405f053e2f03', 'ID_WWN_VENDOR_EXTENSION': '0x1db4d2bb88ab5846', 'ID_WWN_WITH_EXTENSION': '0x6001405f053e2f031db4d2bb88ab5846', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405f053e2f031db4d2bb88ab5846', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'f053e2f0-31db-4d2b-b88a-b5846a2cf28e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715228881'} ; 2024-03-01 17:02:46,116 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 17:02:46,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:02:46,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:46,127 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:02:46,128 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:02:46,128 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:02:46,128 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 17:02:46,131 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:02:46,133 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:02:46,134 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 17:02:46,136 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 17:02:46,137 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:02:46,137 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 17:02:46,137 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4b9418c5b0) -- 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 = 6001405f053e2f031db4d2bb88ab5846 2024-03-01 17:02:46,140 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:02:46,143 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:46,143 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 17:02:46,146 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:46,146 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 17:02:46,149 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:46,149 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 17:02:46,153 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:46,153 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 17:02:46,155 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 17:02:46,155 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:02:46,155 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/sdg,/dev/sdb,/dev/sdf,/dev/sde,/dev/sda,/dev/sdd,/dev/sdh,/dev/sdc ... 2024-03-01 17:02:46,190 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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=AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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=cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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=cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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 17:02:46,191 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq. WARNING: Couldn't find device with uuid cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9. WARNING: VG test_vg3 is missing PV cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 (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 17:02:46,191 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:02:46,191 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 17:02:46,195 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1 ; label: None ; device: /dev/sdh ; serial: 36001405f053e2f031db4d2bb88ab5846 ; exists: True ; vg_name: test_vg3 ; vg_uuid: x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 ; pe_start: 8 MiB ; 2024-03-01 17:02:46,195 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 17:02:46,198 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:02:46,200 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 ; incomplete: True ; hidden: False ; 2024-03-01 17:02:46,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:02:46,206 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:02:46,209 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:02:46,212 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 17:02:46,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 ; incomplete: True ; hidden: False ; 2024-03-01 17:02:46,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:02:46,218 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/sdg,/dev/sdb,/dev/sdf,/dev/sde,/dev/sda,/dev/sdd,/dev/sdh,/dev/sdc ... 2024-03-01 17:02:46,258 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul 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=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 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=TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J 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=DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq 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=DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq 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=ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 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=ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 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=3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp 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=jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H 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 17:02:46,258 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq. WARNING: Couldn't find device with uuid cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9. WARNING: VG test_vg3 is missing PV cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 (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 17:02:46,258 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:02:46,258 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:02:46,258 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:02:46,262 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_c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/scsi-36001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/wwn-0x6001405c930cf566dc64509be8137452 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b ' '/dev/disk/by-id/lvm-pv-uuid-cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq', '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': 'cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq', 'ID_FS_UUID_ENC': 'cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq', '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': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'ID_SERIAL': '36001405c930cf566dc64509be8137452', 'ID_SERIAL_SHORT': '6001405c930cf566dc64509be8137452', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c930cf566', 'ID_WWN_VENDOR_EXTENSION': '0xdc64509be8137452', 'ID_WWN_WITH_EXTENSION': '0x6001405c930cf566dc64509be8137452', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c930cf566dc64509be8137452', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c930cf56-6dc6-4509-be81-374525d1ff3b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715277294'} ; 2024-03-01 17:02:46,262 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 17:02:46,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:02:46,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:46,274 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:02:46,275 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:02:46,275 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 17:02:46,275 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 17:02:46,278 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:02:46,281 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:02:46,281 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 17:02:46,284 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 17:02:46,284 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:02:46,285 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 17:02:46,285 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4b94092040) -- 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 = 6001405c930cf566dc64509be8137452 2024-03-01 17:02:46,288 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:02:46,291 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:46,291 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 17:02:46,294 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:46,294 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 17:02:46,297 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:46,297 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 17:02:46,300 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:46,300 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 17:02:46,303 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 17:02:46,303 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:02:46,303 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/sdg,/dev/sdb,/dev/sdf,/dev/sde,/dev/sdi,/dev/sda,/dev/sdd,/dev/sdh,/dev/sdc ... 2024-03-01 17:02:46,336 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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=AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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=cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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=cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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 17:02:46,336 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9. WARNING: VG test_vg3 is missing PV cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 (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 17:02:46,336 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:02:46,337 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 17:02:46,340 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq ; label: None ; device: /dev/sdi ; serial: 36001405c930cf566dc64509be8137452 ; exists: True ; vg_name: test_vg3 ; vg_uuid: x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 ; pe_start: 8 MiB ; 2024-03-01 17:02:46,341 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:02:46,344 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:02:46,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 ; incomplete: True ; hidden: False ; 2024-03-01 17:02:46,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:02:46,352 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:02:46,355 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:02:46,358 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 17:02:46,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 ; incomplete: True ; hidden: False ; 2024-03-01 17:02:46,363 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:02:46,364 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/sdg,/dev/sdb,/dev/sdf,/dev/sde,/dev/sdi,/dev/sda,/dev/sdd,/dev/sdh,/dev/sdc ... 2024-03-01 17:02:46,402 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul 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=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 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=TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J 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=DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq 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=DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq 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=ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 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=ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 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=3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp 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=jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H 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 17:02:46,403 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9. WARNING: VG test_vg3 is missing PV cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 (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 17:02:46,403 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:02:46,403 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:02:46,403 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:02:46,407 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/wwn-0x60014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-id/lvm-pv-uuid-cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 ' '/dev/disk/by-id/scsi-360014051528b2f7fa1b4b0ea44f2b71d ' '/dev/disk/by-diskseq/11 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', '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': 'cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9', 'ID_FS_UUID_ENC': 'cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9', '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': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'ID_SERIAL': '360014051528b2f7fa1b4b0ea44f2b71d', 'ID_SERIAL_SHORT': '60014051528b2f7fa1b4b0ea44f2b71d', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014051528b2f7f', 'ID_WWN_VENDOR_EXTENSION': '0xa1b4b0ea44f2b71d', 'ID_WWN_WITH_EXTENSION': '0x60014051528b2f7fa1b4b0ea44f2b71d', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014051528b2f7fa1b4b0ea44f2b71d', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_PORT_NAME': 'naa.5001405a8b6c6a51,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '0', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '1528b2f7-fa1b-4b0e-a44f-2b71d13fad20', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405a8b6c6a51', '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': '715335966'} ; 2024-03-01 17:02:46,407 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 17:02:46,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:02:46,414 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:46,419 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:02:46,420 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:02:46,420 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:02:46,420 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 17:02:46,423 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:02:46,426 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:02:46,426 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 17:02:46,429 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:02:46,429 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:02:46,430 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 17:02:46,430 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4b94093d60) -- 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 = 60014051528b2f7fa1b4b0ea44f2b71d 2024-03-01 17:02:46,433 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:02:46,436 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:46,436 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 17:02:46,439 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:46,439 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 17:02:46,442 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:46,442 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 17:02:46,445 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:46,445 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 17:02:46,448 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 17:02:46,448 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:02:46,448 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/sdg,/dev/sdb,/dev/sdf,/dev/sdj,/dev/sde,/dev/sdi,/dev/sda,/dev/sdd,/dev/sdh,/dev/sdc ... 2024-03-01 17:02:46,486 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=s1h7vl-9035-BpjC-N197-kQat-lgu8-lFHT31 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=aICDdH-Bws0-zhG3-4XfA-ccTn-dJID-txGTP7 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=vkc1vq-5B4f-7HL1-ya6b-2bM0-cNBb-bzs8Dq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=2reivG-GX8X-gTm9-vqr0-3boR-TuSP-1fiJLr LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=KZtu69-5DE1-ZEcW-EWqR-ukEc-S5Ru-uD2Ad5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=j7aQTS-2JFZ-Eqhu-e2fd-2jmy-axJW-U0JWzs LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=BKarEd-6wZ9-AHDe-ptLs-oPTd-FBpV-QO81gT LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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=AiSvVr-daPq-kAsb-7ltL-jVD6-oHHo-moV6a1 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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=cjJ0Jv-beSM-3yF2-qXeI-DtLs-3ix2-SgnhEq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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=cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 LVM2_VG_SIZE=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 17:02:46,486 INFO program/MainThread: stderr[41]: 2024-03-01 17:02:46,486 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:02:46,486 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 17:02:46,490 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: cK2PIX-UP6h-ibDv-lAuH-zH6e-3n73-GvB5W9 ; label: None ; device: /dev/sdj ; serial: 360014051528b2f7fa1b4b0ea44f2b71d ; exists: True ; vg_name: test_vg3 ; vg_uuid: x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 17:02:46,490 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 17:02:46,493 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:02:46,496 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 ; incomplete: True ; hidden: False ; 2024-03-01 17:02:46,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:02:46,502 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:02:46,505 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:02:46,507 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 17:02:46,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 ; incomplete: True ; hidden: False ; 2024-03-01 17:02:46,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:02:46,513 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/sdg,/dev/sdb,/dev/sdf,/dev/sdj,/dev/sde,/dev/sdi,/dev/sda,/dev/sdd,/dev/sdh,/dev/sdc ... 2024-03-01 17:02:46,553 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul 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=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= 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=HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 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=TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J 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=DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq 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=DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq 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=ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 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=ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 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=3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp 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=jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H 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 17:02:46,554 INFO program/MainThread: stderr[42]: 2024-03-01 17:02:46,554 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:02:46,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:46,561 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:46,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq ; incomplete: False ; hidden: False ; 2024-03-01 17:02:46,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:02:46,567 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 17:02:46,570 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:02:46,570 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:02:46,573 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:02:46,576 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:02:46,577 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:02:46,580 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 17:02:46,580 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:02:46,580 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 17:02:46,584 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:02:46,587 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:02:46,587 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 17:02:46,590 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:02:46,593 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:02:46,593 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:02:46,596 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 17:02:46,597 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:02:46,597 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:02:46,597 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 17:02:46,600 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:02:46,600 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:02:46,603 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:02:46,603 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:02:46,607 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-uuid-LVM-x1wHFmBRQuwIMdxE8olviGDbPeRaSav7DnJ8NCchy3Bee3njbx5sC2LTzkp3ZfLq ' '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-uuid/b48dcb35-5a6a-4aed-ba33-78ce4ebae592', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '69', '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-x1wHFmBRQuwIMdxE8olviGDbPeRaSav7DnJ8NCchy3Bee3njbx5sC2LTzkp3ZfLq', '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': 'b48dcb35-5a6a-4aed-ba33-78ce4ebae592', 'ID_FS_UUID_ENC': 'b48dcb35-5a6a-4aed-ba33-78ce4ebae592', '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': '1279770415'} ; 2024-03-01 17:02:46,607 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:02:46,607 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:02:46,609 INFO program/MainThread: stdout[43]: LVM 2024-03-01 17:02:46,610 INFO program/MainThread: stderr[43]: 2024-03-01 17:02:46,610 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:02:46,610 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:02:46,612 INFO program/MainThread: stdout[44]: LVM 2024-03-01 17:02:46,612 INFO program/MainThread: stderr[44]: 2024-03-01 17:02:46,612 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:02:46,612 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:02:46,615 INFO program/MainThread: stdout[45]: LVM 2024-03-01 17:02:46,615 INFO program/MainThread: stderr[45]: 2024-03-01 17:02:46,615 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:02:46,619 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:46,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 17:02:46,625 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:46,626 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:02:46,626 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:46,627 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:02:46,623 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq 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 (0x7f4b94087e80) -- 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 = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 17:02:46,627 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:02:46,630 INFO program/MainThread: stdout[46]: LVM 2024-03-01 17:02:46,630 INFO program/MainThread: stderr[46]: 2024-03-01 17:02:46,630 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:02:46,634 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:02:46,637 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:46,637 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 17:02:46,640 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:46,640 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 17:02:46,644 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:46,644 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 17:02:46,647 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:46,647 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 17:02:46,647 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 17:02:46,650 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:02:46,650 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 17:02:46,653 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:02:46,653 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:02:46,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:46,668 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:46,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:46,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:02:46,674 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 17:02:46,677 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:02:46,677 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:02:46,680 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:02:46,683 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:02:46,684 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:02:46,687 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 17:02:46,687 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:02:46,687 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 17:02:46,691 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:02:46,694 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:02:46,694 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:02:46,697 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:02:46,700 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:02:46,700 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:02:46,703 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 17:02:46,703 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:02:46,704 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:02:46,704 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 17:02:46,707 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:02:46,707 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:02:46,710 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 17:02:46,710 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:02:46,713 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/2196c47c-bd20-46b7-95e4-a1e2b3c69d7c ' '/dev/test_vg3/lv6 /dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-x1wHFmBRQuwIMdxE8olviGDbPeRaSav7ajZE7P9bFAxZi1QmZ266G77nNQ7wvuS4', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '68', '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-x1wHFmBRQuwIMdxE8olviGDbPeRaSav7ajZE7P9bFAxZi1QmZ266G77nNQ7wvuS4', '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': '2196c47c-bd20-46b7-95e4-a1e2b3c69d7c', 'ID_FS_UUID_ENC': '2196c47c-bd20-46b7-95e4-a1e2b3c69d7c', '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': '1278667015'} ; 2024-03-01 17:02:46,713 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:02:46,714 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:02:46,717 INFO program/MainThread: stdout[47]: LVM 2024-03-01 17:02:46,717 INFO program/MainThread: stderr[47]: 2024-03-01 17:02:46,717 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:02:46,717 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:02:46,719 INFO program/MainThread: stdout[48]: LVM 2024-03-01 17:02:46,719 INFO program/MainThread: stderr[48]: 2024-03-01 17:02:46,719 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:02:46,720 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:02:46,722 INFO program/MainThread: stdout[49]: LVM 2024-03-01 17:02:46,722 INFO program/MainThread: stderr[49]: 2024-03-01 17:02:46,722 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:02:46,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:46,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 17:02:46,732 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:46,733 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:02:46,734 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:46,734 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:02:46,730 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 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 (0x7f4b94087e80) -- name = test_vg3 status = True 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 = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:02:46,735 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:02:46,737 INFO program/MainThread: stdout[50]: LVM 2024-03-01 17:02:46,737 INFO program/MainThread: stderr[50]: 2024-03-01 17:02:46,737 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 17:02:46,741 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:02:46,744 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:46,744 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 17:02:46,748 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:46,748 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 17:02:46,751 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:46,751 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 17:02:46,754 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:46,754 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 17:02:46,755 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 17:02:46,757 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:02:46,758 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 17:02:46,761 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:02:46,761 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:02:46,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:46,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:46,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp ; incomplete: False ; hidden: False ; 2024-03-01 17:02:46,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:02:46,773 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:02:46,776 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:02:46,776 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 17:02:46,779 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:02:46,782 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:02:46,782 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:02:46,786 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 17:02:46,786 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:02:46,786 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 17:02:46,789 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:02:46,792 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:02:46,793 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 17:02:46,796 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:02:46,799 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:02:46,799 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:02:46,802 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 17:02:46,802 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:02:46,803 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:02:46,803 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 17:02:46,806 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:02:46,806 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:02:46,809 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 17:02:46,809 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:02:46,812 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-x1wHFmBRQuwIMdxE8olviGDbPeRaSav73DdU9joTJJwB9wX89W6pm86Lmnylhnjp ' '/dev/disk/by-uuid/3f5a930c-d6cb-443f-befc-ddb2a0aabc51 ' '/dev/test_vg3/lv7 /dev/mapper/test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '67', '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-x1wHFmBRQuwIMdxE8olviGDbPeRaSav73DdU9joTJJwB9wX89W6pm86Lmnylhnjp', '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': '3f5a930c-d6cb-443f-befc-ddb2a0aabc51', 'ID_FS_UUID_ENC': '3f5a930c-d6cb-443f-befc-ddb2a0aabc51', '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': '1277635800'} ; 2024-03-01 17:02:46,813 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:02:46,813 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:02:46,815 INFO program/MainThread: stdout[51]: LVM 2024-03-01 17:02:46,815 INFO program/MainThread: stderr[51]: 2024-03-01 17:02:46,815 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 17:02:46,815 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:02:46,818 INFO program/MainThread: stdout[52]: LVM 2024-03-01 17:02:46,818 INFO program/MainThread: stderr[52]: 2024-03-01 17:02:46,818 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 17:02:46,818 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:02:46,820 INFO program/MainThread: stdout[53]: LVM 2024-03-01 17:02:46,820 INFO program/MainThread: stderr[53]: 2024-03-01 17:02:46,821 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 17:02:46,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:46,828 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 17:02:46,831 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:46,832 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:02:46,832 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:46,833 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:02:46,828 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp 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 (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 17:02:46,833 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:02:46,836 INFO program/MainThread: stdout[54]: LVM 2024-03-01 17:02:46,836 INFO program/MainThread: stderr[54]: 2024-03-01 17:02:46,836 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 17:02:46,840 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:02:46,843 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:46,843 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 17:02:46,846 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:46,846 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 17:02:46,850 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:46,850 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 17:02:46,853 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:46,853 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 17:02:46,853 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 17:02:46,856 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:02:46,856 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 17:02:46,859 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:02:46,860 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:02:46,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:46,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:46,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H ; incomplete: False ; hidden: False ; 2024-03-01 17:02:46,871 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:02:46,871 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 17:02:46,875 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:02:46,875 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 17:02:46,878 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:02:46,881 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:02:46,881 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:02:46,884 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 17:02:46,885 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:02:46,885 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 17:02:46,888 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:02:46,891 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:02:46,891 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 17:02:46,894 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:02:46,897 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:02:46,898 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:02:46,901 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 17:02:46,901 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:02:46,901 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:02:46,901 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 17:02:46,904 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:02:46,904 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:02:46,907 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 17:02:46,908 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:02:46,911 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv8 ' '/dev/disk/by-uuid/4db64b3d-336b-4ea1-971e-5f0d4f15828f ' '/dev/disk/by-id/dm-uuid-LVM-x1wHFmBRQuwIMdxE8olviGDbPeRaSav7jMqwlHmJowkmvK918vnR4i1s0OkGeN6H ' '/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': '66', '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-x1wHFmBRQuwIMdxE8olviGDbPeRaSav7jMqwlHmJowkmvK918vnR4i1s0OkGeN6H', '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': '4db64b3d-336b-4ea1-971e-5f0d4f15828f', 'ID_FS_UUID_ENC': '4db64b3d-336b-4ea1-971e-5f0d4f15828f', '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': '1277194833'} ; 2024-03-01 17:02:46,911 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:02:46,912 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:02:46,914 INFO program/MainThread: stdout[55]: LVM 2024-03-01 17:02:46,914 INFO program/MainThread: stderr[55]: 2024-03-01 17:02:46,914 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 17:02:46,914 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:02:46,916 INFO program/MainThread: stdout[56]: LVM 2024-03-01 17:02:46,917 INFO program/MainThread: stderr[56]: 2024-03-01 17:02:46,917 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 17:02:46,917 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:02:46,919 INFO program/MainThread: stdout[57]: LVM 2024-03-01 17:02:46,919 INFO program/MainThread: stderr[57]: 2024-03-01 17:02:46,919 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 17:02:46,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:46,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 17:02:46,930 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:46,931 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:46,931 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:46,932 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:46,927 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H 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 (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 17:02:46,933 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:02:46,935 INFO program/MainThread: stdout[58]: LVM 2024-03-01 17:02:46,935 INFO program/MainThread: stderr[58]: 2024-03-01 17:02:46,935 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 17:02:46,939 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:02:46,942 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:46,942 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 17:02:46,945 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:46,946 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 17:02:46,949 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:46,949 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 17:02:46,952 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:46,952 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 17:02:46,952 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 17:02:46,955 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:02:46,955 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 17:02:46,959 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:02:46,959 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:02:46,959 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:02:46,962 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': '12232267'} ; 2024-03-01 17:02:46,962 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:02:46,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:02:46,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:46,973 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:02:46,973 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:02:46,973 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:02:46,973 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:02:46,973 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 17:02:46,973 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 17:02:46,976 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:02:46,979 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:02:46,979 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:02:46,982 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:02:46,982 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:02:46,983 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 17:02:46,983 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4b940fd4c0) -- 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 17:02:46,986 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:02:46,989 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:46,989 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 17:02:46,992 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:46,992 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 17:02:46,995 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:46,995 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 17:02:46,998 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:46,998 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 17:02:47,001 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:02:47,004 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:02:47,006 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: e61ef7e0 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:02:47,013 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 0x7f4b94147b80> 2024-03-01 17:02:47,058 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 17:02:47,062 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:02:47,062 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:02:47,066 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': '12234224'} ; 2024-03-01 17:02:47,066 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:02:47,066 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:02:47,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:47,075 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:02:47,078 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:47,081 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:47,093 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:47,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 17:02:47,116 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 17:02:47,119 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:02:47,119 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 17:02:47,122 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:02:47,125 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:02:47,125 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:02:47,128 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:02:47,129 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:02:47,129 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:02:47,131 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:02:47,134 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:02:47,137 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:02:47,140 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:02:47,143 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:02:47,143 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:02:47,143 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 17:02:47,144 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:02:47,143 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f4b94086ee0) -- 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 0x7f4b955ae9a0> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:02:47,147 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:02:47,150 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:02:47,150 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 17:02:47,153 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:02:47,153 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 17:02:47,156 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:47,156 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 17:02:47,159 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:02:47,159 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 17:02:47,160 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:02:47,163 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:02:47,163 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 17:02:47,166 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:02:47,166 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:02:47,169 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-uuid/4db64b3d-336b-4ea1-971e-5f0d4f15828f ' '/dev/test_vg3/lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-x1wHFmBRQuwIMdxE8olviGDbPeRaSav7jMqwlHmJowkmvK918vnR4i1s0OkGeN6H ' '/dev/disk/by-id/dm-name-test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DISKSEQ': '66', '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-x1wHFmBRQuwIMdxE8olviGDbPeRaSav7jMqwlHmJowkmvK918vnR4i1s0OkGeN6H', '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': '4db64b3d-336b-4ea1-971e-5f0d4f15828f', 'ID_FS_UUID_ENC': '4db64b3d-336b-4ea1-971e-5f0d4f15828f', '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': '1277194833'} ; 2024-03-01 17:02:47,169 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:02:47,169 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:02:47,172 INFO program/MainThread: stdout[59]: LVM 2024-03-01 17:02:47,172 INFO program/MainThread: stderr[59]: 2024-03-01 17:02:47,172 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 17:02:47,172 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:02:47,174 INFO program/MainThread: stdout[60]: LVM 2024-03-01 17:02:47,174 INFO program/MainThread: stderr[60]: 2024-03-01 17:02:47,174 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 17:02:47,175 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:02:47,177 INFO program/MainThread: stdout[61]: LVM 2024-03-01 17:02:47,177 INFO program/MainThread: stderr[61]: 2024-03-01 17:02:47,177 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 17:02:47,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,184 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 17:02:47,188 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:47,189 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:47,189 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:47,190 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:47,185 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:47,191 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:02:47,193 INFO program/MainThread: stdout[62]: LVM 2024-03-01 17:02:47,193 INFO program/MainThread: stderr[62]: 2024-03-01 17:02:47,193 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 17:02:47,197 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:02:47,197 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 17:02:47,200 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg3/lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-x1wHFmBRQuwIMdxE8olviGDbPeRaSav73DdU9joTJJwB9wX89W6pm86Lmnylhnjp ' '/dev/disk/by-uuid/3f5a930c-d6cb-443f-befc-ddb2a0aabc51 ' '/dev/mapper/test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DISKSEQ': '67', '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-x1wHFmBRQuwIMdxE8olviGDbPeRaSav73DdU9joTJJwB9wX89W6pm86Lmnylhnjp', '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': '3f5a930c-d6cb-443f-befc-ddb2a0aabc51', 'ID_FS_UUID_ENC': '3f5a930c-d6cb-443f-befc-ddb2a0aabc51', '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': '1277635800'} ; 2024-03-01 17:02:47,200 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:02:47,200 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:02:47,203 INFO program/MainThread: stdout[63]: LVM 2024-03-01 17:02:47,203 INFO program/MainThread: stderr[63]: 2024-03-01 17:02:47,203 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 17:02:47,203 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:02:47,205 INFO program/MainThread: stdout[64]: LVM 2024-03-01 17:02:47,205 INFO program/MainThread: stderr[64]: 2024-03-01 17:02:47,205 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 17:02:47,205 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:02:47,208 INFO program/MainThread: stdout[65]: LVM 2024-03-01 17:02:47,208 INFO program/MainThread: stderr[65]: 2024-03-01 17:02:47,208 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 17:02:47,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 17:02:47,218 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:47,219 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:47,219 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:47,220 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:47,215 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:47,221 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:02:47,223 INFO program/MainThread: stdout[66]: LVM 2024-03-01 17:02:47,224 INFO program/MainThread: stderr[66]: 2024-03-01 17:02:47,224 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 17:02:47,227 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:02:47,227 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 17:02:47,230 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/2196c47c-bd20-46b7-95e4-a1e2b3c69d7c ' '/dev/test_vg3/lv6 /dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-x1wHFmBRQuwIMdxE8olviGDbPeRaSav7ajZE7P9bFAxZi1QmZ266G77nNQ7wvuS4', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DISKSEQ': '68', '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-x1wHFmBRQuwIMdxE8olviGDbPeRaSav7ajZE7P9bFAxZi1QmZ266G77nNQ7wvuS4', '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': '2196c47c-bd20-46b7-95e4-a1e2b3c69d7c', 'ID_FS_UUID_ENC': '2196c47c-bd20-46b7-95e4-a1e2b3c69d7c', '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': '1278667015'} ; 2024-03-01 17:02:47,230 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:02:47,230 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:02:47,233 INFO program/MainThread: stdout[67]: LVM 2024-03-01 17:02:47,233 INFO program/MainThread: stderr[67]: 2024-03-01 17:02:47,233 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 17:02:47,233 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:02:47,235 INFO program/MainThread: stdout[68]: LVM 2024-03-01 17:02:47,235 INFO program/MainThread: stderr[68]: 2024-03-01 17:02:47,235 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 17:02:47,236 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:02:47,238 INFO program/MainThread: stdout[69]: LVM 2024-03-01 17:02:47,238 INFO program/MainThread: stderr[69]: 2024-03-01 17:02:47,238 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 17:02:47,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 17:02:47,248 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:47,249 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:47,249 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:47,250 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:47,245 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:47,251 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:02:47,253 INFO program/MainThread: stdout[70]: LVM 2024-03-01 17:02:47,254 INFO program/MainThread: stderr[70]: 2024-03-01 17:02:47,254 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 17:02:47,257 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:02:47,257 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 17:02:47,260 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-uuid/b48dcb35-5a6a-4aed-ba33-78ce4ebae592 ' '/dev/disk/by-id/dm-uuid-LVM-x1wHFmBRQuwIMdxE8olviGDbPeRaSav7DnJ8NCchy3Bee3njbx5sC2LTzkp3ZfLq ' '/dev/test_vg3/lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DISKSEQ': '69', '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-x1wHFmBRQuwIMdxE8olviGDbPeRaSav7DnJ8NCchy3Bee3njbx5sC2LTzkp3ZfLq', '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': 'b48dcb35-5a6a-4aed-ba33-78ce4ebae592', 'ID_FS_UUID_ENC': 'b48dcb35-5a6a-4aed-ba33-78ce4ebae592', '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': '1279770415'} ; 2024-03-01 17:02:47,260 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:02:47,260 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:02:47,263 INFO program/MainThread: stdout[71]: LVM 2024-03-01 17:02:47,263 INFO program/MainThread: stderr[71]: 2024-03-01 17:02:47,263 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 17:02:47,263 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:02:47,265 INFO program/MainThread: stdout[72]: LVM 2024-03-01 17:02:47,266 INFO program/MainThread: stderr[72]: 2024-03-01 17:02:47,266 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 17:02:47,266 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:02:47,268 INFO program/MainThread: stdout[73]: LVM 2024-03-01 17:02:47,268 INFO program/MainThread: stderr[73]: 2024-03-01 17:02:47,268 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 17:02:47,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,275 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 17:02:47,278 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:47,279 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:47,279 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:47,280 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:47,275 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:47,281 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:02:47,283 INFO program/MainThread: stdout[74]: LVM 2024-03-01 17:02:47,284 INFO program/MainThread: stderr[74]: 2024-03-01 17:02:47,284 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 17:02:47,287 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:02:47,287 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 17:02:47,290 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/mapper/test_vg2-lv4 /dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/test_vg2/lv4 ' '/dev/disk/by-uuid/4d2672d6-0eb2-4534-b963-c05be9ae7ff4 ' '/dev/disk/by-id/dm-uuid-LVM-PmxdtX88e1qskc0iPljUSEQ2K17jhkBvTEet0HFbMUf4atLFUOxgeh0CXRd7fl3J', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DISKSEQ': '70', '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-PmxdtX88e1qskc0iPljUSEQ2K17jhkBvTEet0HFbMUf4atLFUOxgeh0CXRd7fl3J', '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': '4d2672d6-0eb2-4534-b963-c05be9ae7ff4', 'ID_FS_UUID_ENC': '4d2672d6-0eb2-4534-b963-c05be9ae7ff4', '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': '1281447020'} ; 2024-03-01 17:02:47,290 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:02:47,291 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:02:47,293 INFO program/MainThread: stdout[75]: LVM 2024-03-01 17:02:47,293 INFO program/MainThread: stderr[75]: 2024-03-01 17:02:47,293 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 17:02:47,293 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:02:47,295 INFO program/MainThread: stdout[76]: LVM 2024-03-01 17:02:47,295 INFO program/MainThread: stderr[76]: 2024-03-01 17:02:47,295 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 17:02:47,296 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:02:47,298 INFO program/MainThread: stdout[77]: LVM 2024-03-01 17:02:47,298 INFO program/MainThread: stderr[77]: 2024-03-01 17:02:47,298 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 17:02:47,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 17:02:47,307 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,308 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,308 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,309 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,305 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) 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 17:02:47,310 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:02:47,312 INFO program/MainThread: stdout[78]: LVM 2024-03-01 17:02:47,312 INFO program/MainThread: stderr[78]: 2024-03-01 17:02:47,312 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 17:02:47,316 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:02:47,316 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 17:02:47,318 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-PmxdtX88e1qskc0iPljUSEQ2K17jhkBvHvnrwOIc0qVtuJnkpfHLh0Mxa9USTBD0 ' '/dev/test_vg2/lv3 /dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-uuid/175ee0b8-5dde-4d1d-b5e0-0dbf01384680', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DISKSEQ': '71', '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-PmxdtX88e1qskc0iPljUSEQ2K17jhkBvHvnrwOIc0qVtuJnkpfHLh0Mxa9USTBD0', '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': '175ee0b8-5dde-4d1d-b5e0-0dbf01384680', 'ID_FS_UUID_ENC': '175ee0b8-5dde-4d1d-b5e0-0dbf01384680', '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': '1281933994'} ; 2024-03-01 17:02:47,319 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:02:47,319 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:02:47,321 INFO program/MainThread: stdout[79]: LVM 2024-03-01 17:02:47,321 INFO program/MainThread: stderr[79]: 2024-03-01 17:02:47,321 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 17:02:47,321 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:02:47,324 INFO program/MainThread: stdout[80]: LVM 2024-03-01 17:02:47,324 INFO program/MainThread: stderr[80]: 2024-03-01 17:02:47,324 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 17:02:47,324 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:02:47,326 INFO program/MainThread: stdout[81]: LVM 2024-03-01 17:02:47,326 INFO program/MainThread: stderr[81]: 2024-03-01 17:02:47,326 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 17:02:47,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 17:02:47,336 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,337 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,337 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,337 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,334 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,338 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:02:47,340 INFO program/MainThread: stdout[82]: LVM 2024-03-01 17:02:47,340 INFO program/MainThread: stderr[82]: 2024-03-01 17:02:47,341 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 17:02:47,344 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:02:47,344 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 17:02:47,347 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-Urhqgaf5QhMGhjoskOAkgV5QnebJoQQYU8N7ScGF5GfT6wRtn6EpDdkW4CEWfWX8 ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-uuid/7e866aa2-7ce6-4d2b-bb99-4698af0d5434 ' '/dev/disk/by-id/dm-name-test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DISKSEQ': '72', '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-Urhqgaf5QhMGhjoskOAkgV5QnebJoQQYU8N7ScGF5GfT6wRtn6EpDdkW4CEWfWX8', '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': '7e866aa2-7ce6-4d2b-bb99-4698af0d5434', 'ID_FS_UUID_ENC': '7e866aa2-7ce6-4d2b-bb99-4698af0d5434', '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': '1283625441'} ; 2024-03-01 17:02:47,347 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:02:47,347 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:02:47,350 INFO program/MainThread: stdout[83]: LVM 2024-03-01 17:02:47,350 INFO program/MainThread: stderr[83]: 2024-03-01 17:02:47,350 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 17:02:47,350 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:02:47,352 INFO program/MainThread: stdout[84]: LVM 2024-03-01 17:02:47,352 INFO program/MainThread: stderr[84]: 2024-03-01 17:02:47,352 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 17:02:47,352 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:02:47,355 INFO program/MainThread: stdout[85]: LVM 2024-03-01 17:02:47,355 INFO program/MainThread: stderr[85]: 2024-03-01 17:02:47,355 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 17:02:47,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,362 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 17:02:47,364 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,365 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,365 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,366 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,362 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with 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 17:02:47,366 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:02:47,369 INFO program/MainThread: stdout[86]: LVM 2024-03-01 17:02:47,369 INFO program/MainThread: stderr[86]: 2024-03-01 17:02:47,369 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 17:02:47,372 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:02:47,372 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 17:02:47,375 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'CURRENT_TAGS': ':systemd:', 'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-Urhqgaf5QhMGhjoskOAkgV5QnebJoQQYzuzv27P2yaBR7lSOIjJU8DUC2KSTR1Ul ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/b0bc79c2-c40d-4b23-ae03-9571e0430186 ' '/dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DISKSEQ': '73', '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-Urhqgaf5QhMGhjoskOAkgV5QnebJoQQYzuzv27P2yaBR7lSOIjJU8DUC2KSTR1Ul', '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': 'b0bc79c2-c40d-4b23-ae03-9571e0430186', 'ID_FS_UUID_ENC': 'b0bc79c2-c40d-4b23-ae03-9571e0430186', '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': '1284139291'} ; 2024-03-01 17:02:47,375 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:02:47,376 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:02:47,378 INFO program/MainThread: stdout[87]: LVM 2024-03-01 17:02:47,378 INFO program/MainThread: stderr[87]: 2024-03-01 17:02:47,378 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 17:02:47,378 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:02:47,380 INFO program/MainThread: stdout[88]: LVM 2024-03-01 17:02:47,381 INFO program/MainThread: stderr[88]: 2024-03-01 17:02:47,381 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 17:02:47,381 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:02:47,383 INFO program/MainThread: stdout[89]: LVM 2024-03-01 17:02:47,383 INFO program/MainThread: stderr[89]: 2024-03-01 17:02:47,383 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 17:02:47,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:02:47,392 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,393 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,393 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,394 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,390 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,394 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:02:47,397 INFO program/MainThread: stdout[90]: LVM 2024-03-01 17:02:47,397 INFO program/MainThread: stderr[90]: 2024-03-01 17:02:47,397 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 17:02:47,400 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:02:47,401 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:02:47,401 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:47,412 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:47,429 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xe61ef7e0'} 2024-03-01 17:02:47,430 DEBUG blivet/MainThread: resolved 'UUID=a4d9efbc-be36-4c5f-99af-596afd10159d' to 'xvda1' (partition) 2024-03-01 17:02:47,433 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 17:02:47,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:47,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:02:47,442 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:02:47,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:47,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:02:47,452 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:02:47,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:47,460 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 17:02:47,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:02:47,463 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:02:47,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:47,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:02:47,474 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:02:47,476 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 17:02:47,479 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:47,482 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 17:02:47,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:02:47,485 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 17:02:47,487 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 17:02:47,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:02:47,492 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 17:02:47,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:02:47,495 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:02:47,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,500 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:02:47,501 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 17:02:47,501 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:02:47,501 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:02:47,502 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:02:47,502 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:02:47,502 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:02:47,503 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:02:47,503 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:02:47,503 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:02:47,504 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:02:47,504 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:02:47,504 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:02:47,505 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:02:47,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:02:47,510 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:02:47,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:02:47,515 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:02:47,517 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 17:02:47,520 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:02:47,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:02:47,526 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:02:47,528 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,528 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,529 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,529 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,526 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,532 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,532 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,533 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,533 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,530 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,536 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,536 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,537 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,537 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,534 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,540 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,540 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,541 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,541 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,538 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,544 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,544 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,544 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,545 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,542 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,547 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,548 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,548 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,549 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,546 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,551 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,552 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,552 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,553 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,550 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,555 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,556 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,556 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,557 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,554 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,559 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,560 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,560 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,561 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,557 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,563 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,564 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,564 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,565 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,561 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,567 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,568 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,568 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,569 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,565 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,571 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,572 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,572 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,573 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,569 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,575 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,576 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,576 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,577 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,573 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,579 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,580 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,580 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,581 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,577 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,583 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,584 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,584 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,585 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,581 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,587 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,588 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,588 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,589 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,585 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,591 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,591 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,592 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,592 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,589 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,595 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,595 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,596 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,596 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,593 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,599 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,599 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,600 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,600 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,597 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,603 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,603 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,604 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,604 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,601 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,607 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,607 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,608 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,608 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,605 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,611 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,611 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,611 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,612 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,609 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,614 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,615 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,615 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,616 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,613 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,618 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,619 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,619 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,620 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,617 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,622 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,623 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,623 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,624 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,620 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,626 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,627 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,627 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,628 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,624 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,630 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,631 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,631 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,632 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,628 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,634 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,635 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,635 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,636 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,632 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,638 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,639 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,639 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,640 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,636 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,642 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,643 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,643 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,644 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,640 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,646 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,647 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,647 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,647 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,644 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,650 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,650 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,651 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,651 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:02:47,648 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940dae50) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = zuzv27-P2ya-BR7l-SOIj-JU8D-UC2K-STR1Ul size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:02:47,652 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 17:02:47,654 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 17:02:47,655 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:02:47,655 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 17:02:47,658 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 17:02:47,658 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:02:47,659 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 17:02:47,661 INFO program/MainThread: stdout[91]: Library version: 1.02.197 (2023-11-21) Driver version: 4.48.0 2024-03-01 17:02:47,662 INFO program/MainThread: stderr[91]: 2024-03-01 17:02:47,662 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 17:02:47,666 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 17:02:47,666 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 17:02:47,666 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:02:47,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,672 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 17:02:47,672 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:02:47,674 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,674 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,675 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,675 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,672 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,677 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,678 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,678 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,679 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,676 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,681 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,682 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,682 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,682 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,679 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,684 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,685 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,685 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,686 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,683 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,688 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,688 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,689 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,689 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,686 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,691 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,692 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,692 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,693 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,690 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,695 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,695 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,696 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,696 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,693 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,698 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,699 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,699 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,700 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,697 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,702 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,702 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,703 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,703 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,700 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,705 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,706 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,706 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,707 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,703 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,709 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,709 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,709 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,710 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,707 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,712 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,713 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,713 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,713 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,710 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,716 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,716 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,716 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,717 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,714 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,719 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,720 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,720 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,720 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,717 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,722 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,723 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,723 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,724 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,721 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,726 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,726 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,727 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,727 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,724 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,729 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,730 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,730 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,731 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,728 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,733 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,733 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,734 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,734 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,731 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,736 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,737 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,737 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,738 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,734 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,740 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,740 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,740 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,741 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,738 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,743 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,744 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,744 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,744 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,741 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,746 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,747 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,747 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,748 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,745 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,750 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,750 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,751 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,751 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,748 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,753 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,754 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,754 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,755 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,752 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,757 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,757 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,758 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,758 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,755 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,760 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,761 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,761 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,762 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,759 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,764 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,764 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,765 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,765 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,762 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,767 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,768 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,768 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,768 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,765 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,771 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,771 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,771 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,772 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,769 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,774 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,775 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,775 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,775 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,772 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,778 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,778 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,778 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,779 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,776 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,781 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,782 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,782 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:02:47,782 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:02:47,779 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940da4c0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = U8N7Sc-GF5G-fT6w-Rtn6-EpDd-kW4C-EWfWX8 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b9418c760) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = Urhqga-f5Qh-MGhj-oskO-AkgV-5Qne-bJoQQY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:02:47,783 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 17:02:47,785 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 17:02:47,786 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:02:47,786 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 17:02:47,789 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 17:02:47,789 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:02:47,792 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:02:47,792 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 17:02:47,792 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:02:47,792 DEBUG blivet.ansible/MainThread: ['sdc', 'sda', 'test_vg1', 'sdb'] 2024-03-01 17:02:47,792 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 17:02:47,795 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 17:02:47,795 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:02:47,798 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:02:47,801 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:02:47,803 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:02:47,804 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 17:02:47,804 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:02:47,804 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 17:02:47,804 DEBUG blivet/MainThread: removing sdc 2024-03-01 17:02:47,806 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 17:02:47,806 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:02:47,807 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 17:02:47,809 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 17:02:47,809 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:02:47,809 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 17:02:47,810 DEBUG blivet/MainThread: removing sda 2024-03-01 17:02:47,812 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 17:02:47,812 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:02:47,812 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 17:02:47,815 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 17:02:47,815 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:02:47,815 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 17:02:47,815 DEBUG blivet/MainThread: removing sdb 2024-03-01 17:02:47,818 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 17:02:47,818 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:02:47,818 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 17:02:47,821 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 17:02:47,821 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:02:47,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:02:47,826 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 17:02:47,826 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:02:47,827 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:02:47,827 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:02:47,827 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:02:47,827 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:02:47,828 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:02:47,828 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:02:47,828 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:02:47,829 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:02:47,829 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:02:47,829 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:02:47,830 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:02:47,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 17:02:47,835 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 17:02:47,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 17:02:47,840 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 17:02:47,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 17:02:47,845 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 17:02:47,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 17:02:47,850 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:02:47,852 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,853 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,853 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,854 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,851 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,856 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,857 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,857 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,858 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,854 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,860 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,861 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,861 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,862 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,858 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,864 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,865 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,865 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,865 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,862 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,868 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,868 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,869 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,869 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,866 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,872 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,872 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,873 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,873 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,870 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,875 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,876 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,876 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,877 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,874 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,879 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,880 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,880 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,881 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,877 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,883 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,884 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,884 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,885 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,881 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,887 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,888 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,888 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,889 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,885 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,891 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,891 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,892 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,892 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,889 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,895 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,895 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,896 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,896 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,893 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,898 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,899 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,899 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,900 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,897 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,902 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,903 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,903 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,904 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,900 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,906 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,907 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,907 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,908 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,904 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,910 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,911 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,911 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,911 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,908 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,914 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,914 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,915 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,915 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,912 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,918 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,918 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,918 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,919 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,916 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,921 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,922 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,922 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,923 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,920 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,925 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,926 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,926 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,927 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,923 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,929 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,930 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,930 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,931 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,927 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,933 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,933 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,934 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,934 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,931 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,937 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,937 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,938 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,938 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,935 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,940 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,941 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,941 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,942 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,939 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,944 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,945 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,945 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,946 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,942 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,948 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,949 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,949 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,950 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,946 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,952 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,953 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,953 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,953 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,950 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,956 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,956 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,957 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,957 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,954 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,960 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,960 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,960 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,961 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,958 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,963 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,964 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,964 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,965 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,962 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,967 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,968 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,968 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,969 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,965 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,971 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,972 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,972 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,973 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:02:47,969 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd370) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = HvnrwO-Ic0q-VtuJ-nkpf-HLh0-Mxa9-USTBD0 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:02:47,973 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 17:02:47,976 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 17:02:47,976 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:02:47,976 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 17:02:47,979 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 17:02:47,979 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:02:47,982 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 17:02:47,982 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 17:02:47,982 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:02:47,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:47,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 17:02:47,988 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:02:47,989 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,990 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:47,990 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,991 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:47,988 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:47,993 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,993 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:47,994 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,994 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:47,991 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:47,996 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,997 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:47,997 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:47,998 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:47,995 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,000 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,000 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,001 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,001 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:47,998 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,003 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,004 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,004 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,004 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,001 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,007 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,007 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,007 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,008 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,005 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,010 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,010 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,011 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,011 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,008 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,013 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,014 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,014 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,015 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,012 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,017 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,017 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,018 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,018 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,015 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,020 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,021 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,021 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,021 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,018 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,023 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,024 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,024 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,025 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,022 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,027 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,027 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,028 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,028 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,025 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,030 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,031 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,031 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,032 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,029 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,034 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,034 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,035 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,035 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,032 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,037 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,038 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,038 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,038 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,035 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,040 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,041 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,041 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,042 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,039 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,044 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,044 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,045 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,045 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,042 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,047 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,048 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,048 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,049 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,046 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,051 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,051 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,051 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,052 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,049 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,054 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,055 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,055 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,055 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,052 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,057 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,058 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,058 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,059 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,056 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,061 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,061 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,062 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,062 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,059 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,064 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,065 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,065 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,065 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,062 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,068 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,068 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,068 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,069 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,066 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,071 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,071 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,072 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,072 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,069 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,074 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,075 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,075 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,076 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,073 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,078 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,078 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,079 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,079 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,076 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,081 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,082 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,082 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,082 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,079 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,085 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,085 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,085 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,086 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,083 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,088 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,088 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,089 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,089 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,086 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,091 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,092 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,092 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,093 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,090 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,095 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,095 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,096 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:02:48,096 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:02:48,093 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940fd9d0) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TEet0H-FbMU-f4at-LFUO-xgeh-0CXR-d7fl3J size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b940d3b50) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = PmxdtX-88e1-qskc-0iPl-jUSE-Q2K1-7jhkBv size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:02:48,096 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 17:02:48,099 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 17:02:48,099 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:02:48,099 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 17:02:48,102 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 17:02:48,102 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:02:48,105 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:02:48,105 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 17:02:48,105 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:02:48,106 DEBUG blivet.ansible/MainThread: ['sde', 'sdd', 'test_vg2', 'sdf'] 2024-03-01 17:02:48,106 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 17:02:48,108 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 17:02:48,108 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:02:48,111 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:02:48,114 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:02:48,117 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:02:48,117 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 17:02:48,117 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:02:48,117 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 17:02:48,117 DEBUG blivet/MainThread: removing sde 2024-03-01 17:02:48,119 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 17:02:48,119 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:02:48,119 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 17:02:48,122 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 17:02:48,122 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:02:48,122 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 17:02:48,122 DEBUG blivet/MainThread: removing sdd 2024-03-01 17:02:48,125 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 17:02:48,125 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:02:48,125 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 17:02:48,127 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 17:02:48,128 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:02:48,128 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 17:02:48,128 DEBUG blivet/MainThread: removing sdf 2024-03-01 17:02:48,130 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 17:02:48,130 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:02:48,130 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 17:02:48,133 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 17:02:48,133 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:02:48,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:48,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:02:48,138 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 17:02:48,139 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:02:48,139 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:02:48,140 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:02:48,140 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:02:48,140 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:02:48,141 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:02:48,141 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:02:48,142 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:02:48,142 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:02:48,142 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:02:48,143 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:02:48,143 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:02:48,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:02:48,148 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 17:02:48,148 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 17:02:48,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:02:48,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 17:02:48,153 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 17:02:48,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:02:48,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 17:02:48,159 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 17:02:48,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:02:48,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 17:02:48,164 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 17:02:48,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:48,169 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 17:02:48,169 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:02:48,171 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,172 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,173 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,173 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,169 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,176 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,177 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,178 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,179 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,174 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,182 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,183 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,183 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,184 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,179 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,187 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,188 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,188 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,189 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,185 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,192 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,193 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,193 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,194 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,190 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,197 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,198 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,199 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,200 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,195 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,203 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,204 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,204 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,205 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,200 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,208 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,209 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,209 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,210 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,205 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,213 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,214 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,214 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,215 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,211 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,218 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,219 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,220 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,220 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,216 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,223 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,224 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,225 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,226 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,221 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,229 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,230 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,230 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,231 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,226 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,234 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,235 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,235 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,236 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,232 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,239 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,240 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,240 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,241 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,237 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,244 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,245 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,246 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,247 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,242 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,249 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,250 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,251 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,252 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,247 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,255 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,256 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,256 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,257 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,252 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,260 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,261 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,261 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,262 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,258 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,265 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,266 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,266 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,267 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,263 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,270 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,271 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,272 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,273 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,268 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,275 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,276 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,277 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,278 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,273 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,281 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,282 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,282 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,283 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,278 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,286 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,287 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,287 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,288 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,284 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,291 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,292 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,293 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,293 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,289 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,296 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,297 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,298 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,299 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,294 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,302 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,303 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,303 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,304 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,299 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,307 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,308 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,308 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,309 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,305 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,312 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,313 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,313 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,314 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,310 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,317 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,318 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,318 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,319 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,315 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,322 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,323 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,323 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,324 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,320 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,327 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,328 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,329 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,330 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,325 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,332 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,333 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,334 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,335 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:02:48,330 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b94097340) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = DnJ8NC-chy3-Bee3-njbx-5sC2-LTzk-p3ZfLq size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:02:48,335 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 17:02:48,338 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 17:02:48,338 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:02:48,338 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 17:02:48,341 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 17:02:48,341 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:02:48,344 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 17:02:48,344 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 17:02:48,344 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:02:48,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:48,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 17:02:48,350 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:02:48,352 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,353 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,353 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,354 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,350 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,357 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,358 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,358 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,359 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,355 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,362 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,363 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,363 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,364 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,360 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,366 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,367 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,368 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,368 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,364 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,371 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,372 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,372 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,373 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,369 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,376 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,377 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,377 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,378 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,374 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,381 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,381 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,382 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,383 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,378 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,385 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,386 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,386 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,387 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,383 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,390 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,391 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,391 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,392 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,388 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,395 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,396 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,396 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,397 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,393 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,400 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,400 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,401 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,402 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,397 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,404 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,405 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,405 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,406 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,402 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,409 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,410 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,410 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,411 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,407 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,414 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,415 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,415 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,416 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,412 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,418 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,419 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,420 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,420 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,416 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,423 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,424 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,424 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,425 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,421 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,428 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,429 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,429 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,430 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,426 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,432 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,433 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,434 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,434 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,430 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,437 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,438 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,438 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,439 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,435 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,442 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,443 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,443 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,444 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,440 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,447 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,448 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,448 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,449 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,445 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,451 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,452 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,453 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,453 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,449 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,456 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,457 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,457 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,458 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,454 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,461 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,462 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,462 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,463 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,459 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,466 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,466 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,467 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,468 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,463 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,470 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,471 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,471 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,472 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,468 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,475 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,476 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,476 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,477 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,473 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,480 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,480 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,481 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,482 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,477 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,484 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,485 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,486 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,486 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,482 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,489 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,490 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,490 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,491 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,487 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,494 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,495 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,495 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,496 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,492 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,499 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,499 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,500 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,501 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:02:48,496 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b95655280) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ajZE7P-9bFA-xZi1-QmZ2-66G7-7nNQ-7wvuS4 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:02:48,501 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 17:02:48,504 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 17:02:48,504 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:02:48,504 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 17:02:48,507 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 17:02:48,507 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:02:48,510 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 17:02:48,510 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 17:02:48,510 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:02:48,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:48,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 17:02:48,516 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:02:48,518 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,519 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,519 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,520 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,516 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,522 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,523 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,523 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,524 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,520 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,527 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,528 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,528 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,529 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,525 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,531 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,532 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,532 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,533 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,529 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,536 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,536 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,537 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,537 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,533 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,540 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,541 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,541 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,542 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,538 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,544 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,545 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,545 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,546 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,542 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,549 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,549 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,550 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,550 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,546 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,553 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,554 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,554 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,555 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,551 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,557 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,558 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,558 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,559 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,555 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,562 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,562 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,563 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,563 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,559 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,566 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,567 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,567 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,568 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,564 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,570 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,571 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,571 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,572 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,568 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,574 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,575 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,576 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,576 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,572 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,579 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,580 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,580 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,581 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,577 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,583 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,584 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,584 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,585 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,581 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,587 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,588 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,589 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,589 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,585 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,592 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,593 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,593 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,594 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,590 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,596 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,597 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,597 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,598 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,594 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,601 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,601 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,602 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,602 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,598 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,605 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,606 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,606 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,607 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,603 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,609 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,610 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,610 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,611 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,607 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,614 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,614 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,615 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,615 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,612 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,618 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,619 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,619 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,620 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,616 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,622 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,623 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,623 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,624 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,620 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,627 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,627 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,628 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,628 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,625 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,631 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,632 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,632 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,633 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,629 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,635 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,636 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,636 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,637 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,633 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,640 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,640 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,641 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,642 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,638 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,644 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,645 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,645 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,646 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,642 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,648 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,649 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,650 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,650 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,646 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,653 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,654 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,654 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,655 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:02:48,651 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940c5280) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3DdU9j-oTJJ-wB9w-X89W-6pm8-6Lmn-ylhnjp size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,655 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 17:02:48,658 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 17:02:48,658 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:02:48,658 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 17:02:48,661 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 17:02:48,661 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:02:48,664 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:02:48,664 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 17:02:48,664 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:02:48,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:02:48,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 17:02:48,670 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:02:48,672 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,672 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,673 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,673 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,670 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,676 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,676 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,677 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,677 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,674 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,680 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,680 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,681 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,681 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,678 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,684 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,684 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,685 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,685 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,682 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,687 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,688 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,688 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,689 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,686 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,691 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,692 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,692 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,693 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,689 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,695 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,696 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,696 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,697 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,693 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,699 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,700 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,700 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,701 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,697 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,703 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,704 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,704 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,705 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,701 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,707 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,708 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,708 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,709 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,705 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,711 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,711 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,712 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,712 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,709 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,715 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,715 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,716 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,716 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,713 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,719 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,719 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,720 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,720 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,717 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,723 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,723 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,724 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,724 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,721 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,726 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,727 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,727 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,728 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,724 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,730 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,731 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,731 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,732 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,728 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,734 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,735 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,735 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,736 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,732 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,738 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,739 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,739 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,740 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,736 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,742 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,743 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,743 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,744 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,740 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,746 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,746 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,747 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,747 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,744 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,750 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,750 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,751 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,751 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,748 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,754 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,754 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,755 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,755 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,752 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,757 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,758 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,758 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,759 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,756 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,761 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,762 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,762 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,763 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,759 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,765 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,766 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,766 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,767 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,763 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,769 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,770 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,770 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,771 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,767 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,773 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,774 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,774 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,774 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,771 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,777 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,777 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,778 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,778 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,775 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,781 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,781 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,782 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,782 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,779 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,785 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,785 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,785 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,786 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,783 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,788 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,789 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,789 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,790 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,786 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,792 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,793 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,793 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:02:48,794 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:02:48,790 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4b940daa90) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = jMqwlH-mJow-kmvK-918v-nR4i-1s0O-kGeN6H size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4b94087e80) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = x1wHFm-BRQu-wIMd-xE8o-lviG-DbPe-RaSav7 size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:02:48,794 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 17:02:48,797 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 17:02:48,797 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:02:48,797 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 17:02:48,800 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 17:02:48,800 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:02:48,803 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 17:02:48,803 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 17:02:48,803 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:02:48,803 DEBUG blivet.ansible/MainThread: ['sdi', 'sdg', 'sdj', 'test_vg3', 'sdh'] 2024-03-01 17:02:48,803 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 17:02:48,806 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 17:02:48,806 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:02:48,809 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:02:48,812 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:02:48,814 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:02:48,817 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:02:48,817 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 17:02:48,817 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:02:48,817 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 17:02:48,817 DEBUG blivet/MainThread: removing sdi 2024-03-01 17:02:48,820 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 17:02:48,820 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:02:48,820 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 17:02:48,823 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 17:02:48,823 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:02:48,823 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 17:02:48,823 DEBUG blivet/MainThread: removing sdg 2024-03-01 17:02:48,826 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 17:02:48,826 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:02:48,826 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 17:02:48,828 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 17:02:48,828 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:02:48,829 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 17:02:48,829 DEBUG blivet/MainThread: removing sdj 2024-03-01 17:02:48,831 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 17:02:48,831 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:02:48,831 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 17:02:48,834 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 17:02:48,834 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:02:48,834 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 17:02:48,834 DEBUG blivet/MainThread: removing sdh 2024-03-01 17:02:48,836 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 17:02:48,837 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:02:48,837 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 17:02:48,839 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 17:02:48,839 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:02:48,840 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:48,853 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:48,870 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:48,881 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:48,901 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:02:48,901 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:48,912 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:48,931 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:02:48,932 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:48,943 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:48,963 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:02:48,963 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:48,975 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:48,995 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:02:48,995 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:49,006 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:49,025 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:02:49,026 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:49,037 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:49,056 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:02:49,057 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:49,068 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:49,088 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:02:49,088 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:49,099 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:49,118 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:02:49,119 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:02:49,119 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:02:49,119 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:02:49,119 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:02:49,119 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:02:49,119 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:02:49,119 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:02:49,119 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:02:49,119 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:02:49,119 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:02:49,119 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:02:49,120 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:02:49,120 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:02:49,120 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:02:49,120 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:02:49,120 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:02:49,120 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:02:49,120 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:02:49,120 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:02:49,120 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:02:49,120 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:02:49,120 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:02:49,120 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:02:49,120 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:02:49,120 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:02:49,120 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:02:49,121 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:02:49,121 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:02:49,121 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:02:49,121 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:02:49,122 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:02:49,125 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:02:49,127 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:02:49,130 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:02:49,130 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:02:49,133 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:02:49,133 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 0x7f4b8ffcd0e0> 2024-03-01 17:02:49,133 INFO blivet/MainThread: sorting actions... 2024-03-01 17:02:49,152 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:02:49,152 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:02:49,152 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:02:49,153 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:02:49,153 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:02:49,153 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:02:49,153 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:02:49,153 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:02:49,153 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:02:49,153 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:02:49,153 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:02:49,154 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:02:49,154 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:02:49,154 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:02:49,154 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:02:49,154 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:02:49,154 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:02:49,154 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:02:49,154 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:02:49,155 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:02:49,155 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:02:49,155 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:02:49,155 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:02:49,155 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:02:49,155 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:02:49,155 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:02:49,155 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:02:49,156 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:02:49,156 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:02:49,156 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:02:49,159 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:49,161 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:02:49,162 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 17:02:49,168 INFO program/MainThread: stdout: 2024-03-01 17:02:49,168 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:02:49,168 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:49,168 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:49,184 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:49,185 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:49,196 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:49,197 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:02:49,200 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 17:02:49,204 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 17:02:49,207 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:02:49,210 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 17:02:49,213 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 17:02:49,213 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdg,/dev/sdb,/dev/sdf,/dev/sdj,/dev/sde,/dev/sdi,/dev/sda,/dev/sdd,/dev/sdh,/dev/sdc ... 2024-03-01 17:02:49,248 INFO program/MainThread: stdout[92]: 2024-03-01 17:02:49,248 INFO program/MainThread: stderr[92]: 2024-03-01 17:02:49,248 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 17:02:49,252 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:02:49,255 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:49,257 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:02:49,260 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:49,263 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:02:49,265 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:49,268 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:02:49,271 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:49,274 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:02:49,277 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 17:02:49,277 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdg,/dev/sdb,/dev/sdf,/dev/sdj,/dev/sde,/dev/sdi,/dev/sda,/dev/sdd,/dev/sdh,/dev/sdc ... 2024-03-01 17:02:49,316 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 17:02:49,316 INFO program/MainThread: stderr[93]: 2024-03-01 17:02:49,316 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 17:02:49,317 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:02:49,324 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:49,332 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:02:49,332 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 17:02:49,341 INFO program/MainThread: stdout: 2024-03-01 17:02:49,342 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:02:49,342 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:49,342 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:49,384 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:49,384 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:49,396 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:49,397 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:02:49,400 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 17:02:49,403 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 17:02:49,407 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:02:49,410 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 17:02:49,412 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 17:02:49,413 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdg,/dev/sdb,/dev/sdf,/dev/sdj,/dev/sde,/dev/sdi,/dev/sda,/dev/sdd,/dev/sdh,/dev/sdc ... 2024-03-01 17:02:49,444 INFO program/MainThread: stdout[94]: 2024-03-01 17:02:49,444 INFO program/MainThread: stderr[94]: 2024-03-01 17:02:49,444 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 17:02:49,447 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:02:49,450 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:49,453 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:02:49,456 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:49,458 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:02:49,461 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:49,464 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:02:49,467 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:49,469 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:02:49,472 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 17:02:49,472 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdg,/dev/sdb,/dev/sdf,/dev/sdj,/dev/sde,/dev/sdi,/dev/sda,/dev/sdd,/dev/sdh,/dev/sdc ... 2024-03-01 17:02:49,506 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 17:02:49,506 INFO program/MainThread: stderr[95]: 2024-03-01 17:02:49,506 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 17:02:49,507 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:02:49,515 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:49,520 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:02:49,521 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 17:02:49,535 INFO program/MainThread: stdout: 2024-03-01 17:02:49,535 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:02:49,535 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:49,535 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:49,576 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:49,577 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:49,588 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:49,589 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:02:49,593 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 17:02:49,596 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 17:02:49,599 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:02:49,602 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 17:02:49,605 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 17:02:49,605 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdg,/dev/sdb,/dev/sdf,/dev/sdj,/dev/sde,/dev/sdi,/dev/sda,/dev/sdd,/dev/sdh,/dev/sdc ... 2024-03-01 17:02:49,640 INFO program/MainThread: stdout[96]: 2024-03-01 17:02:49,640 INFO program/MainThread: stderr[96]: 2024-03-01 17:02:49,640 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 17:02:49,644 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:02:49,647 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:49,649 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:02:49,652 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:49,655 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:02:49,658 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:49,661 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:02:49,664 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:49,666 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:02:49,669 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 17:02:49,669 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdg,/dev/sdb,/dev/sdf,/dev/sdj,/dev/sde,/dev/sdi,/dev/sda,/dev/sdd,/dev/sdh,/dev/sdc ... 2024-03-01 17:02:49,704 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 17:02:49,704 INFO program/MainThread: stderr[97]: 2024-03-01 17:02:49,704 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 17:02:49,705 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:02:49,712 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:49,720 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:02:49,721 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 17:02:49,735 INFO program/MainThread: stdout: 2024-03-01 17:02:49,735 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:02:49,735 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:49,735 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:49,770 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:49,771 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:49,784 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:49,785 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:02:49,789 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 17:02:49,792 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 17:02:49,795 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:02:49,798 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 17:02:49,801 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 17:02:49,801 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdg,/dev/sdb,/dev/sdf,/dev/sdj,/dev/sde,/dev/sdi,/dev/sda,/dev/sdd,/dev/sdh,/dev/sdc ... 2024-03-01 17:02:49,852 INFO program/MainThread: stdout[98]: 2024-03-01 17:02:49,852 INFO program/MainThread: stderr[98]: 2024-03-01 17:02:49,852 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 17:02:49,856 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:02:49,859 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:49,862 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:02:49,865 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:49,867 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:02:49,870 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:49,873 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:02:49,876 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:49,878 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:02:49,881 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 17:02:49,881 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdg,/dev/sdb,/dev/sdf,/dev/sdj,/dev/sde,/dev/sdi,/dev/sda,/dev/sdd,/dev/sdh,/dev/sdc ... 2024-03-01 17:02:49,916 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 17:02:49,917 INFO program/MainThread: stderr[99]: 2024-03-01 17:02:49,917 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 17:02:49,918 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:02:49,924 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 17:02:49,930 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 17:02:49,941 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:02:49,946 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:49,956 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:02:49,963 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:49,969 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:02:49,975 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:49,980 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:02:49,985 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:49,988 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:02:49,991 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 17:02:49,991 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdg,/dev/sdb,/dev/sdf,/dev/sdj,/dev/sde,/dev/sdi,/dev/sda,/dev/sdd,/dev/sdh,/dev/sdc ... 2024-03-01 17:02:50,020 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 17:02:50,020 INFO program/MainThread: stderr[100]: 2024-03-01 17:02:50,021 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 17:02:50,021 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdg,/dev/sdb,/dev/sdf,/dev/sdj,/dev/sde,/dev/sdi,/dev/sda,/dev/sdd,/dev/sdh,/dev/sdc ... 2024-03-01 17:02:50,086 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 17:02:50,086 INFO program/MainThread: stderr[101]: 2024-03-01 17:02:50,087 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 17:02:50,088 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdg,/dev/sdb,/dev/sdf,/dev/sdj,/dev/sde,/dev/sdi,/dev/sda,/dev/sdd,/dev/sdh,/dev/sdc ... 2024-03-01 17:02:50,122 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 17:02:50,123 INFO program/MainThread: stderr[102]: 2024-03-01 17:02:50,123 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 17:02:50,124 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:02:50,131 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:50,139 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 17:02:50,149 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 17:02:50,149 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdh --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdg,/dev/sdb,/dev/sdf,/dev/sdj,/dev/sde,/dev/sdi,/dev/sda,/dev/sdd,/dev/sdh,/dev/sdc ... 2024-03-01 17:02:50,210 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 17:02:50,210 INFO program/MainThread: stderr[103]: 2024-03-01 17:02:50,210 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 17:02:50,210 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 17:02:50,211 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:50,221 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:50,222 INFO program/MainThread: Running [104] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdg,/dev/sdb,/dev/sdf,/dev/sdj,/dev/sde,/dev/sdi,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:50,228 INFO program/MainThread: stdout[104]: use_devicesfile=1 2024-03-01 17:02:50,228 INFO program/MainThread: stderr[104]: 2024-03-01 17:02:50,228 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 17:02:50,228 INFO program/MainThread: Running [105] lvmdevices --deldev /dev/sdh ... 2024-03-01 17:02:50,241 INFO program/MainThread: stdout[105]: 2024-03-01 17:02:50,241 INFO program/MainThread: stderr[105]: 2024-03-01 17:02:50,241 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 17:02:50,241 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:50,253 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:50,254 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:50,265 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:50,266 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:02:50,269 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:50,272 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 17:02:50,275 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 17:02:50,275 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdj --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdg,/dev/sdb,/dev/sdf,/dev/sdj,/dev/sde,/dev/sdi,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:50,305 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 17:02:50,305 INFO program/MainThread: stderr[106]: 2024-03-01 17:02:50,306 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 17:02:50,306 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 17:02:50,306 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:50,321 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:50,321 INFO program/MainThread: Running [107] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdg,/dev/sdb,/dev/sdf,/dev/sde,/dev/sdi,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:50,329 INFO program/MainThread: stdout[107]: use_devicesfile=1 2024-03-01 17:02:50,329 INFO program/MainThread: stderr[107]: 2024-03-01 17:02:50,329 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 17:02:50,329 INFO program/MainThread: Running [108] lvmdevices --deldev /dev/sdj ... 2024-03-01 17:02:50,344 INFO program/MainThread: stdout[108]: 2024-03-01 17:02:50,344 INFO program/MainThread: stderr[108]: 2024-03-01 17:02:50,344 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 17:02:50,344 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:50,355 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:50,356 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:50,367 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:50,368 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:02:50,371 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:50,374 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 17:02:50,376 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 17:02:50,377 INFO program/MainThread: Running [109] lvm pvremove --force --force --yes /dev/sdg --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdg,/dev/sdb,/dev/sdf,/dev/sde,/dev/sdi,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:50,408 INFO program/MainThread: stdout[109]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 17:02:50,408 INFO program/MainThread: stderr[109]: 2024-03-01 17:02:50,408 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 17:02:50,408 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 17:02:50,408 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:50,424 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:50,424 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/sdf,/dev/sde,/dev/sdi,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:50,432 INFO program/MainThread: stdout[110]: use_devicesfile=1 2024-03-01 17:02:50,432 INFO program/MainThread: stderr[110]: 2024-03-01 17:02:50,432 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 17:02:50,432 INFO program/MainThread: Running [111] lvmdevices --deldev /dev/sdg ... 2024-03-01 17:02:50,445 INFO program/MainThread: stdout[111]: 2024-03-01 17:02:50,445 INFO program/MainThread: stderr[111]: 2024-03-01 17:02:50,445 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 17:02:50,446 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:50,457 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:50,457 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:50,468 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:50,469 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:02:50,472 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:50,475 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 17:02:50,477 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 17:02:50,477 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/sdf,/dev/sde,/dev/sdi,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:50,506 INFO program/MainThread: stdout[112]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 17:02:50,506 INFO program/MainThread: stderr[112]: 2024-03-01 17:02:50,507 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 17:02:50,507 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 17:02:50,507 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:50,523 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:50,524 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/sdf,/dev/sde,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:50,531 INFO program/MainThread: stdout[113]: use_devicesfile=1 2024-03-01 17:02:50,531 INFO program/MainThread: stderr[113]: 2024-03-01 17:02:50,531 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 17:02:50,531 INFO program/MainThread: Running [114] lvmdevices --deldev /dev/sdi ... 2024-03-01 17:02:50,543 INFO program/MainThread: stdout[114]: 2024-03-01 17:02:50,544 INFO program/MainThread: stderr[114]: 2024-03-01 17:02:50,544 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 17:02:50,544 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:50,555 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:50,555 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:50,566 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:50,567 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:02:50,571 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:50,574 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:02:50,574 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 17:02:50,580 INFO program/MainThread: stdout: 2024-03-01 17:02:50,580 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:02:50,580 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:50,580 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:50,596 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:50,596 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:50,608 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:50,609 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:02:50,612 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 17:02:50,615 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 17:02:50,619 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:02:50,622 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 17:02:50,625 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 17:02:50,625 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/sdf,/dev/sde,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:50,658 INFO program/MainThread: stdout[115]: 2024-03-01 17:02:50,658 INFO program/MainThread: stderr[115]: 2024-03-01 17:02:50,658 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 17:02:50,662 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:02:50,665 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:50,667 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 17:02:50,670 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:50,673 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 17:02:50,676 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:50,678 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 17:02:50,682 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 17:02:50,682 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/sdf,/dev/sde,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:50,719 INFO program/MainThread: stdout[116]: Logical volume "lv4" successfully removed. 2024-03-01 17:02:50,719 INFO program/MainThread: stderr[116]: 2024-03-01 17:02:50,719 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 17:02:50,720 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:02:50,728 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:50,738 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:02:50,739 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 17:02:50,750 INFO program/MainThread: stdout: 2024-03-01 17:02:50,750 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:02:50,750 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:50,750 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:50,771 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:50,771 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:50,782 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:50,783 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:02:50,786 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 17:02:50,789 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 17:02:50,793 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:02:50,796 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 17:02:50,799 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 17:02:50,799 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/sdf,/dev/sde,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:50,831 INFO program/MainThread: stdout[117]: 2024-03-01 17:02:50,831 INFO program/MainThread: stderr[117]: 2024-03-01 17:02:50,831 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 17:02:50,835 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:02:50,838 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:50,841 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:02:50,844 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:50,847 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:02:50,849 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:50,852 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:02:50,855 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 17:02:50,855 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/sdf,/dev/sde,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:50,888 INFO program/MainThread: stdout[118]: Logical volume "lv3" successfully removed. 2024-03-01 17:02:50,888 INFO program/MainThread: stderr[118]: 2024-03-01 17:02:50,888 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 17:02:50,889 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:02:50,898 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 17:02:50,903 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 17:02:50,912 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:02:50,917 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:50,923 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:02:50,930 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:50,938 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:02:50,941 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:50,944 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:02:50,946 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 17:02:50,946 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/sdf,/dev/sde,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:50,977 INFO program/MainThread: stdout[119]: Volume group "test_vg2" is already consistent. 2024-03-01 17:02:50,977 INFO program/MainThread: stderr[119]: 2024-03-01 17:02:50,977 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 17:02:50,977 INFO program/MainThread: Running [120] lvm vgchange -an test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdf,/dev/sde,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:51,038 INFO program/MainThread: stdout[120]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 17:02:51,038 INFO program/MainThread: stderr[120]: 2024-03-01 17:02:51,038 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 17:02:51,038 INFO program/MainThread: Running [121] lvm vgremove --force test_vg2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sdf,/dev/sde,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:51,068 INFO program/MainThread: stdout[121]: Volume group "test_vg2" successfully removed 2024-03-01 17:02:51,069 INFO program/MainThread: stderr[121]: 2024-03-01 17:02:51,069 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 17:02:51,070 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:02:51,076 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:51,087 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 17:02:51,092 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 17:02:51,092 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/sdf,/dev/sde,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:51,135 INFO program/MainThread: stdout[122]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 17:02:51,135 INFO program/MainThread: stderr[122]: 2024-03-01 17:02:51,136 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 17:02:51,136 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 17:02:51,136 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:51,152 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:51,152 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/sde,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:51,159 INFO program/MainThread: stdout[123]: use_devicesfile=1 2024-03-01 17:02:51,160 INFO program/MainThread: stderr[123]: 2024-03-01 17:02:51,160 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 17:02:51,160 INFO program/MainThread: Running [124] lvmdevices --deldev /dev/sdf ... 2024-03-01 17:02:51,173 INFO program/MainThread: stdout[124]: 2024-03-01 17:02:51,173 INFO program/MainThread: stderr[124]: 2024-03-01 17:02:51,173 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 17:02:51,173 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:51,184 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:51,184 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:51,195 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:51,196 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:02:51,199 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:51,202 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 17:02:51,204 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 17:02:51,204 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/sde,/dev/sda,/dev/sdd,/dev/sdc ... 2024-03-01 17:02:51,233 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 17:02:51,233 INFO program/MainThread: stderr[125]: 2024-03-01 17:02:51,233 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 17:02:51,233 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 17:02:51,234 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:51,250 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:51,250 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/sde,/dev/sda,/dev/sdc ... 2024-03-01 17:02:51,258 INFO program/MainThread: stdout[126]: use_devicesfile=1 2024-03-01 17:02:51,258 INFO program/MainThread: stderr[126]: 2024-03-01 17:02:51,258 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 17:02:51,258 INFO program/MainThread: Running [127] lvmdevices --deldev /dev/sdd ... 2024-03-01 17:02:51,270 INFO program/MainThread: stdout[127]: 2024-03-01 17:02:51,271 INFO program/MainThread: stderr[127]: 2024-03-01 17:02:51,271 INFO program/MainThread: ...done [127] (exit code: 0) 2024-03-01 17:02:51,271 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:51,282 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:51,282 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:51,293 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:51,294 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:02:51,297 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:51,300 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 17:02:51,302 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 17:02:51,302 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/sde,/dev/sda,/dev/sdc ... 2024-03-01 17:02:51,332 INFO program/MainThread: stdout[128]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 17:02:51,332 INFO program/MainThread: stderr[128]: 2024-03-01 17:02:51,332 INFO program/MainThread: ...done [128] (exit code: 0) 2024-03-01 17:02:51,332 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 17:02:51,332 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:51,348 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:51,348 INFO program/MainThread: Running [129] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 17:02:51,356 INFO program/MainThread: stdout[129]: use_devicesfile=1 2024-03-01 17:02:51,356 INFO program/MainThread: stderr[129]: 2024-03-01 17:02:51,356 INFO program/MainThread: ...done [129] (exit code: 0) 2024-03-01 17:02:51,356 INFO program/MainThread: Running [130] lvmdevices --deldev /dev/sde ... 2024-03-01 17:02:51,369 INFO program/MainThread: stdout[130]: 2024-03-01 17:02:51,369 INFO program/MainThread: stderr[130]: 2024-03-01 17:02:51,369 INFO program/MainThread: ...done [130] (exit code: 0) 2024-03-01 17:02:51,370 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:51,381 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:51,381 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:51,393 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:51,394 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:02:51,398 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:51,400 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:02:51,401 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 17:02:51,406 INFO program/MainThread: stdout: 2024-03-01 17:02:51,407 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:02:51,407 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:51,407 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:51,423 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:51,423 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:51,435 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:51,436 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:02:51,439 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 17:02:51,442 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 17:02:51,445 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:02:51,449 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 17:02:51,451 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 17:02:51,452 INFO program/MainThread: Running [131] lvm lvchange -an test_vg1/lv2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 17:02:51,493 INFO program/MainThread: stdout[131]: 2024-03-01 17:02:51,493 INFO program/MainThread: stderr[131]: 2024-03-01 17:02:51,493 INFO program/MainThread: ...done [131] (exit code: 0) 2024-03-01 17:02:51,497 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:02:51,500 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:51,503 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 17:02:51,506 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:51,508 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 17:02:51,511 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:51,514 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 17:02:51,516 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 17:02:51,517 INFO program/MainThread: Running [132] lvm lvremove --yes test_vg1/lv2 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 17:02:51,551 INFO program/MainThread: stdout[132]: Logical volume "lv2" successfully removed. 2024-03-01 17:02:51,551 INFO program/MainThread: stderr[132]: 2024-03-01 17:02:51,551 INFO program/MainThread: ...done [132] (exit code: 0) 2024-03-01 17:02:51,552 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:02:51,563 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:51,568 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:02:51,569 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 17:02:51,579 INFO program/MainThread: stdout: 2024-03-01 17:02:51,579 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:02:51,580 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:51,580 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:51,607 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:51,608 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:51,619 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:51,620 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:02:51,624 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 17:02:51,627 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:02:51,630 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:02:51,633 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 17:02:51,636 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:02:51,636 INFO program/MainThread: Running [133] lvm lvchange -an test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 17:02:51,678 INFO program/MainThread: stdout[133]: 2024-03-01 17:02:51,678 INFO program/MainThread: stderr[133]: 2024-03-01 17:02:51,678 INFO program/MainThread: ...done [133] (exit code: 0) 2024-03-01 17:02:51,682 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:02:51,685 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:51,688 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:02:51,691 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:51,693 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:02:51,696 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:51,699 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:02:51,702 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 17:02:51,702 INFO program/MainThread: Running [134] lvm lvremove --yes test_vg1/lv1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 17:02:51,734 INFO program/MainThread: stdout[134]: Logical volume "lv1" successfully removed. 2024-03-01 17:02:51,734 INFO program/MainThread: stderr[134]: 2024-03-01 17:02:51,734 INFO program/MainThread: ...done [134] (exit code: 0) 2024-03-01 17:02:51,735 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:02:51,742 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 17:02:51,747 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 17:02:51,758 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:02:51,763 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:51,769 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:02:51,774 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:51,779 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:02:51,784 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:51,789 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:02:51,791 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 17:02:51,792 INFO program/MainThread: Running [135] lvm vgreduce --removemissing --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 17:02:51,816 INFO program/MainThread: stdout[135]: Volume group "test_vg1" is already consistent. 2024-03-01 17:02:51,817 INFO program/MainThread: stderr[135]: 2024-03-01 17:02:51,817 INFO program/MainThread: ...done [135] (exit code: 0) 2024-03-01 17:02:51,817 INFO program/MainThread: Running [136] lvm vgchange -an test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 17:02:51,864 INFO program/MainThread: stdout[136]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 17:02:51,865 INFO program/MainThread: stderr[136]: 2024-03-01 17:02:51,865 INFO program/MainThread: ...done [136] (exit code: 0) 2024-03-01 17:02:51,865 INFO program/MainThread: Running [137] lvm vgremove --force test_vg1 --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 17:02:51,899 INFO program/MainThread: stdout[137]: Volume group "test_vg1" successfully removed 2024-03-01 17:02:51,899 INFO program/MainThread: stderr[137]: 2024-03-01 17:02:51,899 INFO program/MainThread: ...done [137] (exit code: 0) 2024-03-01 17:02:51,900 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:02:51,906 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:51,914 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:02:51,930 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:02:51,930 INFO program/MainThread: Running [138] lvm pvremove --force --force --yes /dev/sdb --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdb,/dev/sda,/dev/sdc ... 2024-03-01 17:02:51,961 INFO program/MainThread: stdout[138]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 17:02:51,961 INFO program/MainThread: stderr[138]: 2024-03-01 17:02:51,962 INFO program/MainThread: ...done [138] (exit code: 0) 2024-03-01 17:02:51,962 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 17:02:51,962 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:51,977 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:51,977 INFO program/MainThread: Running [139] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc ... 2024-03-01 17:02:51,985 INFO program/MainThread: stdout[139]: use_devicesfile=1 2024-03-01 17:02:51,985 INFO program/MainThread: stderr[139]: 2024-03-01 17:02:51,985 INFO program/MainThread: ...done [139] (exit code: 0) 2024-03-01 17:02:51,985 INFO program/MainThread: Running [140] lvmdevices --deldev /dev/sdb ... 2024-03-01 17:02:52,038 INFO program/MainThread: stdout[140]: 2024-03-01 17:02:52,038 INFO program/MainThread: stderr[140]: 2024-03-01 17:02:52,038 INFO program/MainThread: ...done [140] (exit code: 0) 2024-03-01 17:02:52,038 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:52,048 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:52,048 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:52,059 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:52,060 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:02:52,063 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:52,066 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:02:52,069 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:02:52,069 INFO program/MainThread: Running [141] lvm pvremove --force --force --yes /dev/sda --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sda,/dev/sdc ... 2024-03-01 17:02:52,098 INFO program/MainThread: stdout[141]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 17:02:52,098 INFO program/MainThread: stderr[141]: 2024-03-01 17:02:52,098 INFO program/MainThread: ...done [141] (exit code: 0) 2024-03-01 17:02:52,098 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 17:02:52,098 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:52,114 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:52,115 INFO program/MainThread: Running [142] lvm config --typeconfig full devices/use_devicesfile --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc ... 2024-03-01 17:02:52,121 INFO program/MainThread: stdout[142]: use_devicesfile=1 2024-03-01 17:02:52,121 INFO program/MainThread: stderr[142]: 2024-03-01 17:02:52,121 INFO program/MainThread: ...done [142] (exit code: 0) 2024-03-01 17:02:52,121 INFO program/MainThread: Running [143] lvmdevices --deldev /dev/sda ... 2024-03-01 17:02:52,134 INFO program/MainThread: stdout[143]: 2024-03-01 17:02:52,134 INFO program/MainThread: stderr[143]: 2024-03-01 17:02:52,134 INFO program/MainThread: ...done [143] (exit code: 0) 2024-03-01 17:02:52,134 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:52,146 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:52,146 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:52,158 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:52,159 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:02:52,162 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:02:52,165 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:02:52,167 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:02:52,167 INFO program/MainThread: Running [144] lvm pvremove --force --force --yes /dev/sdc --config= log {level=7 file=/tmp/lvm.log syslog=0} --devices=/dev/sdc ... 2024-03-01 17:02:52,195 INFO program/MainThread: stdout[144]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 17:02:52,195 INFO program/MainThread: stderr[144]: 2024-03-01 17:02:52,196 INFO program/MainThread: ...done [144] (exit code: 0) 2024-03-01 17:02:52,196 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 17:02:52,196 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:52,213 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:52,214 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 17:02:52,220 INFO program/MainThread: stdout[145]: use_devicesfile=1 2024-03-01 17:02:52,221 INFO program/MainThread: stderr[145]: 2024-03-01 17:02:52,221 INFO program/MainThread: ...done [145] (exit code: 0) 2024-03-01 17:02:52,221 INFO program/MainThread: Running [146] lvmdevices --deldev /dev/sdc ... 2024-03-01 17:02:52,232 INFO program/MainThread: stdout[146]: 2024-03-01 17:02:52,232 INFO program/MainThread: stderr[146]: 2024-03-01 17:02:52,232 INFO program/MainThread: ...done [146] (exit code: 0) 2024-03-01 17:02:52,232 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:52,244 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:52,245 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:02:52,255 DEBUG program/MainThread: Return code: 0 2024-03-01 17:02:52,260 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:02:52,260 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 0x7f4b8ffcd3b0> to retry, use: --limit @/tmp/tests_revert_basic.retry PLAY RECAP ********************************************************************* sut : ok=110 changed=4 unreachable=0 failed=1 skipped=81 rescued=0 ignored=0 Friday 01 March 2024 17:02:56 +0000 (0:00:01.350) 0:02:59.167 ********** =============================================================================== fedora.linux_system_roles.snapshot : Run snapshot command revert ------ 122.41s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 11.16s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.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.27s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Get required packages --------------- 3.45s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.snapshot : Run snapshot command snapshot ------ 2.24s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.storage : Get service facts ------------------- 1.72s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Get service facts ------------------- 1.59s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Get service facts ------------------- 1.59s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.snapshot : Run snapshot command check --------- 1.56s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Debug why list of unused disks has changed ------------------------------ 1.35s /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tasks/cleanup.yml:45 -------- fedora.linux_system_roles.storage : Get required packages --------------- 1.08s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.snapshot : Run snapshot command revert -------- 1.02s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Gathering Facts --------------------------------------------------------- 0.98s /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/tests_revert_basic.yml:2 ---- fedora.linux_system_roles.storage : Make sure blivet is available ------- 0.97s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Make sure required packages are installed --- 0.89s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Ensure test packages ---------------------------------------------------- 0.87s /WORKDIR/git-debug-cleanup-failuresmhvoa864/tests/get_unused_disk.yml:14 ------ fedora.linux_system_roles.storage : Make sure required packages are installed --- 0.87s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.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.87s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.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.87s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 0.87s /WORKDIR/git-debug-cleanup-failuresmhvoa864/.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. ---^---^---^---^---^---